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
327 mState = STATE_VISIBLE;
392 setState(STATE_VISIBLE);
393 } else if (mState == STATE_VISIBLE) {
730 state = STATE_VISIBLE;
741 case STATE_VISIBLE:
855 setState(STATE_VISIBLE);
    [all...]

Completed in 36 milliseconds