Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewAppearance.java54 private int mSizeType; field in MenuViewAppearance
123 mSizeType = sizeType; in setSizeType()
214 return mSizeType == SMALL ? mSmallIconSize : mLargeIconSize; in getMenuIconSize()
222 return mSizeType == SMALL ? mSmallPadding : mLargePadding; in getMenuPadding()
254 return mSizeType == SMALL ? getSmallSize(itemCount) : getLargeSize(itemCount); in getMenuRadius()