/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarMoveFromCenterAnimationControllerTest.kt | 75 controller.onViewDetached() 87 controller.onViewDetached() 97 controller.onViewDetached()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | ViewController.java | 57 ViewController.this.onViewDetached(); 120 protected abstract void onViewDetached(); in onViewDetached() method in ViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPinViewController.java | 67 protected void onViewDetached() { in onViewDetached() method in KeyguardPinViewController 68 super.onViewDetached(); in onViewDetached()
|
H A D | KeyguardPinBasedInputViewController.java | 118 protected void onViewDetached() { in onViewDetached() method in KeyguardPinBasedInputViewController 119 super.onViewDetached(); in onViewDetached()
|
H A D | KeyguardRootViewController.java | 45 protected void onViewDetached() { in onViewDetached() method in KeyguardRootViewController
|
H A D | CarrierTextController.java | 72 protected void onViewDetached() { in onViewDetached() method in CarrierTextController
|
H A D | KeyguardPasswordViewController.java | 173 protected void onViewDetached() { in onViewDetached() method in KeyguardPasswordViewController 174 super.onViewDetached(); in onViewDetached()
|
H A D | KeyguardMessageAreaController.java | 85 protected void onViewDetached() { in onViewDetached() method in KeyguardMessageAreaController
|
H A D | KeyguardPatternViewController.java | 248 protected void onViewDetached() { in onViewDetached() method in KeyguardPatternViewController 249 super.onViewDetached(); in onViewDetached()
|
H A D | KeyguardSimPukViewController.java | 104 protected void onViewDetached() { in onViewDetached() method in KeyguardSimPukViewController 105 super.onViewDetached(); in onViewDetached()
|
H A D | KeyguardSecurityViewFlipperController.java | 67 protected void onViewDetached() { in onViewDetached() method in KeyguardSecurityViewFlipperController
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardMessageAreaControllerTest.java | 63 mMessageAreaController.onViewDetached(); in onAttachedToWindow_registersConfigurationCallback() 77 mMessageAreaController.onViewDetached(); in onAttachedToWindow_registersKeyguardUpdateMontiorCallback()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QuickQSPanelController.java | 85 protected void onViewDetached() { in onViewDetached() method in QuickQSPanelController 86 super.onViewDetached(); in onViewDetached()
|
H A D | QSContainerImplController.java | 68 protected void onViewDetached() { in onViewDetached() method in QSContainerImplController
|
H A D | QSPanelController.java | 164 protected void onViewDetached() { in onViewDetached() method in QSPanelController 168 super.onViewDetached(); in onViewDetached()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarViewController.kt | 71 override fun onViewDetached() { 73 moveFromCenterAnimationController?.onViewDetached()
|
H A D | StatusBarMoveFromCenterAnimationController.kt | 47 fun onViewDetached() { regex
|
H A D | TapAgainViewController.java | 73 protected void onViewDetached() { in onViewDetached() method in TapAgainViewController
|
H A D | NotificationsQSContainerController.kt | 72 override fun onViewDetached() {
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessSliderControllerTest.kt | 85 mController.onViewDetached() 98 mController.onViewDetached()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewController.java | 142 protected void onViewDetached() { in onViewDetached() method in UdfpsKeyguardViewController 143 super.onViewDetached(); in onViewDetached()
|
H A D | UdfpsAnimationViewController.java | 76 protected void onViewDetached() { in onViewDetached() method in UdfpsAnimationViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewController.java | 97 protected void onViewDetached() { in onViewDetached() method in ActivatableNotificationViewController
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewControllerTest.java | 174 mController.onViewDetached(); in testListenersUnregisteredOnDetached() 304 mController.onViewDetached(); in testOnDetachedStateReset()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/ |
H A D | BatteryMeterViewControllerTest.java | 107 mController.onViewDetached(); in onViewDetached_callbacksUnregistered()
|