Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DTopLevelPickerActivity.java132 private LinearLayout mBottomSheet; field in TopLevelPickerActivity
316 mBottomSheet = (LinearLayout) findViewById(R.id.bottom_sheet); in initializeDesktop()
317 … mCurrentWallpaperImage = (ImageView) mBottomSheet.findViewById(R.id.current_wallpaper_image); in initializeDesktop()
321 (TextView) mBottomSheet.findViewById(R.id.current_wallpaper_presentation_mode); in initializeDesktop()
466 mBottomSheet.setVisibility(View.VISIBLE); in setUpBottomSheet()
486 BottomSheetBehavior.from(mBottomSheet); in setUpBottomSheet()
876 BottomSheetBehavior.from(mBottomSheet); in setCurrentWallpapersExpanded()