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

  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 33 private int mDataIndex;
40 mDataIndex = index;
50 mDataIndex = index;
52 mMainActivity.onGameFlowEvent(mEventCode, mDataIndex);
58 DebugLog.d("GameFlowEvent", "Execute Game Flow Event: " + mEventCode + ", " + mDataIndex);
59 mMainActivity.onGameFlowEvent(mEventCode, mDataIndex);
  /external/webkit/Source/WebKit/android/nav/
CachedNode.h 92 int childFrameIndex() const { return isFrame() ? mDataIndex : -1; }
156 void setDataIndex(int index) { mDataIndex = index; }
180 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; }
195 int mDataIndex; // child frame if a frame; input data index; or -1

Completed in 149 milliseconds