Home
last modified time | relevance | path

Searched refs:FIRST_TYPE (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsVisibilitiesTest.java19 import static android.view.InsetsState.FIRST_TYPE;
56 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testEquals()
63 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testEquals()
73 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testSet()
93 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testCopyConstructor()
109 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testGetterAndSetter()
113 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testGetterAndSetter()
H A DInsetsControllerTest.java27 import static android.view.InsetsState.FIRST_TYPE;
670 for (@InternalInsetsType int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in testResizeAnimation_insetsTypes()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsVisibilities.java55 System.arraycopy(other.mVisibilities, InsetsState.FIRST_TYPE, mVisibilities, in set()
56 InsetsState.FIRST_TYPE, InsetsState.SIZE); in set()
86 for (int type = InsetsState.FIRST_TYPE; type <= InsetsState.LAST_TYPE; type++) { in toString()
H A DInsetsState.java102 static final int FIRST_TYPE = 0; field in InsetsState
104 public static final int ITYPE_STATUS_BAR = FIRST_TYPE;
208 for (int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in calculateInsets()
306 for (int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in calculateInsets()
322 for (int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in calculateVisibleInsets()
348 for (int type = FIRST_TYPE; type <= LAST_TYPE; type++) { in calculateUncontrollableInsetsFromFrame()