Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPinShapeInput.java24 public interface PinShapeInput { interface
H A DPinShapeHintingView.java38 public class PinShapeHintingView extends LinearLayout implements PinShapeInput {
H A DPasswordTextView.java105 private PinShapeInput mPinShapeInput;
438 mPinShapeInput = (PinShapeInput) LayoutInflater.from(mContext).inflate( in setIsPinHinting()
441 mPinShapeInput = (PinShapeInput) LayoutInflater.from(mContext).inflate( in setIsPinHinting()
H A DPinShapeNonHintingView.java49 public class PinShapeNonHintingView extends LinearLayout implements PinShapeInput {