summaryrefslogtreecommitdiff
path: root/core/java/android/view/DisplayCutout.java
Commit message (Expand)AuthorAgeFilesLines
* Create an API to get a cutout pathshawnlin2021-01-281-33/+269
* Send display cutout to client via insetsChangedTiger Huang2021-01-051-0/+16
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-3/+3
* Update the description of getWaterfallInsets()shawnlin2020-04-211-1/+8
* Unhide API: WindowInsets.Type#displayCutout()Tiger Huang2020-03-021-4/+20
* Fixed not updating waterfall insets in DisplayCutout.inset()shawnlin2020-02-241-18/+27
* To add new marker to support long edge cutoutFelka Chang2020-02-071-90/+11
* Make DisplayCutout support waterfall insetsshawnlin2020-01-191-81/+168
* Merge "Support @left marker"TreeHugger Robot2019-12-171-0/+4
|\
| * Support @left markerLucas Dupin2019-11-241-0/+4
* | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-6/+6
|/
* Refined the logic to detect the location of DisplayCutout.Issei Suzuki2019-07-151-11/+16
* Window Manager spring cleaningJorim Jaggi2019-03-291-2/+8
* Merge "All Parcelable CREATOR fields are @NonNull."Jeff Sharkey2019-03-011-1/+1
|\
| * All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | Add comment to clarify use case of the new constructors.Issei Suzuki2019-02-271-0/+6
|/
* DisplayCutout: Fix NPE in deprecated constructor and add nullability annotationsAdrian Roos2018-10-121-16/+18
* Refactor DisplayCutout to use Rect instead of Region.Issei Suzuki2018-10-031-97/+327
* Cutout: Add developer setting to mask the display cutoutAdrian Roos2018-08-211-7/+17
* Only use simple rects for cutout regionJorim Jaggi2018-07-021-24/+26
* Cutout: Use stable density for inflating simulated cutoutsAdrian Roos2018-04-161-2/+4
* DisplayCutout: Draw anti-aliased bounds in soft overlayAdrian Roos2018-04-111-6/+28
* DisplayCutout: Add corner cutout overlayAdrian Roos2018-03-151-1/+9
* DisplayCutout: Support more than one cutoutAdrian Roos2018-03-121-122/+118
* DisplayCutout API: Make constructor public and adjust javadocAdrian Roos2018-03-051-7/+21
* DisplayCutout: Cache inflations from resourcesAdrian Roos2018-02-221-4/+41
* DisplayCutout: Dispatch all non-zero safeInsetsAdrian Roos2018-02-201-41/+64
* OverlayManager: Add categoriesAdrian Roos2018-02-131-0/+10
* DisplayCutout: device-independent emulation overlayAdrian Roos2018-01-191-0/+43
* Dispatch DisplayCutout from DisplayAdapterAdrian Roos2018-01-111-10/+38
* Add WindowState and LayoutParams protoVishnu Nair2018-01-041-0/+13
* Display Cutout: Make API publicAdrian Roos2017-12-191-82/+63
* Display Cutout: Add Cutout to WindowInsetsAdrian Roos2017-11-281-0/+408