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

/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.java77 private static final int STATE_VISIBLE = 1; field in class:FastScroller
183 * <li>{@link #STATE_VISIBLE}, showing track and thumb
257 mState = STATE_VISIBLE;
447 setState(STATE_VISIBLE);
448 } else if (mState == STATE_VISIBLE) {
451 setState(STATE_VISIBLE);
822 state = STATE_VISIBLE;
833 case STATE_VISIBLE:
947 setState(STATE_VISIBLE);
1437 setState(STATE_VISIBLE);
[all...]

Completed in 7021 milliseconds