Searched defs:insetInsets (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 1080 private static Insets[] insetInsets( in insetInsets() method in WindowInsets 1088 Insets insetInsets = insetInsets(insets, left, top, right, bottom); in insetInsets() local 1100 static Insets insetInsets(Insets insets, int left, int top, int right, int bottom) { in insetInsets() method in WindowInsets
|
H A D | DisplayCutout.java | 873 private Rect insetInsets(int insetLeft, int insetTop, int insetRight, int insetBottom, in insetInsets() method in DisplayCutout
|