Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/keyguard/src/com/android/keyguard/
DPinShapeInput.java24 public interface PinShapeInput { interface
DBasePasswordTextView.java38 protected PinShapeInput mPinShapeInput;
67 protected abstract PinShapeInput inflatePinShapeInput(boolean isPinHinting); in inflatePinShapeInput()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPinShapeHintingView.java38 public class PinShapeHintingView extends LinearLayout implements PinShapeInput {
DPasswordTextView.java150 protected PinShapeInput inflatePinShapeInput(boolean isPinHinting) { in inflatePinShapeInput()
152 return (PinShapeInput) LayoutInflater.from(mContext).inflate( in inflatePinShapeInput()
155 return (PinShapeInput) LayoutInflater.from(mContext).inflate( in inflatePinShapeInput()
DPinShapeNonHintingView.java49 public class PinShapeNonHintingView extends LinearLayout implements PinShapeInput {