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

  /packages/apps/Camera2/src/com/android/camera/ui/focus/
AutoFocusRing.java 71 } else if (mFocusState == FocusState.STATE_INACTIVE) {
80 if (mFocusState == FocusState.STATE_INACTIVE) {
94 mFocusState = FocusState.STATE_INACTIVE;
99 mFocusState = FocusState.STATE_INACTIVE;
ManualFocusRing.java 61 } else if (mFocusState == FocusState.STATE_INACTIVE) {
70 if (mFocusState == FocusState.STATE_INACTIVE) {
85 mFocusState = FocusState.STATE_INACTIVE;
90 mFocusState = FocusState.STATE_INACTIVE;
FocusRingRenderer.java 40 STATE_INACTIVE,
63 protected FocusState mFocusState = FocusState.STATE_INACTIVE;
136 return mFocusState != FocusState.STATE_INACTIVE;
159 if (mFocusState != FocusState.STATE_INACTIVE) {
  /packages/apps/Settings/src/com/android/settings/qstile/
DevelopmentTiles.java 57 getQsTile().setState(enabled ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE);
64 getQsTile().getState() == Tile.STATE_INACTIVE ? "true" : "false");
83 ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE);
90 getQsTile().getState() == Tile.STATE_INACTIVE ? "visual_bars" : "");
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoTile.java 73 tile.setState(foodState != 0 ? Tile.STATE_ACTIVE : Tile.STATE_INACTIVE);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
TargetDrawable.java 33 public static final int[] STATE_INACTIVE =
74 setState(STATE_INACTIVE);
82 setState(STATE_INACTIVE);
GlowPadView.java 396 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
465 target.setState(TargetDrawable.STATE_INACTIVE);
540 target.setState(TargetDrawable.STATE_INACTIVE);
573 target.setState(TargetDrawable.STATE_INACTIVE);
665 mHandleDrawable.setState(TargetDrawable.STATE_INACTIVE);
    [all...]
  /frameworks/base/core/java/android/service/quicksettings/
Tile.java 54 public static final int STATE_INACTIVE = 1;
96 * @see #STATE_INACTIVE
108 * @param state One of {@link #STATE_UNAVAILABLE}, {@link #STATE_INACTIVE},
  /frameworks/base/services/core/java/com/android/server/
AnyMotionDetector.java 53 private static final int STATE_INACTIVE = 0;
121 mState = STATE_INACTIVE;
142 Slog.d(TAG, "Moved from STATE_INACTIVE to STATE_ACTIVE.");
157 mState = STATE_INACTIVE;
158 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE.");
220 Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE. status = " + status);
222 mState = STATE_INACTIVE;
DeviceIdleController.java 148 private static final int STATE_INACTIVE = 1;
162 case STATE_INACTIVE: return "INACTIVE";
640 * STATE_SENSING to STATE_INACTIVE, and any AnyMotion callbacks while not in STATE_SENSING
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
CustomTile.java 325 case Tile.STATE_INACTIVE:
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 231 milliseconds