/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | ViewMediatorCallback.java | 47 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
D | KeyguardSecurityView.java | 87 boolean needsInput(); in needsInput() method
|
D | KeyguardViewController.java | 84 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
D | KeyguardHostViewController.java | 119 public void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput) { 120 mViewMediatorCallback.setNeedsInput(needsInput); 191 mViewMediatorCallback.setNeedsInput(mKeyguardSecurityContainerController.needsInput()); in onViewAttached()
|
D | KeyguardSecurityContainerController.java | 416 public boolean needsInput() { in needsInput() method in KeyguardSecurityContainerController 417 return getCurrentSecurityController().needsInput(); in needsInput() 449 securityMode, newView != null && newView.needsInput()); in showSecurityScreen()
|
D | KeyguardSecurityViewFlipperController.java | 153 public boolean needsInput() { in needsInput() method in KeyguardSecurityViewFlipperController.NullKeyguardInputViewController
|
D | KeyguardAbsKeyInputViewController.java | 128 public boolean needsInput() { in needsInput() method in KeyguardAbsKeyInputViewController
|
D | KeyguardPasswordViewController.java | 179 public boolean needsInput() { in needsInput() method in KeyguardPasswordViewController
|
D | KeyguardPatternViewController.java | 298 public boolean needsInput() { in needsInput() method in KeyguardPatternViewController
|
D | KeyguardSecurityContainer.java | 180 void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput); in onSecurityModeChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 76 default void setKeyguardNeedsInput(boolean needsInput) {} in setKeyguardNeedsInput() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationShadeWindowControllerImpl.java | 521 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() argument 522 mCurrentState.mKeyguardNeedsInput = needsInput; in setKeyguardNeedsInput()
|
D | StatusBarKeyguardViewManager.java | 610 public void setNeedsInput(boolean needsInput) { in setNeedsInput() argument 611 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 707 public void setNeedsInput(boolean needsInput) { 708 mKeyguardViewControllerLazy.get().setNeedsInput(needsInput);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 50918 method public synchronized boolean needsInput(); 50990 method public synchronized boolean needsInput();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30321 HSPLjava/util/zip/Deflater;->needsInput()Z 30366 HSPLjava/util/zip/Inflater;->needsInput()Z
|