summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Only register listeners if setView was success.wilsonshih2021-11-121-12/+24
* ViewRootImpl: Update opaque flag if SurfaceControl changes from relayoutVishnu Nair2021-09-281-6/+10
* Return packageName to scroll capture requests from SysUIMark Renouf2021-08-111-0/+1
* Merge "ViewRootImpl: Use mWindowAttributes directly for BBQ" into sc-devRob Carr2021-07-141-8/+8
|\
| * ViewRootImpl: Use mWindowAttributes directly for BBQRobert Carr2021-07-131-8/+8
* | Merge "ViewRootImpl: Fix issue with early draw report in seamless rotation" i...Rob Carr2021-07-091-14/+22
|\ \
| * | ViewRootImpl: Fix issue with early draw report in seamless rotationRobert Carr2021-07-081-14/+22
| |/
* / Reduce number of weakrefs per frameJohn Reck2021-07-071-1/+8
|/
* Add a sys prop to control WebView Overlays supportHuihong Luo2021-06-301-4/+8
* Fix a crash caused by transactionHuihong Luo2021-06-241-2/+6
* Merge "Release leashes of insets controls if they are not needed" into sc-devTiger Huang2021-06-241-1/+14
|\
| * Release leashes of insets controls if they are not neededTiger Huang2021-06-241-1/+14
* | Merge "Update transform hint from relayout window (1/2)" into sc-devArthur Hung2021-06-221-0/+4
|\ \
| * | Update transform hint from relayout window (1/2)Arthur Hung2021-06-171-0/+4
| |/
* / Fix z-order for webview surface controlHuihong Luo2021-06-181-1/+30
|/
* Fix NullPointerException on ThreadedRendererHuihong Luo2021-06-111-2/+2
* Merge "Defer dispatching insets to app if its window frame will be changed so...Tiger Huang2021-06-101-10/+39
|\
| * Defer dispatching insets to app if its window frame will be changed soonTiger Huang2021-06-091-10/+39
* | ViewRootImpl: Correct opaque flag usageRobert Carr2021-05-251-3/+4
|/
* Merge "Fix IME be dismissed abruptly" into sc-devYohei Yukawa2021-05-201-3/+9
|\
| * Fix IME be dismissed abruptlyWilson Wu2021-05-201-3/+9
* | Merge "Check mInputEventReceiver before sending timeline -- 2" into sc-devSiarhei Vishniakou2021-05-171-9/+22
|\ \ | |/ |/|
| * Check mInputEventReceiver before sending timeline -- 2Siarhei Vishniakou2021-05-061-9/+22
* | Apply AttributionSource during Intent delivery.Jeff Sharkey2021-05-151-1/+2
* | Merge "Fix leakage of ASurfaceTransactionCallback" into sc-devHuihong Luo2021-05-141-0/+6
|\ \
| * | Fix leakage of ASurfaceTransactionCallbackHuihong Luo2021-05-071-0/+6
* | | Merge "AttachedSurfaceControl: Respond to API feedback." into sc-devTreeHugger Robot2021-05-111-1/+2
|\ \ \ | |_|/ |/| |
| * | AttachedSurfaceControl: Respond to API feedback.Robert Carr2021-05-051-1/+2
| |/
* / Mark first frames in metrics properlyJorim Jaggi2021-05-031-1/+3
|/
* Merge "Add traces in ViewRootImpl handler" into sc-devTreeHugger Robot2021-04-291-0/+11
|\
| * Add traces in ViewRootImpl handlerJagadeesh Pakaravoor2021-04-281-0/+11
* | Merge "Try fixing the flakiness of TaplTestsQuickstep#testSwitchToOverview" i...Louis Chang2021-04-231-4/+4
|\ \
| * | Try fixing the flakiness of TaplTestsQuickstep#testSwitchToOverviewLouis Chang2021-04-221-4/+4
* | | Fix SurfaceView callback timingsVishnu Nair2021-04-221-6/+8
| |/ |/|
* | Webview overlay supportHuihong Luo2021-04-171-0/+11
|/
* Update Javadoc method referencesMark Renouf2021-04-151-3/+3
* Merge "Only clear SurfaceControl.Transaction when parcelling as a return valu...Vishnu Nair2021-04-141-1/+4
|\
| * Only clear SurfaceControl.Transaction when parcelling as a return valueVishnu Nair2021-04-121-1/+4
* | Merge "Revert "Check mInputEventReceiver before sending timeline"" into sc-devSiarhei Vishniakou2021-04-141-13/+9
|\ \
| * | Revert "Check mInputEventReceiver before sending timeline"Ben Murdoch2021-04-141-13/+9
* | | Honor the BlastSync request from WM until a frame is drawnVishnu Nair2021-04-121-6/+10
* | | Merge "Don't set mNextDrawUseBlastSync when hardware is not enabled" into sc-devTreeHugger Robot2021-04-061-1/+3
|\ \ \ | |/ / |/| |
| * | Don't set mNextDrawUseBlastSync when hardware is not enabledTiger Huang2021-04-061-1/+3
* | | Check mInputEventReceiver before sending timelineSiarhei Vishniakou2021-04-021-9/+13
* | | Merge "Do not report timeline temporarily" into sc-devTreeHugger Robot2021-04-011-2/+0
|\ \ \
| * | | Do not report timeline temporarilySiarhei Vishniakou2021-04-011-2/+0
| | |/ | |/|
* | | Merge "ViewRootImpl remove blur defer transacion" into sc-devRob Carr2021-04-011-3/+0
|\ \ \ | |/ / |/| |
| * | ViewRootImpl remove blur defer transacionRobert Carr2021-03-311-3/+0
* | | Merge "Send input timeline from app to InputDispatcher" into sc-devTreeHugger Robot2021-03-311-1/+1
|\ \ \
| * | | Send input timeline from app to InputDispatcherSiarhei Vishniakou2021-03-241-1/+1