summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowInsets.java
AgeCommit message (Expand)Author
2021-05-20Add PrivacyIndicator APIs to WindowInsetsNate Myren
2021-02-02Provides apps the rounded corners infoshawnlin
2021-01-28Remove references to hidden APIs from public JavadocTiger Huang
2020-11-18Remove legacy frames from WindowFrames and DisplayFramesTiger Huang
2020-10-21Don't dispatch legacy insets to clientTiger Huang
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-07-15Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang
2020-05-14Add tracing for Inset animationsJorim Jaggi
2020-04-14WindowInsets: clarify displayCutout javadocAdrian Roos
2020-04-02Merge "WindowInsets: Ignore consumeStableInsets()" into rvc-devJorim Jaggi
2020-04-01Initialize sourceless insets with Insets.NONEJorim Jaggi
2020-04-01WindowInsets: Ignore consumeStableInsets()Adrian Roos
2020-03-26Make caption a insets sourceYunfan Chen
2020-03-02Merge "Unhide WindowInsets#inset with insets argument" into rvc-devJorim Jaggi
2020-03-02Unhide WindowInsets#inset with insets argumentJorim Jaggi
2020-03-02Unhide API: WindowInsets.Type#displayCutout()Tiger Huang
2020-03-02Make display cutout can produce insetsTiger Huang
2020-01-23Window Manager Flag Migration (12/n)Tiger Huang
2020-01-21Fix up new insets dispatch behaviorJorim Jaggi
2020-01-17Migrate LAYOUT_STABLE in new insets worldJorim Jaggi
2020-01-10Move visible insets calculation to clientJorim Jaggi
2020-01-08Treat IME adjust flags correctlyJorim Jaggi
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-17Merge "API update for insets"Taran Singh
2019-12-16API update for insetsTarandeep Singh
2019-12-16Window Manager Flag Migration (7/n)Tiger Huang
2019-11-18Window Manager Flag Migration (6/n)Tiger Huang
2019-07-26GestureNav: Clarify javadoc in regards to exclusion limitsAdrian Roos
2019-05-14Fix copying of insetsJorim Jaggi
2019-04-01WindowInsets: populate system gesture and tappable element insetsAdrian Roos
2019-03-20Provide a hook for forcing all system bars to be displayed at all timesBrad Stenning
2019-03-18WindowInsets: Add mandatory system gesture and tappable element insetsAdrian Roos
2019-03-06WindowInsets: Properly initialize systemGestureInsetsAdrian Roos
2019-03-05Merge "WindowInsets: Add system gesture insets"TreeHugger Robot
2019-03-04WindowInsets: Add system gesture insetsAdrian Roos
2019-02-26WindowInsets: Add missing annotations and make Builder finalAdrian Roos
2019-01-24Implement WindowInsets.isVisibleJorim Jaggi
2019-01-21Introduce new window insets launch flagJorim Jaggi
2019-01-21Fix CTSJorim Jaggi
2019-01-08A brave new world for window insets (9/n)Jorim Jaggi
2019-01-08A brave new world for window insets (8/n)Jorim Jaggi
2018-12-03A brave new world for window insets (2 and 3/n)Jorim Jaggi
2018-11-14WindowInsets: Fix unintentional un-nulling in legacy constructorAdrian Roos
2018-11-07WindowInsets: Workaround for javadoc issueAdrian Roos
2018-10-30WindowInsets: Annotate nullabilityAdrian Roos
2018-10-30WindowInsets: Add BuilderAdrian Roos
2018-10-30WindowInsets: reimplement WindowInsets on top of InsetsAdrian Roos
2018-10-30WindowInsets: make WindowInsets.inset() publicAdrian Roos
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-18Display Cutout: Fix ActionBarOverlayLayout to properly dispatch cutoutAdrian Roos