Searched refs:getMenuHeight (Results 1 – 4 of 4) sorted by relevance
162 mBoundsInParent.top + mMenuViewAppearance.getMenuHeight()); in onSizeChanged()165 layoutParams.height = mMenuViewAppearance.getMenuHeight(); in onSizeChanged()291 int getMenuHeight() { in getMenuHeight() method in MenuView292 return mMenuViewAppearance.getMenuHeight(); in getMenuHeight()
180 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition()183 mImeTop - getMenuHeight() - mMargin - mImeShiftingSpace); in getMenuPosition()205 int getMenuHeight() { in getMenuHeight() method in MenuViewAppearance
128 (int) position.y + mMenuViewAppearance.getMenuHeight()); in getMenuBoundsInParent()
346 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()