Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java137 hideCurrentToast(showToastRunnable); in showToast()
153 hideCurrentToast(null); in hideToast()
157 private void hideCurrentToast(Runnable runnable) { in hideCurrentToast() method in ToastUI