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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java51 private static final int STATE_VISIBLE = 2; field in class:TrustDrawable
172 } else if (mState == STATE_VISIBLE) {
178 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
196 } else if (nextState == STATE_VISIBLE) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java74 private static final int STATE_VISIBLE = 1; field in class:FastScroller
172 * <li>{@link #STATE_VISIBLE}, showing track and thumb
246 mState = STATE_VISIBLE;
438 setState(STATE_VISIBLE);
439 } else if (mState == STATE_VISIBLE) {
442 setState(STATE_VISIBLE);
773 state = STATE_VISIBLE;
784 case STATE_VISIBLE:
898 setState(STATE_VISIBLE);
1398 setState(STATE_VISIBLE);
[all...]

Completed in 42 milliseconds