Home
last modified time | relevance | path

Searched refs:mInitialTextColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java91 private int mInitialTextColor; field in KeyguardIndicationController
127 mInitialTextColor = mTextView != null ? mTextView.getCurrentTextColor() : Color.WHITE; in KeyguardIndicationController()
258 showTransientIndication(transientIndication, mInitialTextColor); in showTransientIndication()
323 mTextView.setTextColor(mInitialTextColor); in updateIndication()
330 mTextView.setTextColor(mInitialTextColor); in updateIndication()
336 mTextView.setTextColor(mInitialTextColor); in updateIndication()
346 mTextView.setTextColor(mInitialTextColor); in updateIndication()
349 mTextView.setTextColor(mInitialTextColor); in updateIndication()
479 pw.println(" mInitialTextColor: " + Integer.toHexString(mInitialTextColor)); in dump()