summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Pass in callsite of SurfaceControl constructor explicitly (1/3)Jorim Jaggi2020-06-261-0/+1
* [DO NOT MERGE] Bring back touch events for double tap and double tap and hold.Ameer Armaly2020-06-221-0/+8
* Restore force relayout logic for apps targeting < RJorim Jaggi2020-05-041-0/+10
* Merge changes from topic "cherrypick-ctor-refs-03y8i58ine" into rvc-devAndrew Sapperstein2020-05-021-2/+2
|\
| * Update inner class constructor refs to use proper syntax.Andrew Sapperstein2020-05-011-2/+2
* | Merge "Support receiving touch event in the inline suggestion view" into rvc-devFeng Cao2020-05-011-0/+10
|\ \ | |/ |/|
| * Support receiving touch event in the inline suggestion viewFeng Cao2020-05-011-0/+10
* | WindowInsetsController: make available after addViewAdrian Roos2020-04-291-0/+3
|/
* Scroll Capture FrameworkMark Renouf2020-04-201-1/+183
* Fine tune performance for notifyContentCapture()TYM Tsai2020-04-071-6/+8
* Merge "Make caption a insets source" into rvc-devJorim Jaggi2020-03-271-0/+5
|\
| * Make caption a insets sourceYunfan Chen2020-03-261-0/+5
* | Merge "Fix single field highlighting for autofill." into rvc-devAdam He2020-03-261-1/+1
|\ \ | |/ |/|
| * Fix single field highlighting for autofill.Adam He2020-03-251-1/+1
* | Merge "Performance optimizations for new insets" into rvc-devJorim Jaggi2020-03-241-3/+7
|\ \
| * | Performance optimizations for new insetsJorim Jaggi2020-03-231-3/+7
| |/
* / Refine performance for calling into ContentCaptureTYM Tsai2020-03-231-25/+24
|/
* Notifying the on-device intelligence service when view window insets have cha...Mihir Patel2020-03-131-9/+26
* Merge "Hide autofill highlight if filling only the focused field." into rvc-devAdam He2020-03-131-5/+29
|\
| * Hide autofill highlight if filling only the focused field.Adam He2020-03-121-5/+29
* | Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-0/+9
|/
* Fix WindowInsetsController lifecycleJorim Jaggi2020-03-031-2/+6
* PhoneWindow: Fix potential memory leakAdrian Roos2020-02-271-1/+1
* Removing possible user defined strings from bugreport view-dumpSunny Goyal2020-02-251-1/+1
* Merge "Adjust the logic of isImportantForAccessibility"Jackal Guo2020-02-201-2/+1
|\
| * Adjust the logic of isImportantForAccessibilityJackal Guo2020-02-191-2/+1
* | Allow unbuffered MotionEvent dispatch for View (1/2)Arthur Hung2020-02-191-1/+40
|/
* Merge "Apply the screen matrix to the boundsInScreen"Jackal Guo2020-02-191-0/+6
|\
| * Apply the screen matrix to the boundsInScreenJackal Guo2020-02-171-0/+6
* | WindowInsetsAnimation: Clean up APIAdrian Roos2020-02-171-26/+30
* | Refactor AttachInfo.mGlobalSystemUiVisibilityTiger Huang2020-02-171-5/+0
|/
* Support accessibility on embedded hierarchies (2/n)Jackal Guo2020-02-111-0/+12
* Merge "Fix View backward navigation bug"Yabin Huang2020-02-071-7/+13
|\
| * Fix View backward navigation bugYabin Huang2020-01-311-7/+13
* | Merge "Fix Keyboard won't show up in some cases"TreeHugger Robot2020-02-041-6/+1
|\ \
| * | Fix Keyboard won't show up in some caseslumark2020-02-041-6/+1
* | | Use FrameworkStatsLog instead of StatsLogMuhammad Qureshi2020-02-031-7/+9
|/ /
* / Replace OnContentApplyWindowInsetsListener with simple booleanJorim Jaggi2020-02-011-6/+11
|/
* Merge "Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml."Philip Quinn2020-01-291-5/+12
|\
| * Move ViewConfiguration#AMBIGUOUS_GESTURE_MULTIPLIER to config.xml.Philip Quinn2020-01-241-5/+12
* | Merge "Don't draw default focus highlight unless focused."Danny Epstein2020-01-281-7/+6
|\ \
| * | Don't draw default focus highlight unless focused.Danny Epstein2020-01-241-7/+6
| |/
* | Merge "Deprecate Canvas.EdgeType"TreeHugger Robot2020-01-281-1/+1
|\ \ | |/ |/|
| * Deprecate Canvas.EdgeTypeLeon Scroggins III2020-01-231-1/+1
* | Fix docs errorColin Cross2020-01-231-4/+4
* | Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-2/+75
* | Merge changes from topic "content_apply"Jorim Jaggi2020-01-231-20/+68
|\ \ | |/ |/|
| * Introduce Window.setContentOnApplyWindowInsetsListenerJorim Jaggi2020-01-221-20/+68
* | Merge "Throttle stateDescription changed events"Qasid Sadiq2020-01-211-33/+88
|\ \ | |/ |/|
| * Throttle stateDescription changed eventsQasid Ahmad Sadiq2020-01-171-33/+88