summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-1/+2
* Merge "Reparent bounds layer if surface was replaced." into rvc-devChavi Weingarten2020-07-101-5/+20
|\
| * Reparent bounds layer if surface was replaced.chaviw2020-07-101-5/+20
* | Merge "Fix IME flicker: move hiding the surface into the control target" into...Adrian Roos2020-07-091-0/+5
|\ \
| * | Fix IME flicker: move hiding the surface into the control targetAdrian Roos2020-07-091-0/+5
| |/
* | Merge "ViewRootImpl: Call surface destroy callback after layout pass" into rv...TreeHugger Robot2020-07-091-1/+4
|\ \ | |/ |/|
| * ViewRootImpl: Call surface destroy callback after layout passVishnu Nair2020-07-081-1/+4
* | Merge "Pass in callsite of SurfaceControl constructor explicitly (1/3)" into ...Jorim Jaggi2020-06-261-0/+1
|\ \ | |/ |/|
| * Pass in callsite of SurfaceControl constructor explicitly (1/3)Jorim Jaggi2020-06-261-0/+1
* | Prevent ANR if window is stoppedSiarhei Vishniakou2020-06-251-1/+6
* | Isolate batched input scheduling logic.Michael Wright2020-06-251-17/+20
|/
* Merge "Fix InsetsConsumer leak" into rvc-devTaran Singh2020-06-221-1/+3
|\
| * Fix InsetsConsumer leakTaran Singh2020-06-221-1/+3
* | Animate IME with zero insetsTaran Singh2020-06-201-1/+1
|/
* Yearly Window Manager spring cleaning #1Jorim Jaggi2020-06-191-1/+2
* Add Insets dumps and IME debug logsTaran Singh2020-05-271-0/+5
* Dispatch the requested visibility if the client has the controlTiger Huang2020-05-191-0/+3
* Merge "Do not dispatch system UI visibility during traversal" into rvc-devTiger Huang2020-05-141-4/+5
|\
| * Do not dispatch system UI visibility during traversalTiger Huang2020-05-071-4/+5
* | Revert "Finish input when the screen state is off"Ming-Shin Lu2020-05-141-1/+0
* | Merge "BLASTBufferQueue: Fix two conditions leading to freeze." into rvc-devRob Carr2020-05-111-2/+9
|\ \
| * | BLASTBufferQueue: Fix two conditions leading to freeze.Robert Carr2020-05-061-2/+9
* | | Merge "Fix consumer closed input channel cause an error occurred (1/2)" into ...TreeHugger Robot2020-05-111-4/+7
|\ \ \
| * | | Fix consumer closed input channel cause an error occurred (1/2)arthurhung2020-05-071-4/+7
| |/ /
* / / Cancel existing animations when detaching ViewJorim Jaggi2020-05-061-0/+2
|/ /
* / Restore force relayout logic for apps targeting < RJorim Jaggi2020-05-041-0/+5
|/
* Merge "Decouple InsetsController from ViewRootImpl" into rvc-devJorim Jaggi2020-04-291-1/+1
|\
| * Decouple InsetsController from ViewRootImplJorim Jaggi2020-04-291-1/+1
* | BLAST: Avoid JNI call on creationRobert Carr2020-04-271-1/+2
|/
* Merge "BLAST: Two start-up optimizations" into rvc-devRob Carr2020-04-271-12/+17
|\
| * BLAST: Two start-up optimizationsRobert Carr2020-04-241-12/+17
* | Merge "Check for null mBlastBufferQueue" into rvc-devTreeHugger Robot2020-04-201-1/+3
|\ \
| * | Check for null mBlastBufferQueuechaviw2020-04-201-1/+3
| |/
* / Scroll Capture FrameworkMark Renouf2020-04-201-0/+146
|/
* Merge "Support addWindow as other user" into rvc-devWei Sheng Shih2020-04-101-2/+14
|\
| * Support addWindow as other userwilsonshih2020-04-081-2/+14
* | Merge "ViewRootImpl: Pass buffer to finishDrawing when requested" into rvc-devRob Carr2020-04-091-4/+13
|\ \ | |/ |/|
| * ViewRootImpl: Pass buffer to finishDrawing when requestedRobert Carr2020-04-081-4/+13
* | Merge "Update controls after addToDisplay/relayout before dispatching insets"...TreeHugger Robot2020-04-071-3/+7
|\ \ | |/ |/|
| * Update controls after addToDisplay/relayout before dispatching insetsTiger Huang2020-04-071-3/+7
* | Merge "SurfaceView: Ensure we don't fill unused BLAST Transaction." into rvc-devRob Carr2020-04-061-0/+8
|\ \
| * | SurfaceView: Ensure we don't fill unused BLAST Transaction.Robert Carr2020-04-031-0/+8
* | | Merge "Fix split divider janky" into rvc-devTony Huang2020-04-061-3/+11
|\ \ \ | |_|/ |/| |
| * | Fix split divider jankyTony Huang2020-04-011-3/+11
* | | BLASTBufferQueue: Fix unnecessary copying of SurfaceRobert Carr2020-04-021-3/+13
* | | BLASTBufferQueue: Avoid unnecessary transactionsRobert Carr2020-04-021-4/+1
| |/ |/|
* | Request fit system windows if soft input mode updatesJorim Jaggi2020-04-011-0/+5
|/
* Make caption a insets sourceYunfan Chen2020-03-261-0/+17
* Merge "Performance optimizations for new insets" into rvc-devJorim Jaggi2020-03-241-123/+29
|\
| * Performance optimizations for new insetsJorim Jaggi2020-03-231-123/+29