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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java48 private static final int STATE_GONE = 0; field in class:TrustDrawable
156 nextState = mTrustManaged ? STATE_ENTERING : STATE_GONE;
157 } else if (mState == STATE_GONE) {
168 if (nextState == STATE_EXITING) nextState = STATE_GONE;
177 if (nextState == STATE_GONE) {

Completed in 44 milliseconds