OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customToastSystem
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java
38
public
CustomToastSystem
customToastSystem
;
DiaryActivity.java
71
BaseObject.sSystemRegistry.
customToastSystem
.toast(getString(R.string.diary_found), Toast.LENGTH_SHORT);
Game.java
69
BaseObject.sSystemRegistry.
customToastSystem
= new
CustomToastSystem
(context);
350
CustomToastSystem
toast = BaseObject.sSystemRegistry.
customToastSystem
;
Completed in 37 milliseconds