HomeSort by relevance Sort by last modified time
    Searched refs:CustomToastSystem (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 27 public class CustomToastSystem extends BaseObject {
32 public CustomToastSystem(Context context) {
ObjectRegistry.java 38 public CustomToastSystem customToastSystem;
Game.java 69 BaseObject.sSystemRegistry.customToastSystem = new CustomToastSystem(context);
350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem;

Completed in 46 milliseconds