Searched refs:mInstructionToast (Results 1 – 1 of 1) sorted by relevance
40 private Toast mInstructionToast; field in DeepShortcutTextView160 if (mInstructionToast != null) { in showToast()161 mInstructionToast.cancel(); in showToast()166 mInstructionToast = Toast.makeText(getContext(), msg, Toast.LENGTH_SHORT); in showToast()167 mInstructionToast.show(); in showToast()