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
/
WindowInsets.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PrivacyIndicator APIs to WindowInsets
Nate Myren
2021-05-20
1
-10
/
+59
*
Provides apps the rounded corners info
shawnlin
2021-02-02
1
-11
/
+65
*
Remove references to hidden APIs from public Javadoc
Tiger Huang
2021-01-28
1
-9
/
+9
*
Remove legacy frames from WindowFrames and DisplayFrames
Tiger Huang
2020-11-18
1
-0
/
+3
*
Don't dispatch legacy insets to client
Tiger Huang
2020-10-21
1
-0
/
+9
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-1
/
+1
*
Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREEN
Tiger Huang
2020-07-15
1
-13
/
+12
*
Add tracing for Inset animations
Jorim Jaggi
2020-05-14
1
-23
/
+29
*
WindowInsets: clarify displayCutout javadoc
Adrian Roos
2020-04-14
1
-1
/
+13
*
Merge "WindowInsets: Ignore consumeStableInsets()" into rvc-dev
Jorim Jaggi
2020-04-02
1
-2
/
+3
|
\
|
*
WindowInsets: Ignore consumeStableInsets()
Adrian Roos
2020-04-01
1
-2
/
+3
*
|
Initialize sourceless insets with Insets.NONE
Jorim Jaggi
2020-04-01
1
-6
/
+44
|
/
*
Make caption a insets source
Yunfan Chen
2020-03-26
1
-0
/
+1
*
Merge "Unhide WindowInsets#inset with insets argument" into rvc-dev
Jorim Jaggi
2020-03-02
1
-2
/
+14
|
\
|
*
Unhide WindowInsets#inset with insets argument
Jorim Jaggi
2020-03-02
1
-2
/
+14
*
|
Unhide API: WindowInsets.Type#displayCutout()
Tiger Huang
2020-03-02
1
-3
/
+7
*
|
Make display cutout can produce insets
Tiger Huang
2020-03-02
1
-4
/
+26
|
/
*
Window Manager Flag Migration (12/n)
Tiger Huang
2020-01-23
1
-28
/
+75
*
Fix up new insets dispatch behavior
Jorim Jaggi
2020-01-21
1
-6
/
+26
*
Migrate LAYOUT_STABLE in new insets world
Jorim Jaggi
2020-01-17
1
-15
/
+28
*
Move visible insets calculation to client
Jorim Jaggi
2020-01-10
1
-0
/
+14
*
Treat IME adjust flags correctly
Jorim Jaggi
2020-01-08
1
-21
/
+22
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Merge "API update for insets"
Taran Singh
2019-12-17
1
-10
/
+4
|
\
|
*
API update for insets
Tarandeep Singh
2019-12-16
1
-10
/
+4
*
|
Window Manager Flag Migration (7/n)
Tiger Huang
2019-12-16
1
-0
/
+27
|
/
*
Window Manager Flag Migration (6/n)
Tiger Huang
2019-11-18
1
-73
/
+83
*
GestureNav: Clarify javadoc in regards to exclusion limits
Adrian Roos
2019-07-26
1
-0
/
+9
*
Fix copying of insets
Jorim Jaggi
2019-05-14
1
-1
/
+3
*
WindowInsets: populate system gesture and tappable element insets
Adrian Roos
2019-04-01
1
-7
/
+0
*
Provide a hook for forcing all system bars to be displayed at all times
Brad Stenning
2019-03-20
1
-20
/
+21
*
WindowInsets: Add mandatory system gesture and tappable element insets
Adrian Roos
2019-03-18
1
-10
/
+133
*
WindowInsets: Properly initialize systemGestureInsets
Adrian Roos
2019-03-06
1
-1
/
+4
*
Merge "WindowInsets: Add system gesture insets"
TreeHugger Robot
2019-03-05
1
-5
/
+72
|
\
|
*
WindowInsets: Add system gesture insets
Adrian Roos
2019-03-04
1
-5
/
+72
*
|
WindowInsets: Add missing annotations and make Builder final
Adrian Roos
2019-02-26
1
-3
/
+5
|
/
*
Implement WindowInsets.isVisible
Jorim Jaggi
2019-01-24
1
-9
/
+79
*
Introduce new window insets launch flag
Jorim Jaggi
2019-01-21
1
-1
/
+4
*
Fix CTS
Jorim Jaggi
2019-01-21
1
-2
/
+3
*
A brave new world for window insets (9/n)
Jorim Jaggi
2019-01-08
1
-0
/
+112
*
A brave new world for window insets (8/n)
Jorim Jaggi
2019-01-08
1
-178
/
+201
*
A brave new world for window insets (2 and 3/n)
Jorim Jaggi
2018-12-03
1
-0
/
+69
*
WindowInsets: Fix unintentional un-nulling in legacy constructor
Adrian Roos
2018-11-14
1
-3
/
+13
*
WindowInsets: Workaround for javadoc issue
Adrian Roos
2018-11-07
1
-2
/
+4
*
WindowInsets: Annotate nullability
Adrian Roos
2018-10-30
1
-7
/
+11
*
WindowInsets: Add Builder
Adrian Roos
2018-10-30
1
-9
/
+125
*
WindowInsets: reimplement WindowInsets on top of Insets
Adrian Roos
2018-10-30
1
-121
/
+147
*
WindowInsets: make WindowInsets.inset() public
Adrian Roos
2018-10-30
1
-3
/
+1
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+5
*
Display Cutout: Fix ActionBarOverlayLayout to properly dispatch cutout
Adrian Roos
2018-05-18
1
-3
/
+114
[next]