Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java87 private int mDrawColor; field in PasswordTextView
128 mDrawColor = a.getColor(R.styleable.PasswordTextView_android_textColor, Color.WHITE); in PasswordTextView()
129 mDrawPaint.setColor(mDrawColor); in PasswordTextView()
268 mDrawColor = Utils.getColorAttr(getContext(), in reloadColors()
270 mDrawPaint.setColor(mDrawColor); in reloadColors()
272 mPinShapeInput.setDrawColor(mDrawColor); in reloadColors()