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

  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 218 public final static void updateCompletedState(int levelRow, int completedLevels) {
225 if (x < levelRow) {
227 } else if (x == levelRow) {
239 public final static int packCompletedLevels(int levelRow) {
241 final LevelGroup group = levels.get(levelRow);
ConversationDialogActivity.java 62 final int levelRow = callingIntent.getIntExtra("levelRow", -1);
70 if (levelRow != -1 && levelIndex != -1 && index != -1) {
72 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(index);
74 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(index);

Completed in 163 milliseconds