summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Pass source to dispatchBatchedInputEventPending (1/2)" into rvc-devTreeHugger Robot2020-03-241-21/+11
|\ \
| * | Pass source to dispatchBatchedInputEventPending (1/2)Arthur Hung2020-03-171-21/+11
| |/
* / Revert "Revert "RootViewImpl: Fix measure size hint for WRAP_CONTENT windows""Vishnu Nair2020-03-201-2/+11
|/
* Notifying the on-device intelligence service when view window insets have cha...Mihir Patel2020-03-131-0/+4
* Merge "Implement wallpaper zoom hooking it to the shade" into rvc-devLucas Dupin2020-03-121-1/+1
|\
| * Implement wallpaper zoom hooking it to the shadeLucas Dupin2020-03-101-1/+1
* | Merge "Enter to touch mode by down or scroll event from any type of a device....TreeHugger Robot2020-03-111-2/+2
|\ \
| * | Enter to touch mode by down or scroll event from any type of a device.Yuichiro Hanada2020-03-091-2/+2
| |/
* / WindowManager: Avoid reparenting BLAST Surface in reparentChildrenRob Carr2020-03-091-1/+1
|/
* Merge "Replace TYPE_STATUS_BAR_PANEL with TYPE_STATUS_BAR_ADDITIONAL" into rv...Heemin Seog2020-03-041-2/+2
|\
| * Replace TYPE_STATUS_BAR_PANEL with TYPE_STATUS_BAR_ADDITIONALHeemin Seog2020-02-261-2/+2
* | Fix WindowInsetsController lifecycleJorim Jaggi2020-03-031-0/+8
* | Merge "Fix unnecssary traversal for starting windows" into rvc-devJorim Jaggi2020-03-021-1/+6
|\ \
| * | Fix unnecssary traversal for starting windowsJorim Jaggi2020-03-021-1/+6
| |/
* | Refine adjustLayoutParamsForCompatibility about fitting insetsTiger Huang2020-03-021-6/+3
* | Merge "Finish input when the screen state is off" into rvc-devMing-Shin Lu2020-02-291-0/+1
|\ \
| * | Finish input when the screen state is offlumark2020-02-271-0/+1
| |/
* / Add ID to InputEvent.Garfield Tan2020-02-241-4/+6
|/
* RESTRICT AUTOMERGE - Explicitly disable BLAST for SurfaceControlViewHost surf...Robert Carr2020-02-241-1/+13
* Merge "Allow passing cutout to the hierarchy in shortEdge mode"Shawn Lin2020-02-211-3/+9
|\