Searched refs:getMenuHeight (Results 1 – 4 of 4) sorted by relevance
158 mBoundsInParent.top + mMenuViewAppearance.getMenuHeight()); in onSizeChanged()161 layoutParams.height = mMenuViewAppearance.getMenuHeight(); in onSizeChanged()261 int getMenuHeight() { in getMenuHeight() method in MenuView262 return mMenuViewAppearance.getMenuHeight(); in getMenuHeight()
183 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition()186 mImeTop - getMenuHeight() - mMargin - mImeShiftingSpace); in getMenuPosition()208 int getMenuHeight() { in getMenuHeight() method in MenuViewAppearance
128 (int) position.y + mMenuViewAppearance.getMenuHeight()); in getMenuBoundsInParent()
226 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()