Home
last modified time | relevance | path

Searched defs:bottomSheet (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/widget/
DBottomSheetBehaviorWithInsetsTest.java41 ViewGroup bottomSheet = activity.mBottomSheet; in testFitsSystemWindows() local
DBottomSheetBehaviorTest.java77 public void onStateChanged(@NonNull View bottomSheet, in onStateChanged()
87 public void onSlide(@NonNull View bottomSheet, float slideOffset) { in onSlide()
277 ViewGroup bottomSheet = getBottomSheet(); in testInitialSetup() local
464 final ViewGroup bottomSheet = getBottomSheet(); in testNestedScroll() local
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java68 public abstract void onStateChanged(@NonNull View bottomSheet, @State int newState); in onStateChanged()
79 public abstract void onSlide(@NonNull View bottomSheet, float slideOffset); in onSlide()
569 View bottomSheet = mViewRef.get(); in setStateInternal() local
718 View bottomSheet = mViewRef.get(); in dispatchOnSlide() local
DBottomSheetDialog.java112 FrameLayout bottomSheet = (FrameLayout) coordinator.findViewById(R.id.design_bottom_sheet); in wrapInBottomSheet() local