Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DObjectRegistry.java38 public CustomToastSystem customToastSystem; field in ObjectRegistry
DDiaryActivity.java71 …BaseObject.sSystemRegistry.customToastSystem.toast(getString(R.string.diary_found), Toast.LENGTH_S… in onCreate()
DGame.java69 BaseObject.sSystemRegistry.customToastSystem = new CustomToastSystem(context); in bootstrap()
350 CustomToastSystem toast = BaseObject.sSystemRegistry.customToastSystem; in goToLevel()