Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java72 ViewGroup bottomSheet = findViewById(R.id.action_bottom_sheet); in BottomActionBar() local
73 mBottomSheetBehavior = BottomSheetBehavior.from(bottomSheet); in BottomActionBar()
78 GradientDrawable bottomSheetBackground = (GradientDrawable) bottomSheet.getBackground(); in BottomActionBar()
85 bottomSheet.setBackground(bottomSheetBackground); in BottomActionBar()
90 public void onStateChanged(@NonNull View bottomSheet, int newState) { in BottomActionBar()
99 public void onSlide(@NonNull View bottomSheet, float slideOffset) {} in BottomActionBar()
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionBottomSheet.java73 View bottomSheet = findViewById(android.support.design.R.id.design_bottom_sheet);
75 BottomSheetBehavior<View> behavior = BottomSheetBehavior.from(bottomSheet);
80 background.getHeight() == bottomSheet.getHeight()
171 public void onStateChanged(@NonNull View bottomSheet, int newState) { in setupBottomSheetBehavior()
188 public void onSlide(@NonNull View bottomSheet, float slideOffset) {} in setupBottomSheetBehavior()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSpeedDialFragment.java486 private HistoryItemActionBottomSheet bottomSheet; field in SpeedDialFragment.SpeedDialSuggestedListener
537 bottomSheet = HistoryItemActionBottomSheet.show(getContext(), headerInfo, modules); in onOverFlowMenuClicked()
603 if (bottomSheet != null && bottomSheet.isShowing()) { in onPause()
604 bottomSheet.dismiss(); in onPause()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DOldMainActivityPeer.java210 private View bottomSheet; field in OldMainActivityPeer
273 bottomSheet = activity.findViewById(R.id.promotion_bottom_sheet); in initLayout()
274 BottomSheetBehavior<View> bottomSheetBehavior = BottomSheetBehavior.from(bottomSheet); in initLayout()
299 bottomSheet); in initLayout()
1311 private final View bottomSheet; field in OldMainActivityPeer.MainBottomNavBarBottomNavTabListener
1320 View bottomSheet) { in MainBottomNavBarBottomNavTabListener() argument
1325 this.bottomSheet = bottomSheet; in MainBottomNavBarBottomNavTabListener()
1371 showPromotionBottomSheet(activity, bottomSheet); in onCallLogSelected()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java180 protected void setUpBottomSheetView(ViewGroup bottomSheet) { in setUpBottomSheetView() argument
185 mViewPager = bottomSheet.findViewById(R.id.viewpager); in setUpBottomSheetView()
186 mTabLayout = bottomSheet.findViewById(R.id.tablayout); in setUpBottomSheetView()
DPreviewFragment.java302 protected abstract void setUpBottomSheetView(ViewGroup bottomSheet); in setUpBottomSheetView() argument
483 public void onStateChanged(View bottomSheet, int newState) { in setUpBottomSheetListeners()
503 public void onSlide(View bottomSheet, float slideOffset) { in setUpBottomSheetListeners()
DImagePreviewFragment.java141 protected void setUpBottomSheetView(ViewGroup bottomSheet) { in setUpBottomSheetView() argument
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortListFragment.java132 FrameLayout bottomSheet = (FrameLayout) in onCreateDialog() local
134 BottomSheetBehavior.from(bottomSheet) in onCreateDialog()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java392 public void onStateChanged(View bottomSheet, int newState) { in setupPreviewMenu()
404 public void onSlide(View bottomSheet, float slideOffset) { in setupPreviewMenu()