Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java191 private final ViewGroup mBottomSheetView; field in BottomActionBar
216 mBottomSheetView = findViewById(R.id.action_bottom_sheet); in BottomActionBar()
217 SizeCalculator.adjustBackgroundCornerRadius(mBottomSheetView); in BottomActionBar()
221 mBottomSheetView); in BottomActionBar()
287 mBottomSheetView.addView(bottomSheetContent.mContentView); in bindBottomSheetContentWithAction()
292 mBottomSheetView.setAccessibilityTraversalAfter(actionView.getId()); in bindBottomSheetContentWithAction()
562 mBottomSheetView.removeAllViews(); in reset()
570 mBottomSheetView.setBackground(context.getDrawable(R.drawable.bottom_sheet_background)); in setColor()
571 if (mBottomSheetView.getChildCount() > 0) { in setColor()
573 mBottomSheetView.removeAllViews(); in setColor()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerActivity.java122 private View mBottomSheetView; field in PhotoPickerActivity
308 mBottomSheetView.getGlobalVisibleRect(outRect); in dispatchTouchEvent()
518 mBottomSheetView = findViewById(R.id.bottom_sheet); in initBottomSheetBehavior()
519 mBottomSheetBehavior = BottomSheetBehavior.from(mBottomSheetView); in initBottomSheetBehavior()
537 mBottomSheetView.setBackgroundColor(backgroundColor); in setCustomPickerColorsInBottomSheet()
622 mBottomSheetView.setOutlineProvider(viewOutlineProvider); in setRoundedCornersForBottomSheet()
666 if (isOrientationLandscape() || !mBottomSheetView.getClipToOutline()) { in saveBottomSheetState()
1005 if (mBottomSheetView != null) { in updateBottomSheetBehavior()
1006 mBottomSheetView.setClipToOutline(!isPreview); in updateBottomSheetBehavior()