Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java151 hideCurrentToast(showToastRunnable); in showToast()
167 hideCurrentToast(null); in hideToast()
171 private void hideCurrentToast(Runnable runnable) { in hideCurrentToast() method in ToastUI