HomeSort by relevance Sort by last modified time
    Searched defs:STATE_VISIBLE (Results 1 - 4 of 4) 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 51 private static final int STATE_VISIBLE = 2;
162 } else if (mState == STATE_VISIBLE) {
168 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
186 } else if (nextState == STATE_VISIBLE) {
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
FastScroller.java 42 @IntDef({STATE_HIDDEN, STATE_VISIBLE, STATE_DRAGGING})
48 private static final int STATE_VISIBLE = 1;
204 } else if (state == STATE_VISIBLE) {
219 return mState == STATE_VISIBLE;
376 if (mState == STATE_HIDDEN || mState == STATE_VISIBLE) {
377 setState(STATE_VISIBLE);
385 if (mState == STATE_VISIBLE) {
433 setState(STATE_VISIBLE);
  /frameworks/base/core/java/android/widget/
FastScroller.java 78 private static final int STATE_VISIBLE = 1;
184 * <li>{@link #STATE_VISIBLE}, showing track and thumb
258 mState = STATE_VISIBLE;
448 setState(STATE_VISIBLE);
449 } else if (mState == STATE_VISIBLE) {
452 setState(STATE_VISIBLE);
823 state = STATE_VISIBLE;
834 case STATE_VISIBLE:
    [all...]

Completed in 251 milliseconds