summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Per-app override sandboxing View API to Activity boundsOleg Blinnikov2023-02-241-2/+10
* Revert "Per-app override sandboxing View API to Activity bounds"Oleg Blinnikov2023-02-021-10/+3
* Per-app override sandboxing View API to Activity boundsOleg Blinnikov2023-02-011-3/+10
* Introduce a way to debug relayouts and slow measures/layoutNicolo' Mazzucato2023-01-301-5/+148
* Enable forced focus for resumed split screen activitiesMariia Sandrikova2022-12-251-0/+16
* Merge "Fix view does not show fill dialog" into tm-qpr-devTYM Tsai2022-09-221-1/+8
|\
| * Fix view does not show fill dialogTYM Tsai2022-09-191-1/+8
* | Don't reset translation callback with other stateMark Punzalan2022-08-161-1/+0
|/
* Don't clear translation state on temporary detachment.Mark Punzalan2022-05-261-1/+3
* Remove preferKeepClearAreaForFocusDelay, turn it into a flagRobert Horvath2022-05-191-31/+6
* Merge "Fix memory leak with RenderNodeAnimator" into tm-devNader Jawad2022-05-111-0/+5
|\
| * Fix memory leak with RenderNodeAnimatorNader Jawad2022-05-101-0/+5
* | Merge "Fix return value in View#getUnrestrictedPreferKeepClearRects" into tm-devGalia Peycheva2022-05-111-1/+1
|\ \
| * | Fix return value in View#getUnrestrictedPreferKeepClearRectsGalia Peycheva2022-05-101-1/+1
* | | Merge "Reset translation state when views disappear." into tm-devMark Punzalan2022-05-061-1/+21
|\ \ \
| * | | Reset translation state when views disappear.Mark Punzalan2022-05-051-1/+21
| | |/ | |/|
* | | Merge "Fix Autofill dialog does not work" into tm-devAhaan Ugale2022-05-051-10/+11
|\ \ \ | |/ / |/| |
| * | Fix Autofill dialog does not workTYM Tsai2022-05-041-10/+11
* | | Merge "Fix re-registering PositionUpdateListener" into tm-devRobert Horvath2022-05-041-0/+1
|\ \ \
| * | | Fix re-registering PositionUpdateListenerRobert Horvath2022-04-261-0/+1
* | | | Merge "Add a description to the params of keep clear rects APIs." into tm-devMateusz Cicheński2022-05-031-0/+4
|\ \ \ \
| * | | | Add a description to the params of keep clear rects APIs.Mateusz Cicheński2022-04-151-0/+4
* | | | | Merge "Removed extraneous comment delimiter from the getDefaultFocusHighlight...TreeHugger Robot2022-05-021-2/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Removed extraneous comment delimiter from the getDefaultFocusHighlightEnabled...joneckenrode2022-04-251-2/+0
| |/ / /
* | / / Revised API docs of overloaded getGlobalVisibleRect methods and getLocalVisib...joneckenrode2022-04-261-17/+74
| |/ / |/| |
* | | Merge "Revised API documentation of getLocationOnScreen, getLocationInWindow,...Jon Eckenrode2022-04-251-11/+23
|\ \ \
| * | | Revised API documentation of getLocationOnScreen, getLocationInWindow, and ge...joneckenrode2022-04-251-11/+23
| |/ /
* | | Merge "Advise use of InputDeviceListener when using pointer capture" into tm-devTreeHugger Robot2022-04-251-1/+7
|\ \ \ | |_|/ |/| |
| * | Advise use of InputDeviceListener when using pointer capturePrabir Pradhan2022-04-141-1/+7
* | | Merge "Auto append password hint for TextView" into tm-devTYM Tsai2022-04-211-0/+11
|\ \ \
| * | | Auto append password hint for TextViewTYM Tsai2022-04-201-0/+11
* | | | Merge "Use device config to control hints allow list for fill dialog" into tm...TYM Tsai2022-04-211-2/+2
|\| | | | |_|/ |/| |
| * | Use device config to control hints allow list for fill dialogTYM Tsai2022-04-201-2/+2
* | | Change node bounds procedure based on SufaceFlinger Callbackryanlwlin2022-04-121-2/+2
| |/ |/|
* | Merge "Scribe: fix handwriting is not initiated in WebView" into tm-devHaoyu Zhang2022-04-061-1/+1
|\ \
| * | Scribe: fix handwriting is not initiated in WebViewHaoyu Zhang2022-03-301-1/+1
| |/
* | Merge "Revised the API documentation of the getLocationOnScreen, getLocationI...Jon Eckenrode2022-04-041-13/+41
|\ \
| * | Revised the API documentation of the getLocationOnScreen, getLocationInWindow...joneckenrode2022-03-311-13/+41
| |/
* / Add View.findOnBackInvokedDispatcherVadim Caen2022-04-011-0/+18
|/
* Prevent ArrayList allocation for prefer keep clear areasRobert Horvath2022-03-241-3/+12
* Fixes for a11y selectionSally2022-03-161-0/+9
* Merge "Prevent NPE for onKeyDown and onKeyUp" into tm-devArthur Hung2022-03-151-2/+2
|\
| * Prevent NPE for onKeyDown and onKeyUpArthur Hung2022-03-091-2/+2
* | Fix: Handwriting only initiate for the first timeHaoyu Zhang2022-03-141-2/+1
|/
* Mark focused Views as keep clear areasRobert Horvath2022-03-021-11/+46
* Keep custom keep-clear Rects if preferKeepClear is setRobert Horvath2022-03-021-5/+6
* Merge "Add SystemApi to set unrestricted keep-clear rects" into tm-devGalia Peycheva2022-03-021-0/+64
|\
| * Add SystemApi to set unrestricted keep-clear rectsGalia Peycheva2022-02-281-0/+64
* | Make pane logic consistent with documentationSally2022-02-181-4/+23
* | Use isAggregatedVisible for pane eventsSally2022-02-181-1/+1