Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java108 private final int mFloatingMaskViewCornerRadius; field in PrivateProfileManager
153 mFloatingMaskViewCornerRadius = mAllApps.getContext().getResources().getDimensionPixelSize( in PrivateProfileManager()
832 return mFloatingMaskViewCornerRadius + getMainRecyclerView().getPaddingBottom(); in getFloatingMaskViewHeight()