Searched defs:needsInput (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java71 public boolean needsInput() { method in class:KeyguardPasswordView
H A DKeyguardSecurityView.java60 boolean needsInput(); method in interface:KeyguardSecurityView
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 DKeyguardSecurityViewFlipper.java118 public boolean needsInput() { method in class:KeyguardSecurityViewFlipper
120 return (ksv != null) ? ksv.needsInput() : false;
H A DKeyguardSelectorView.java257 public boolean needsInput() { method in class:KeyguardSelectorView
H A DKeyguardPatternView.java378 public boolean needsInput() { method in class:KeyguardPatternView
H A DKeyguardViewManager.java339 mViewMediatorCallback.setNeedsInput(kpv.needsInput());
393 public void setNeedsInput(boolean needsInput) { argument
394 mNeedsInput = needsInput;
396 if (needsInput) {
H A DKeyguardViewMediator.java293 * @param needsInput
295 void setNeedsInput(boolean needsInput); argument
447 public void setNeedsInput(boolean needsInput) {
448 mKeyguardViewManager.setNeedsInput(needsInput);

Completed in 63 milliseconds