Home
last modified time | relevance | path

Searched refs:getMenuHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuView.java162 mBoundsInParent.top + mMenuViewAppearance.getMenuHeight()); in onSizeChanged()
165 layoutParams.height = mMenuViewAppearance.getMenuHeight(); in onSizeChanged()
291 int getMenuHeight() { in getMenuHeight() method in MenuView
292 return mMenuViewAppearance.getMenuHeight(); in getMenuHeight()
DMenuViewAppearance.java180 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition()
183 mImeTop - getMenuHeight() - mMargin - mImeShiftingSpace); in getMenuPosition()
205 int getMenuHeight() { in getMenuHeight() method in MenuViewAppearance
DMenuEduTooltipView.java128 (int) position.y + mMenuViewAppearance.getMenuHeight()); in getMenuBoundsInParent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DMenuViewLayerTest.java346 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()