summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* view: add null check for dispatch touch viewjianzhou2022-11-021-1/+1
* Add View.findOnBackInvokedDispatcherVadim Caen2022-04-011-0/+22
* Fix drawing translationZ to software canvasJohn Reck2021-10-131-1/+1
* Fix typo by removing extra "the"Pankaj Singh2021-09-061-1/+1
* Merge "Fix IndexOutOfBoundsException when calling dispatchProvideStructure()"...Ahaan Ugale2021-05-141-1/+3
|\
| * Merge "Fix IndexOutOfBoundsException when calling dispatchProvideStructure()"...Ahaan Ugale2021-05-141-1/+3
| |\
| | * Fix IndexOutOfBoundsException when calling dispatchProvideStructure()Joanne Chung2021-05-061-1/+3
* | | Merge "API feedback: Translation View API improvement." into sc-dev am: f13de...Joanne Chung2021-05-121-4/+6
|\| |
| * | API feedback: Translation View API improvement.Joanne Chung2021-05-101-4/+6
| |/
* | Merge "Account for padding in dispatchScrollCaptureSearch" into sc-dev am: 4b...Mark Renouf2021-04-201-13/+8
|\|
| * Merge "Account for padding in dispatchScrollCaptureSearch" into sc-devMark Renouf2021-04-201-13/+8
| |\
| | * Account for padding in dispatchScrollCaptureSearchMark Renouf2021-04-161-13/+8
* | | Merge "Fix UiTranslation for ListView." into sc-dev am: 44dccdbe1aAhaan Ugale2021-04-131-0/+11
|\| |
| * | Fix UiTranslation for ListView.Ahaan Ugale2021-04-021-0/+11
| |/
* / Fix index corner bug to search the target nodeSaho Kobayashi2021-04-061-1/+1
|/
* Merge "Correctly handle TargetAccessibilityFocus flag" into sc-devSaho Kobayashi2021-04-011-17/+14
|\
| * Correctly handle TargetAccessibilityFocus flagsahok2021-03-181-17/+14
* | Implement dispatchRequestTranslation for getting translation information.Joanne Chung2021-03-251-0/+25
|/
* Long screenshots framework update and API unhideMark Renouf2021-02-251-73/+54
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-6/+6
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-6/+6
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-6/+6
* Apply fixes for EfficientCollections.Jeff Sharkey2020-10-201-2/+3
* Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-1/+1
|\
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
| * [DO NOT MERGE] Bring back touch events for double tap and double tap and hold.Ameer Armaly2020-06-221-4/+77
* | Merge "Bring back touch events for double tap and double tap and hold."TreeHugger Robot2020-07-211-3/+75
|\ \
| * | Bring back touch events for double tap and double tap and hold.Ameer Armaly2020-07-151-3/+75
* | | Delay sending accessibility events a little for temporarily detached viewyingleiw2020-07-141-0/+11
|/ /
* | Merge "Insets: Allow animations when setting SYSTEM_UI_LAYOUT_* flags" into r...TreeHugger Robot2020-05-281-2/+4
|\|
| * Insets: Allow animations when setting SYSTEM_UI_LAYOUT_* flagsAdrian Roos2020-05-281-2/+4
| * Scroll Capture FrameworkMark Renouf2020-04-201-6/+122
* | Merge "Switch Java calls to enableZ and disableZ; remove isRecordingFor"Leon Scroggins2020-05-071-5/+3
|\ \
| * | Switch Java calls to enableZ and disableZ; remove isRecordingForLeon Scroggins III2020-05-061-5/+3
| |/
* / Scroll Capture FrameworkMark Renouf2020-04-171-6/+122
|/
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-0/+28
* Update API ExtraRenderingInfo by review feedbackDieter Hsu2020-03-061-1/+1
* Merge "Allow unbuffered MotionEvent dispatch for View (1/2)"TreeHugger Robot2020-02-191-0/+26
|\
| * Allow unbuffered MotionEvent dispatch for View (1/2)Arthur Hung2020-02-191-0/+26
* | Refresh new extra data AccessibilityNodeInfo.ExtraRenderingInfoDieter Hsu2020-02-181-0/+25
|/
* WindowInsetsAnimation: Clean up APIAdrian Roos2020-02-171-21/+20
* Replace OnContentApplyWindowInsetsListener with simple booleanJorim Jaggi2020-02-011-0/+12
* Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-0/+2
* Introduce Window.setContentOnApplyWindowInsetsListenerJorim Jaggi2020-01-221-0/+14
* Fix up new insets dispatch behaviorJorim Jaggi2020-01-211-8/+41
* Correct layout/draw/animation interleaving for insets callbacksJorim Jaggi2020-01-101-6/+16
* Merge "Add public access to debug layout bounds flag."George Mount2019-12-201-2/+2
|\
| * Add public access to debug layout bounds flag.George Mount2019-12-201-2/+2
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | API update for insetsTarandeep Singh2019-12-161-6/+11
|/