OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dialogResources
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelTree.java
33
public DialogEntry
dialogResources
;
45
dialogResources
= dialogs;
143
currentLevel.
dialogResources
= currentDialog;
203
if (level != null && level.
dialogResources
!= null) {
204
DialogEntry dialog = level.
dialogResources
;
ConversationDialogActivity.java
69
// LevelTree.get(mLevelRow, mLevelIndex).
dialogResources
.character2Entry.get(index)
72
mConversation = LevelTree.get(levelRow, levelIndex).
dialogResources
.character1Conversations.get(index);
74
mConversation = LevelTree.get(levelRow, levelIndex).
dialogResources
.character2Conversations.get(index);
AndouKun.java
622
i.putExtra("text", level.
dialogResources
.diaryEntry);
Completed in 231 milliseconds