Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/keyguard/src/com/android/keyguard/
DBasePasswordTextView.java38 protected PinShapeInput mPinShapeInput; field in BasePasswordTextView
97 if (mPinShapeInput != null) { in append()
98 mPinShapeInput.append(); in append()
120 if (mPinShapeInput != null) { in deleteLastChar()
121 mPinShapeInput.delete(); in deleteLastChar()
160 if (mPinShapeInput != null) { in reset()
162 mPinShapeInput.resetWithError(); in reset()
164 mPinShapeInput.reset(); in reset()
200 if (mPinShapeInput != null && mIsPinHinting == isPinHinting) { in setIsPinHinting()
205 if (mPinShapeInput != null) { in setIsPinHinting()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java271 if (mPinShapeInput != null) { in reloadColors()
272 mPinShapeInput.setDrawColor(mDrawColor); in reloadColors()