Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/keyguard/src/com/android/keyguard/
DBasePasswordTextView.java67 protected abstract PinShapeInput inflatePinShapeInput(boolean isPinHinting); in inflatePinShapeInput() method in BasePasswordTextView
210 mPinShapeInput = inflatePinShapeInput(isPinHinting); in setIsPinHinting()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java150 protected PinShapeInput inflatePinShapeInput(boolean isPinHinting) { in inflatePinShapeInput() method in PasswordTextView