Searched refs:mInitialTextColor (Results 1 – 1 of 1) sorted by relevance
91 private int mInitialTextColor; field in KeyguardIndicationController127 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()