Searched refs:menuBottom (Results 1 – 2 of 2) sorted by relevance
183 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition() local184 if (mIsImeShowing && (menuBottom >= mImeTop)) { in getMenuPosition()
226 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme() local228 assertThat(menuBottom).isLessThan(IME_TOP); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()