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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java51 private static final int STATE_EXITING = 3; field in class:TrustDrawable
160 if (!mTrustManaged) nextState = STATE_EXITING;
162 if (!mTrustManaged) nextState = STATE_EXITING;
163 } else if (mState == STATE_EXITING) {
168 if (nextState == STATE_EXITING) nextState = STATE_GONE;
189 } else if (nextState == STATE_EXITING) {

Completed in 20 milliseconds