Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java167 protected View mBottomSheetBackground; field in ActivityAllAppsContainerView
278 mBottomSheetBackground = findViewById(R.id.bottom_sheet_background); in initContent()
341 return mBottomSheetBackground; in getBottomSheetBackground()
1007 mBottomSheetBackground.setVisibility(visible ? View.VISIBLE : View.GONE); in updateBackgroundVisibility()
1383 final View panel = mBottomSheetBackground; in drawOnScrimWithScaleAndBottomOffset()
1457 left = mBottomSheetBackground.getLeft() + horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1458 right = mBottomSheetBackground.getRight() - horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1501 return bottom + mBottomSheetBackground.getTop(); in getHeaderBottom()
1516 return mBottomSheetBackground.getVisibility() == VISIBLE ? mBottomSheetBackground : this; in getVisibleContainerView()