Home
last modified time | relevance | path

Searched refs:mOnHide (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java160 @Nullable private Runnable mOnHide; field in BubbleFlyoutView
234 mOnHide = onHide; in animateUpdate()
354 mOnHide = onHide; in setupFlyoutStartingAsDot()
379 if (mOnHide != null) { in hideFlyout()
380 mOnHide.run(); in hideFlyout()
381 mOnHide = null; in hideFlyout()