summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fixes for touchpad capture"Treehugger Robot2019-02-231-5/+25
|\
| * Fixes for touchpad captureNathaniel R. Lewis2019-02-191-5/+25
* | Schematize Display system propertiesKiyoung Kim2019-01-211-1/+2
|/
* resolve merge conflicts of 597229d681ac1794e2b31ef9a2883337f5b652e2 to stage-...Mathew Inwood2018-08-211-0/+36
|\
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+36
* | Move allocateBuffers to RTJorim Jaggi2018-07-171-1/+1
* | DO NOT MERGE Remove WTF spamJorim Jaggi2018-07-121-1/+0
|/
* Move nulling of nextFrameCallbackJorim Jaggi2018-06-071-1/+4
* Attempting to fix the black flickerJohn Reck2018-05-311-10/+30
* Merge "Fixed a bug where sometimes unhandled handler would consume all keys" ...Evan Rosky2018-05-301-41/+66
|\
| * Fixed a bug where sometimes unhandled handler would consume all keysEvan Rosky2018-05-251-41/+66
* | WindowInsets: Never dispatch negative insetsAdrian Roos2018-05-251-0/+13
* | Apply surface parameters in sync with RenderThreadJorim Jaggi2018-05-171-1/+16
|/
* [Magnifier-41] Fix behavior in windows with insetsMihai Popa2018-05-021-1/+1
* ViewRoot: Check Surface validity before initializing renderer from draw().Robert Carr2018-04-191-1/+2
* Merge "ViewRoot: Ensure we release surface from setWindowStopped." into pi-devRob Carr2018-04-181-0/+4
|\
| * ViewRoot: Ensure we release surface from setWindowStopped.Robert Carr2018-04-161-0/+4
* | Merge "Revert "ViewRoot: Ensure we release surface from setWindowStopped."" i...TreeHugger Robot2018-04-161-1/+0
|\ \
| * | Revert "ViewRoot: Ensure we release surface from setWindowStopped."Chavi Weingarten2018-04-161-1/+0
* | | Merge "ViewRoot: Ensure we release surface from setWindowStopped." into pi-devTreeHugger Robot2018-04-131-0/+1
|\| |
| * | ViewRoot: Ensure we release surface from setWindowStopped.Robert Carr2018-04-121-0/+1
| |/
* | Merge "Synchronize stack position and size update for split screen" into pi-devChavi Weingarten2018-04-111-7/+7
|\ \ | |/ |/|
| * Synchronize stack position and size update for split screenchaviw2018-04-101-7/+7
* | [DO NOT MERGE] Avoid sending content changed a11y events from wrong viewsEugene Susla2018-04-061-0/+14
|/
* Merge "Use client-side version of inTouchMode" into pi-devTreeHugger Robot2018-04-031-1/+1
|\
| * Use client-side version of inTouchModeEvan Rosky2018-04-031-1/+1
* | Renamed KeyFallbackEvent to UnhandledKeyEvent and exposed dispatchEvan Rosky2018-03-301-50/+21
|/
* autofill: ViewRootImpl.dispatchKeyFromIme() should not be droppedDake Gu2018-03-131-16/+29
* Window: Provide frame size hint to ViewRootImplAdrian Roos2018-03-071-3/+3
* Merge "autofill: touch on IME should not close autofill"Dake Gu2018-03-011-0/+16
|\
| * autofill: touch on IME should not close autofillDake Gu2018-02-281-0/+16
* | Handle surfaceInset changes with deferred transactions.Robert Carr2018-02-281-7/+13
|/
* autofill: pass keyevent from fillui to appDake Gu2018-02-211-1/+21
* Autofill compatibility mode.Svetoslav Ganov2018-02-021-0/+87
* Merge "ViewRootImpl: Notify SurfaceHolder.Callback if the surface size changed"TreeHugger Robot2018-01-301-0/+1
|\
| * ViewRootImpl: Notify SurfaceHolder.Callback if the surface size changedAdrian Roos2018-01-301-0/+1
* | Merge "[Magnifier-16] Clamp to surface against distortion"Mihai Popa2018-01-291-0/+20
|\ \
| * | [Magnifier-16] Clamp to surface against distortionMihai Popa2018-01-291-0/+20
* | | Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-33/+125
| |/ |/|
* | Merge "Enable new initial-focus behavior for P"Evan Rosky2018-01-171-7/+4
|\ \ | |/ |/|
| * Enable new initial-focus behavior for PEvan Rosky2018-01-121-7/+4
* | Merge "DisplayCutout: LayoutInDisplayCutoutMode API"TreeHugger Robot2018-01-161-4/+4
|\ \ | |/ |/|
| * DisplayCutout: LayoutInDisplayCutoutMode APIAdrian Roos2018-01-161-4/+4
* | Move A11y events throttling away from View(RootImpl)Eugene Susla2018-01-091-125/+33
|/
* Display Cutout: Make API publicAdrian Roos2017-12-191-1/+1
* Fix issue #70722141: Fix broken WindowTest.testSetLocalFocusDianne Hackborn2017-12-151-4/+7
* Merge "Improve testibility of applicatin switches."TreeHugger Robot2017-12-151-77/+100
|\
| * Improve testibility of applicatin switches.Dianne Hackborn2017-12-141-77/+100
* | Merge "DisplayCutout: Only dispatch to apps requesting it"Adrian Roos2017-12-121-1/+10
|\ \ | |/ |/|
| * DisplayCutout: Only dispatch to apps requesting itAdrian Roos2017-12-121-1/+10