Searched refs:snackBar (Results 1 – 2 of 2) sorted by relevance
116 public void show(final SnackBar snackBar) { in show() argument117 Assert.notNull(snackBar); in show()124 mNextSnackBar = snackBar; in show()125 mLatestSnackBar = snackBar; in show()130 mCurrentSnackBar = snackBar; in show()131 mLatestSnackBar = snackBar; in show()134 snackBar.setListener(mDismissOnUserTapListener); in show()138 mHideHandler.postDelayed(mDismissRunnable, snackBar.getDuration()); in show()140 snackBar.setEnabled(false); in show()144 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