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

  /external/replicaisland/src/com/replica/replicaisland/
PopOutComponent.java 39 private final static int STATE_VISIBLE = 1;
78 mState = STATE_VISIBLE;
82 case STATE_VISIBLE:
95 mState = STATE_VISIBLE;
  /frameworks/base/core/java/android/widget/
FastScroller.java 74 private static final int STATE_VISIBLE = 1;
174 * <li>{@link #STATE_VISIBLE}, showing track and thumb
322 mState = STATE_VISIBLE;
387 setState(STATE_VISIBLE);
388 } else if (mState == STATE_VISIBLE) {
722 state = STATE_VISIBLE;
733 case STATE_VISIBLE:
847 setState(STATE_VISIBLE);
    [all...]

Completed in 64 milliseconds