Searched refs:mToast (Results 1 – 1 of 1) sorted by relevance
49 private Toast mToast; field in DemoModeController83 mToast = Toast.makeText(mContext, R.string.help_text, Toast.LENGTH_LONG); in onResume()84 mToast.show(); in onResume()89 if (mToast != null) { in onTouch()90 mToast.cancel(); in onTouch()91 mToast = null; in onTouch()