/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | ViewMediatorCallback.java | 45 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
D | KeyguardSecurityCallback.java | 105 default void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput) { in onSecurityModeChanged() argument
|
D | KeyguardSecurityView.java | 104 boolean needsInput(); in needsInput() method
|
D | KeyguardViewController.java | 75 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
D | KeyguardSecurityContainerController.java | 335 public void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput) { 336 mViewMediatorCallback.setNeedsInput(needsInput); 521 mViewMediatorCallback.setNeedsInput(needsInput()); in onViewAttached() 932 public boolean needsInput() { in needsInput() method in KeyguardSecurityContainerController 1070 securityMode, newView != null && newView.needsInput()); in showSecurityScreen()
|
D | KeyguardAbsKeyInputViewController.java | 124 public boolean needsInput() { in needsInput() method in KeyguardAbsKeyInputViewController
|
D | KeyguardPasswordViewController.java | 223 public boolean needsInput() { in needsInput() method in KeyguardPasswordViewController
|
D | KeyguardPatternViewController.java | 301 public boolean needsInput() { in needsInput() method in KeyguardPatternViewController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 78 default void setKeyguardNeedsInput(boolean needsInput) {} in setKeyguardNeedsInput() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImpl.java | 706 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() argument 707 mCurrentState.keyguardNeedsInput = needsInput; in setKeyguardNeedsInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 1052 public void setNeedsInput(boolean needsInput) { in setNeedsInput() argument 1053 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 812 public void setNeedsInput(boolean needsInput) { 813 mKeyguardViewControllerLazy.get().setNeedsInput(needsInput);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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 | 30288 HSPLjava/util/zip/Deflater;->needsInput()Z 30336 HSPLjava/util/zip/Inflater;->needsInput()Z
|