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