HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_INVALID (Results 1 - 10 of 10) 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;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.h 46 EVENT_INVALID,
156 : event(EVENT_INVALID),
fullscreen_controller_state_unittest.cc 403 if (ShouldSkipStateAndEventPair(state1, EVENT_INVALID) ||
404 ShouldSkipStateAndEventPair(state2, EVENT_INVALID))
    [all...]
fullscreen_controller_state_test.cc 267 ENUM_TO_STRING(EVENT_INVALID);
    [all...]
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 266 * <li><code>EVENT_INVALID</code>
502 public final static int EVENT_INVALID = 0;
571 case EVENT_INVALID:
572 return "EVENT_INVALID";
  /system/core/include/utils/
Looper.h 208 EVENT_INVALID = 1 << 4,
  /external/chromium_org/base/test/
trace_event_analyzer.cc 531 member_(EVENT_INVALID),
540 member_(EVENT_INVALID),
617 member_(EVENT_INVALID),
626 member_(EVENT_INVALID),
trace_event_analyzer.h 417 EVENT_INVALID,

Completed in 733 milliseconds