Home
last modified time | relevance | path

Searched refs:ISIDE_TOP (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java41 import static android.view.InsetsState.ISIDE_TOP;
291 updateLeashesForSide(ISIDE_TOP, offset.top, mPendingInsets.top, params, outState, in applyChangeInsets()
508 case ISIDE_TOP: in addTranslationToMatrix()
H A DInsetsState.java72 ISIDE_TOP,
80 static final int ISIDE_TOP = 1; field in InsetsState
420 return ISIDE_TOP; in getInsetSide()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java24 import static android.view.InsetsState.ISIDE_TOP;
109 assertEquals(ISIDE_TOP, typeSideMap.get(ID_STATUS_BAR)); in testCalculateInsets()