Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCustomToastSystem.java27 public class CustomToastSystem extends BaseObject { class
32 public CustomToastSystem(Context context) { in CustomToastSystem() method in CustomToastSystem
DObjectRegistry.java38 public CustomToastSystem customToastSystem;
DGame.java69 BaseObject.sSystemRegistry.customToastSystem = new CustomToastSystem(context); in bootstrap()
350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem; in goToLevel()