index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
ViewGroup.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DO NOT MERGE] Bring back touch events for double tap and double tap and hold.
Ameer Armaly
2020-06-22
1
-4
/
+77
*
Insets: Allow animations when setting SYSTEM_UI_LAYOUT_* flags
Adrian Roos
2020-05-28
1
-2
/
+4
*
Scroll Capture Framework
Mark Renouf
2020-04-20
1
-6
/
+122
*
Use separate thread if app doesn't listen to animations
Jorim Jaggi
2020-03-11
1
-0
/
+28
*
Update API ExtraRenderingInfo by review feedback
Dieter Hsu
2020-03-06
1
-1
/
+1
*
Merge "Allow unbuffered MotionEvent dispatch for View (1/2)"
TreeHugger Robot
2020-02-19
1
-0
/
+26
|
\
|
*
Allow unbuffered MotionEvent dispatch for View (1/2)
Arthur Hung
2020-02-19
1
-0
/
+26
*
|
Refresh new extra data AccessibilityNodeInfo.ExtraRenderingInfo
Dieter Hsu
2020-02-18
1
-0
/
+25
|
/
*
WindowInsetsAnimation: Clean up API
Adrian Roos
2020-02-17
1
-21
/
+20
*
Replace OnContentApplyWindowInsetsListener with simple boolean
Jorim Jaggi
2020-02-01
1
-0
/
+12
*
Window Manager Flag Migration (12/n)
Tiger Huang
2020-01-23
1
-0
/
+2
*
Introduce Window.setContentOnApplyWindowInsetsListener
Jorim Jaggi
2020-01-22
1
-0
/
+14
*
Fix up new insets dispatch behavior
Jorim Jaggi
2020-01-21
1
-8
/
+41
*
Correct layout/draw/animation interleaving for insets callbacks
Jorim Jaggi
2020-01-10
1
-6
/
+16
*
Merge "Add public access to debug layout bounds flag."
George Mount
2019-12-20
1
-2
/
+2
|
\
|
*
Add public access to debug layout bounds flag.
George Mount
2019-12-20
1
-2
/
+2
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
|
API update for insets
Tarandeep Singh
2019-12-16
1
-6
/
+11
|
/
*
Dispatch mouse events to the view under cursor.
Garfield Tan
2019-10-04
1
-2
/
+4
*
Stop splitting for mouse events.
Garfield Tan
2019-10-04
1
-1
/
+3
*
Revert "The source of subtree chagnes should be the viewParent"
Qasid Sadiq
2019-08-23
1
-5
/
+4
*
The source of subtree chagnes should be the viewParent
Qasid Ahmad Sadiq
2019-06-25
1
-4
/
+5
*
Use AccessibilityManagerService to deliver double tap and double tap and hol...
Ameer Armaly
2019-05-21
1
-68
/
+0
*
Reduce the window tap exclude region for child above it
Tiger Huang
2019-03-28
1
-14
/
+45
*
Merge "Restrict access to FLAG_USE_CHILD_DRAWING_ORDER."
TreeHugger Robot
2019-03-23
1
-1
/
+1
|
\
|
*
Restrict access to FLAG_USE_CHILD_DRAWING_ORDER.
Filip Pavlis
2019-02-06
1
-1
/
+1
*
|
Merge "Restrict access to mGroupFlags."
TreeHugger Robot
2019-03-22
1
-1
/
+1
|
\
\
|
*
|
Restrict access to mGroupFlags.
Filip Pavlis
2019-02-06
1
-1
/
+1
|
|
/
*
|
Merge "Restrict FLAG_SUPPORT_STATIC_TRANSFORMATIONS usage"
TreeHugger Robot
2019-03-22
1
-1
/
+1
|
\
\
|
*
|
Restrict FLAG_SUPPORT_STATIC_TRANSFORMATIONS usage
Filip Pavlis
2019-02-06
1
-1
/
+1
|
|
/
*
|
Merge "Restrict access to View's hierarchy listener."
TreeHugger Robot
2019-03-22
1
-1
/
+1
|
\
\
|
*
|
Restrict access to View's hierarchy listener.
Filip Pavlis
2019-02-06
1
-1
/
+1
|
|
/
*
|
Merge "Restrict accesss to FLAG_DISALLOW_INTERCEPT"
TreeHugger Robot
2019-03-22
1
-1
/
+1
|
\
\
|
*
|
Restrict accesss to FLAG_DISALLOW_INTERCEPT
Filip Pavlis
2019-02-06
1
-1
/
+1
|
|
/
*
|
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-14
/
+14
*
|
Improve javadocs for ViewGroup.getChildDrawingOrder
Andrey Kulikov
2019-03-12
1
-13
/
+16
*
|
Add @InspectableProperty annotations to LayoutParams
Ashley Rose
2019-03-04
1
-0
/
+12
*
|
Restrict platform's GhostView and unhide a method needed for a backport
Andrey Kulikov
2019-02-12
1
-0
/
+14
*
|
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-1
/
+3
|
/
*
Merge "@InspectableProperty coverage for android.widget"
Ashley Rose
2019-02-05
1
-0
/
+26
|
\
|
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+26
*
|
Refactored how initial content capture events are sent.
Felipe Leme
2019-02-04
1
-8
/
+54
|
/
*
A brave new world for window insets (11/n)
Jorim Jaggi
2019-01-11
1
-0
/
+29
*
A brave new world for window insets (10/n)
Jorim Jaggi
2019-01-08
1
-0
/
+16
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-1
/
+1
*
Made ViewGroup.suppressLayout/isLayoutSuppressed public
Andrey Kulikov
2018-11-28
1
-5
/
+0
*
Improve TouchDelegate Accessibility: Explore by Touch handle hover events
Dieter Hsu
2018-11-02
1
-0
/
+10
*
Move ViewGroup#mChildren[Count] to dark-grey list
Mihai Popa
2018-10-15
1
-2
/
+2
*
docs: fixed instances of typo in 'overridden' am: debd4ee72d
kopriva
2018-09-13
1
-3
/
+3
|
\
|
*
docs: fixed instances of typo in 'overridden'
kopriva
2018-09-13
1
-3
/
+3
|
|
\
[next]