/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
H A D | SystemUIOverlayWindowController.java | 153 public void setWindowNeedsInput(boolean needsInput) { in setWindowNeedsInput() argument 154 if (needsInput) { in setWindowNeedsInput()
|
H A D | OverlayViewGlobalStateController.java | 319 public void setWindowNeedsInput(boolean needsInput) { in setWindowNeedsInput() argument 320 mSystemUIOverlayWindowController.setWindowNeedsInput(needsInput); in setWindowNeedsInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | ViewMediatorCallback.java | 47 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
H A D | KeyguardSecurityView.java | 87 boolean needsInput(); in needsInput() method
|
H A D | KeyguardHostViewController.java | 119 public void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput) { 120 mViewMediatorCallback.setNeedsInput(needsInput); 191 mViewMediatorCallback.setNeedsInput(mKeyguardSecurityContainerController.needsInput()); in onViewAttached()
|
H A D | KeyguardViewController.java | 86 void setNeedsInput(boolean needsInput); in setNeedsInput() argument
|
H A D | KeyguardSecurityContainerController.java | 451 public boolean needsInput() { in needsInput() method in KeyguardSecurityContainerController 452 return getCurrentSecurityController().needsInput(); in needsInput() 484 securityMode, newView != null && newView.needsInput()); in showSecurityScreen()
|
H A D | KeyguardSecurityViewFlipperController.java | 153 public boolean needsInput() { in needsInput() method in KeyguardSecurityViewFlipperController.NullKeyguardInputViewController
|
H A D | KeyguardAbsKeyInputViewController.java | 128 public boolean needsInput() { in needsInput() method in KeyguardAbsKeyInputViewController
|
H A D | KeyguardPasswordViewController.java | 179 public boolean needsInput() { in needsInput() method in KeyguardPasswordViewController
|
H A D | KeyguardPatternViewController.java | 306 public boolean needsInput() { in needsInput() method in KeyguardPatternViewController
|
H A D | KeyguardSecurityContainer.java | 188 void onSecurityModeChanged(SecurityMode securityMode, boolean needsInput); in onSecurityModeChanged() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 76 default void setKeyguardNeedsInput(boolean needsInput) {} in setKeyguardNeedsInput() argument
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
H A D | CarKeyguardViewController.java | 296 public void setNeedsInput(boolean needsInput) { in setNeedsInput() argument 297 getOverlayViewGlobalStateController().setWindowNeedsInput(needsInput); in setNeedsInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationShadeWindowControllerImpl.java | 522 public void setKeyguardNeedsInput(boolean needsInput) { in setKeyguardNeedsInput() argument 523 mCurrentState.mKeyguardNeedsInput = needsInput; in setKeyguardNeedsInput()
|
H A D | StatusBarKeyguardViewManager.java | 630 public void setNeedsInput(boolean needsInput) { in setNeedsInput() argument 631 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 706 public void setNeedsInput(boolean needsInput) { 707 mKeyguardViewControllerLazy.get().setNeedsInput(needsInput);
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 7715 HSPLjava/util/zip/Deflater;->needsInput()Z 7760 HSPLjava/util/zip/Inflater;->needsInput()Z
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 50918 method public synchronized boolean needsInput(); 50990 method public synchronized boolean needsInput();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 30321 HSPLjava/util/zip/Deflater;->needsInput()Z 30366 HSPLjava/util/zip/Inflater;->needsInput()Z
|