Searched refs:needsInput (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityView.java60 boolean needsInput(); method in interface:KeyguardSecurityView
H A DKeyguardViewManager.java341 mViewMediatorCallback.setNeedsInput(kpv.needsInput());
395 public void setNeedsInput(boolean needsInput) { argument
396 mNeedsInput = needsInput;
398 if (needsInput) {
H A DKeyguardPasswordView.java71 public boolean needsInput() { method in class:KeyguardPasswordView
H A DKeyguardSecurityViewFlipper.java118 public boolean needsInput() { method in class:KeyguardSecurityViewFlipper
120 return (ksv != null) ? ksv.needsInput() : false;
H A DKeyguardAbsKeyInputView.java212 public boolean needsInput() { method in class:KeyguardAbsKeyInputView
H A DKeyguardAccountView.java133 public boolean needsInput() { method in class:KeyguardAccountView
H A DKeyguardFaceUnlockView.java171 public boolean needsInput() { method in class:KeyguardFaceUnlockView
H A DKeyguardSelectorView.java257 public boolean needsInput() { method in class:KeyguardSelectorView
H A DKeyguardPatternView.java379 public boolean needsInput() { method in class:KeyguardPatternView
H A DKeyguardViewMediator.java298 * @param needsInput
300 void setNeedsInput(boolean needsInput); argument
457 public void setNeedsInput(boolean needsInput) {
458 mKeyguardViewManager.setNeedsInput(needsInput);
H A DKeyguardHostView.java1003 final boolean needsInput = newView.needsInput();
1005 mViewMediatorCallback.setNeedsInput(needsInput);

Completed in 65 milliseconds