Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsSource.java58 SIDE_BOTTOM,
67 static final int SIDE_BOTTOM = 4; field in InsetsSource
326 case SIDE_BOTTOM: in calculateInsets()
474 return SIDE_BOTTOM; in getInsetSide()
489 case SIDE_BOTTOM: in sideToString()
DInsetsAnimationControlImpl.java37 import static android.view.InsetsSource.SIDE_BOTTOM;
144 idSideMap.put(ID_IME, SIDE_BOTTOM); in InsetsAnimationControlImpl()
292 updateLeashesForSide(SIDE_BOTTOM, offset.bottom, params, outState, mPendingAlpha); in applyChangeInsets()
520 case SIDE_BOTTOM: in addTranslationToMatrix()
555 side = SIDE_BOTTOM; in buildSideControlsMap()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java23 import static android.view.InsetsSource.SIDE_BOTTOM;
114 assertEquals(SIDE_BOTTOM, typeSideMap.get(ID_IME)); in testCalculateInsets()