Searched refs:PinShapeInput (Results 1 – 5 of 5) sorted by relevance
24 public interface PinShapeInput { interface
38 protected PinShapeInput mPinShapeInput;67 protected abstract PinShapeInput inflatePinShapeInput(boolean isPinHinting); in inflatePinShapeInput()
38 public class PinShapeHintingView extends LinearLayout implements PinShapeInput {
150 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()
49 public class PinShapeNonHintingView extends LinearLayout implements PinShapeInput {