Searched defs:bottomSheet (Results 1 – 4 of 4) sorted by relevance
41 ViewGroup bottomSheet = activity.mBottomSheet; in testFitsSystemWindows() local
77 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() local464 final ViewGroup bottomSheet = getBottomSheet(); in testNestedScroll() local
68 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() local718 View bottomSheet = mViewRef.get(); in dispatchOnSlide() local
112 FrameLayout bottomSheet = (FrameLayout) coordinator.findViewById(R.id.design_bottom_sheet); in wrapInBottomSheet() local