summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowInsets.java
Commit message (Expand)AuthorAgeFilesLines
* Add PrivacyIndicator APIs to WindowInsetsNate Myren2021-05-201-10/+59
* Provides apps the rounded corners infoshawnlin2021-02-021-11/+65
* Remove references to hidden APIs from public JavadocTiger Huang2021-01-281-9/+9
* Remove legacy frames from WindowFrames and DisplayFramesTiger Huang2020-11-181-0/+3
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-0/+9
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-13/+12
* Add tracing for Inset animationsJorim Jaggi2020-05-141-23/+29
* WindowInsets: clarify displayCutout javadocAdrian Roos2020-04-141-1/+13
* Merge "WindowInsets: Ignore consumeStableInsets()" into rvc-devJorim Jaggi2020-04-021-2/+3
|\
| * WindowInsets: Ignore consumeStableInsets()Adrian Roos2020-04-011-2/+3
* | Initialize sourceless insets with Insets.NONEJorim Jaggi2020-04-011-6/+44
|/
* Make caption a insets sourceYunfan Chen2020-03-261-0/+1
* Merge "Unhide WindowInsets#inset with insets argument" into rvc-devJorim Jaggi2020-03-021-2/+14
|\
| * Unhide WindowInsets#inset with insets argumentJorim Jaggi2020-03-021-2/+14
* | Unhide API: WindowInsets.Type#displayCutout()Tiger Huang2020-03-021-3/+7
* | Make display cutout can produce insetsTiger Huang2020-03-021-4/+26
|/
* Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-28/+75
* Fix up new insets dispatch behaviorJorim Jaggi2020-01-211-6/+26
* Migrate LAYOUT_STABLE in new insets worldJorim Jaggi2020-01-171-15/+28
* Move visible insets calculation to clientJorim Jaggi2020-01-101-0/+14
* Treat IME adjust flags correctlyJorim Jaggi2020-01-081-21/+22
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge "API update for insets"Taran Singh2019-12-171-10/+4
|\
| * API update for insetsTarandeep Singh2019-12-161-10/+4
* | Window Manager Flag Migration (7/n)Tiger Huang2019-12-161-0/+27
|/
* Window Manager Flag Migration (6/n)Tiger Huang2019-11-181-73/+83
* GestureNav: Clarify javadoc in regards to exclusion limitsAdrian Roos2019-07-261-0/+9
* Fix copying of insetsJorim Jaggi2019-05-141-1/+3
* WindowInsets: populate system gesture and tappable element insetsAdrian Roos2019-04-011-7/+0
* Provide a hook for forcing all system bars to be displayed at all timesBrad Stenning2019-03-201-20/+21
* WindowInsets: Add mandatory system gesture and tappable element insetsAdrian Roos2019-03-181-10/+133
* WindowInsets: Properly initialize systemGestureInsetsAdrian Roos2019-03-061-1/+4
* Merge "WindowInsets: Add system gesture insets"TreeHugger Robot2019-03-051-5/+72
|\
| * WindowInsets: Add system gesture insetsAdrian Roos2019-03-041-5/+72
* | WindowInsets: Add missing annotations and make Builder finalAdrian Roos2019-02-261-3/+5
|/
* Implement WindowInsets.isVisibleJorim Jaggi2019-01-241-9/+79
* Introduce new window insets launch flagJorim Jaggi2019-01-211-1/+4
* Fix CTSJorim Jaggi2019-01-211-2/+3
* A brave new world for window insets (9/n)Jorim Jaggi2019-01-081-0/+112
* A brave new world for window insets (8/n)Jorim Jaggi2019-01-081-178/+201
* A brave new world for window insets (2 and 3/n)Jorim Jaggi2018-12-031-0/+69
* WindowInsets: Fix unintentional un-nulling in legacy constructorAdrian Roos2018-11-141-3/+13
* WindowInsets: Workaround for javadoc issueAdrian Roos2018-11-071-2/+4
* WindowInsets: Annotate nullabilityAdrian Roos2018-10-301-7/+11
* WindowInsets: Add BuilderAdrian Roos2018-10-301-9/+125
* WindowInsets: reimplement WindowInsets on top of InsetsAdrian Roos2018-10-301-121/+147
* WindowInsets: make WindowInsets.inset() publicAdrian Roos2018-10-301-3/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+5
* Display Cutout: Fix ActionBarOverlayLayout to properly dispatch cutoutAdrian Roos2018-05-181-3/+114