Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuView.java158 mBoundsInParent.top + mMenuViewAppearance.getMenuHeight()); in onSizeChanged()
161 layoutParams.height = mMenuViewAppearance.getMenuHeight(); in onSizeChanged()
261 int getMenuHeight() { in getMenuHeight() method in MenuView
262 return mMenuViewAppearance.getMenuHeight(); in getMenuHeight()
H A DMenuViewAppearance.java183 final float menuBottom = y + getMenuHeight() + mMargin; in getMenuPosition()
186 mImeTop - getMenuHeight() - mMargin - mImeShiftingSpace); in getMenuPosition()
208 int getMenuHeight() { in getMenuHeight() method in MenuViewAppearance
H A DMenuEduTooltipView.java128 (int) position.y + mMenuViewAppearance.getMenuHeight()); in getMenuBoundsInParent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayerTest.java226 final float menuBottom = mMenuView.getTranslationY() + mMenuView.getMenuHeight(); in showingImeInsetsChange_overlapOnIme_menuShownAboveIme()