Searched defs:STATE_NONE (Results 1 - 4 of 4) 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;
167 return mState != STATE_NONE;
221 mState = STATE_NONE;
240 if (actionCallbackPair.first.mState != STATE_NONE) {
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java128 public final static int STATE_NONE = 0; field in class:PlaybackStateCompat
184 * state when the connection finishes or enter {@link #STATE_NONE}. If
273 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
453 * <li> {@link PlaybackStateCompat#STATE_NONE}</li>
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java136 public final static int STATE_NONE = 0; field in class:PlaybackState
192 * state when the connection finishes or enter {@link #STATE_NONE}.
301 * <li> {@link PlaybackState#STATE_NONE}</li>
413 return STATE_NONE;
447 case STATE_NONE:
785 * <li> {@link PlaybackState#STATE_NONE}</li>
824 * <li> {@link PlaybackState#STATE_NONE}</li>
/frameworks/base/core/java/android/widget/
H A DFastScroller.java71 private static final int STATE_NONE = 0; field in class:FastScroller
168 * <li>{@link #STATE_NONE}, nothing visible
219 setState(STATE_NONE);
458 setState(STATE_NONE);
766 if (mAlwaysShow && state == STATE_NONE) {
775 case STATE_NONE:
876 setState(STATE_NONE);
1370 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) && mState == STATE_NONE

Completed in 225 milliseconds