Searched refs:STATE_VISIBLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DFastScroller.java43 @IntDef({STATE_HIDDEN, STATE_VISIBLE, STATE_DRAGGING})
49 private static final int STATE_VISIBLE = 1; field in class:FastScroller
204 } else if (state == STATE_VISIBLE) {
219 return mState == STATE_VISIBLE;
376 if (mState == STATE_HIDDEN || mState == STATE_VISIBLE) {
377 setState(STATE_VISIBLE);
384 if (mState == STATE_VISIBLE) {
432 setState(STATE_VISIBLE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java50 private static final int STATE_VISIBLE = 2; field in class:TrustDrawable
161 } else if (mState == STATE_VISIBLE) {
167 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
185 } else if (nextState == STATE_VISIBLE) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java78 private static final int STATE_VISIBLE = 1; field in class:FastScroller
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:
948 setState(STATE_VISIBLE);
1438 setState(STATE_VISIBLE);
[all...]

Completed in 233 milliseconds