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.java157 @Nullable private Runnable mOnHide; field in BubbleFlyoutView
235 mOnHide = onHide; in animateUpdate()
350 mOnHide = onHide; in setupFlyoutStartingAsDot()
375 if (mOnHide != null) { in hideFlyout()
376 mOnHide.run(); in hideFlyout()
377 mOnHide = null; in hideFlyout()