Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java98 private int mDrawColor; field in PasswordTextView
148 mDrawColor = a.getColor(R.styleable.PasswordTextView_android_textColor, in PasswordTextView()
150 mDrawPaint.setColor(mDrawColor); in PasswordTextView()
219 mDrawColor = Utils.getColorAttr(getContext(), in reloadColors()
221 mDrawPaint.setColor(mDrawColor); in reloadColors()
223 mPinShapeInput.setDrawColor(mDrawColor); in reloadColors()