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.java50 private static final int STATE_ENTERING = 1; field in class:TrustDrawable
157 nextState = mTrustManaged ? STATE_ENTERING : STATE_GONE;
159 if (mTrustManaged) nextState = STATE_ENTERING;
160 } else if (mState == STATE_ENTERING) {
165 if (mTrustManaged) nextState = STATE_ENTERING;
168 if (nextState == STATE_ENTERING) nextState = STATE_VISIBLE;
181 } else if (nextState == STATE_ENTERING) {

Completed in 2803 milliseconds