Searched defs:STATE_NONE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecFeatureAction.java51 protected static final int STATE_NONE = 0; field in class:HdmiCecFeatureAction
54 protected int mState = STATE_NONE;
166 return mState != STATE_NONE;
220 mState = STATE_NONE;
239 if (actionCallbackPair.first.mState != STATE_NONE) {
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java181 @IntDef({STATE_NONE, STATE_STOPPED, STATE_PAUSED, STATE_PLAYING, STATE_FAST_FORWARDING,
194 public final static int STATE_NONE = 0; field in class:PlaybackState
250 * state when the connection finishes or enter {@link #STATE_NONE}.
362 * <li> {@link PlaybackState#STATE_NONE}</li>
500 return STATE_NONE;
534 case STATE_NONE:
874 * <li> {@link PlaybackState#STATE_NONE}</li>
918 * <li> {@link PlaybackState#STATE_NONE}</li>
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java65 private static final int STATE_NONE = 0; field in class:SignalDrawable
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java225 @IntDef({STATE_NONE, STATE_STOPPED, STATE_PAUSED, STATE_PLAYING, STATE_FAST_FORWARDING,
237 public final static int STATE_NONE = 0; field in class:PlaybackStateCompat
294 * state when the connection finishes or enter {@link #STATE_NONE}. If
624 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
1135 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
1170 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
/frameworks/base/core/java/android/widget/
H A DFastScroller.java75 private static final int STATE_NONE = 0; field in class:FastScroller
183 * <li>{@link #STATE_NONE}, nothing visible
234 setState(STATE_NONE);
474 setState(STATE_NONE);
822 if (mAlwaysShow && state == STATE_NONE) {
831 case STATE_NONE:
932 setState(STATE_NONE);
1436 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) && mState == STATE_NONE

Completed in 1479 milliseconds