Searched refs:snackBar (Results 1 – 2 of 2) sorted by relevance
134 public void show(final SnackBar snackBar) { in show() argument135 Assert.notNull(snackBar); in show()142 mNextSnackBar = snackBar; in show()143 mLatestSnackBar = snackBar; in show()148 mCurrentSnackBar = snackBar; in show()149 mLatestSnackBar = snackBar; in show()152 snackBar.setListener(mDismissOnUserTapListener); in show()156 mHideHandler.postDelayed(mDismissRunnable, snackBar.getDuration()); in show()158 snackBar.setEnabled(false); in show()162 final View rootView = snackBar.getRootView(); in show()[all …]
34 ViewPropertyAnimator animateOnSnackBarShow(SnackBar snackBar); in animateOnSnackBarShow() argument42 ViewPropertyAnimator animateOnSnackBarDismiss(SnackBar snackBar); in animateOnSnackBarDismiss() argument57 public ViewPropertyAnimator animateOnSnackBarShow(final SnackBar snackBar) { in animateOnSnackBarShow() argument58 final View rootView = snackBar.getRootView(); in animateOnSnackBarShow()63 public ViewPropertyAnimator animateOnSnackBarDismiss(final SnackBar snackBar) { in animateOnSnackBarDismiss() argument