HomeSort by relevance Sort by last modified time
    Searched defs:BottomSheetBehavior (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 56 public class BottomSheetBehavior<V extends View> extends CoordinatorLayout.Behavior<V> {
174 public BottomSheetBehavior() {
183 public BottomSheetBehavior(Context context, AttributeSet attrs) {
802 * A utility function to get the {@link BottomSheetBehavior} associated with the {@code view}.
804 * @param view The {@link View} with {@link BottomSheetBehavior}.
805 * @return The {@link BottomSheetBehavior} associated with the {@code view}.
808 public static <V extends View> BottomSheetBehavior<V> from(V view) {
815 if (!(behavior instanceof BottomSheetBehavior)) {
817 "The view is not associated with BottomSheetBehavior");
819 return (BottomSheetBehavior<V>) behavior
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 55 milliseconds