Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java120 return containerView.mBottomSheetAlpha;
191 private float mBottomSheetAlpha = 1f; field in ActivityAllAppsContainerView
1015 mBottomSheetAlpha = mActivityContext.getDeviceProfile().isTablet ? 1f : alpha; in setBottomSheetAlpha()
1398 mHeaderPaint.setAlpha((int) (255 * mBottomSheetAlpha)); in drawOnScrimWithScaleAndBottomOffset()