Searched refs:sToast (Results 1 – 2 of 2) sorted by relevance
22 private var sToast: Toast? = null variable26 sToast?.cancel() in setToast()27 sToast = toast in setToast()32 sToast?.cancel() in cancelToast()33 sToast = null in cancelToast()
26 private static WeakReference<Toast> sToast; field in ToastUtils31 if (sToast != null && sToast.get() != null) { in show()32 sToast.get().cancel(); in show()36 sToast = new WeakReference<>(toast); in show()