Searched defs:sideOverrides (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 579 final int[] sideOverrides = new int[] {BOUNDS_POSITION_TOP, BOUNDS_POSITION_BOTTOM, in testGetRotatedCutoutWithOverride_top_rot0() local 594 final int[] sideOverrides = new int[] {BOUNDS_POSITION_TOP, BOUNDS_POSITION_BOTTOM, in testGetRotatedCutoutWithOverride_top_rot90() local 609 final int[] sideOverrides = new int[] {BOUNDS_POSITION_TOP, BOUNDS_POSITION_BOTTOM, in testGetRotatedCutoutWithOverride_top_rot180() local 625 final int[] sideOverrides = new int[] {BOUNDS_POSITION_TOP, BOUNDS_POSITION_BOTTOM, in testGetRotatedCutoutWithOverride_top_rot270() local 640 final int[] sideOverrides = new int[] {BOUNDS_POSITION_TOP, BOUNDS_POSITION_BOTTOM, in testGetRotatedCutoutWithOverride_top_rot90to180() local
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 479 @Nullable int[] sideOverrides) { in DisplayCutout() 567 CutoutPathParserInfo info, int[] sideOverrides) { in DisplayCutout() 879 private static String sideOverridesToString(int[] sideOverrides) { in sideOverridesToString() 1533 final int[] sideOverrides = in.createIntArray(); in readCutoutFromParcel() local 1568 final int[] sideOverrides = mInner.mSideOverrides; in scale() local
|