Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSource.java56 SIDE_TOP,
65 static final int SIDE_TOP = 2; field in InsetsSource
322 case SIDE_TOP: in calculateInsets()
468 return SIDE_TOP; in getInsetSide()
485 case SIDE_TOP: in sideToString()
DInsetsAnimationControlImpl.java41 import static android.view.InsetsSource.SIDE_TOP;
290 updateLeashesForSide(SIDE_TOP, offset.top, params, outState, mPendingAlpha); in applyChangeInsets()
512 case SIDE_TOP: in addTranslationToMatrix()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java24 import static android.view.InsetsSource.SIDE_TOP;
113 assertEquals(SIDE_TOP, typeSideMap.get(ID_STATUS_BAR)); in testCalculateInsets()