Searched refs:INSET_SIDE_BOTTOM (Results 1 – 3 of 3) sorted by relevance
19 import static android.view.InsetsState.INSET_SIDE_BOTTOM;162 updateLeashesForSide(INSET_SIDE_BOTTOM, offset.bottom, mPendingInsets.bottom, params, in applyChangeInsets()259 case INSET_SIDE_BOTTOM: in addTranslationToMatrix()
110 INSET_SIDE_BOTTOM,117 static final int INSET_SIDE_BOTTOM = 3; field in InsetsState247 return INSET_SIDE_BOTTOM; in getInsetSide()
19 import static android.view.InsetsState.INSET_SIDE_BOTTOM;78 assertEquals(INSET_SIDE_BOTTOM, typeSideMap.get(TYPE_IME)); in testCalculateInsets()