Searched refs:menuBottom (Results 1 – 3 of 3) sorted by relevance
180 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition() local181 if (mIsImeShowing && (menuBottom >= mImeTop)) { in getMenuPosition()
346 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme() local349 assertThat(menuBottom).isLessThan(beforePosition.y); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()
527 final float menuBottom = menuTop + menuHeight;533 if (menuBottom > displayHeight) {