Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCustomToastSystem.java30 private Toast mToast; field in CustomToastSystem
37 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()