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

  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 22 public static final int EVENT_INVALID = -1;
HudSystem.java 153 mFadePendingEventType = GameFlowEvent.EVENT_INVALID;
463 if (percentComplete >= 1.0f && mFadePendingEventType != GameFlowEvent.EVENT_INVALID) {
467 mFadePendingEventType = GameFlowEvent.EVENT_INVALID;
NPCComponent.java 267 if (mDialogEvent != GameFlowEvent.EVENT_INVALID) {
270 mDialogEvent = GameFlowEvent.EVENT_INVALID;
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 268 * <li><code>EVENT_INVALID</code>
504 public final static int EVENT_INVALID = 0;
573 case EVENT_INVALID:
574 return "EVENT_INVALID";

Completed in 349 milliseconds