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

  /external/chromium_org/cc/scheduler/
delay_based_time_source.cc 48 state_(STATE_INACTIVE),
57 state_ = STATE_INACTIVE;
81 bool DelayBasedTimeSource::Active() const { return state_ != STATE_INACTIVE; }
90 DCHECK(state_ != STATE_INACTIVE);
delay_based_time_source.h 51 STATE_INACTIVE,
  /external/chromium/chrome/browser/policy/
device_token_fetcher.cc 69 SetState(STATE_INACTIVE);
170 state_ = STATE_INACTIVE;
184 case STATE_INACTIVE:
249 case STATE_INACTIVE:
device_token_fetcher.h 90 STATE_INACTIVE,
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 32 public static final int[] STATE_INACTIVE =
61 setState(STATE_INACTIVE);
69 setState(STATE_INACTIVE);
GlowPadView.java 229 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
365 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
431 target.setState(TargetDrawable.STATE_INACTIVE);
506 target.setState(TargetDrawable.STATE_INACTIVE);
539 target.setState(TargetDrawable.STATE_INACTIVE);
    [all...]
MultiWaveView.java 350 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
455 target.setState(TargetDrawable.STATE_INACTIVE);
545 target.setState(TargetDrawable.STATE_INACTIVE);
576 target.setState(TargetDrawable.STATE_INACTIVE);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
TargetDrawable.java 32 public static final int[] STATE_INACTIVE =
72 setState(STATE_INACTIVE);
80 setState(STATE_INACTIVE);
GlowPadView.java 224 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
357 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
427 target.setState(TargetDrawable.STATE_INACTIVE);
502 target.setState(TargetDrawable.STATE_INACTIVE);
534 target.setState(TargetDrawable.STATE_INACTIVE);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
TargetDrawable.java 32 public static final int[] STATE_INACTIVE =
72 setState(STATE_INACTIVE);
80 setState(STATE_INACTIVE);
GlowPadView.java 227 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
383 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
453 target.setState(TargetDrawable.STATE_INACTIVE);
528 target.setState(TargetDrawable.STATE_INACTIVE);
561 target.setState(TargetDrawable.STATE_INACTIVE);
    [all...]

Completed in 193 milliseconds