Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenPinningNotify.java37 private Toast mLastToast; field in ScreenPinningNotify
61 if (mLastToast != null) { in showEscapeToast()
62 mLastToast.cancel(); in showEscapeToast()
64 mLastToast = makeAllUserToastAndShow(isRecentsButtonVisible in showEscapeToast()