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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java49 private static final int STATE_ENTERING = 1; field in class:TrustDrawable
156 nextState = mTrustManaged ? STATE_ENTERING : STATE_GONE;
158 if (mTrustManaged) nextState = STATE_ENTERING;
159 } else if (mState == STATE_ENTERING) {
164 if (mTrustManaged) nextState = STATE_ENTERING;
167 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
180 } else if (nextState == STATE_ENTERING) {

Completed in 30 milliseconds