Searched refs:mToast (Results 1 – 1 of 1) sorted by relevance
30 private Toast mToast; field in CustomToastSystem37 mToast = new Toast(context); in CustomToastSystem()38 mToast.setView(mView); in CustomToastSystem()52 mToast.setGravity(Gravity.CENTER, 0, 0); in toast()53 mToast.setDuration(length); in toast()54 mToast.show(); in toast()