Home
last modified time | relevance | path

Searched refs:onDensityOrFontScaleChanged (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinatorTest.kt93 verify(entry).onDensityOrFontScaleChanged() in themeChangePropagatesToEntry()
100 configurationListener.onDensityOrFontScaleChanged() in densityChangePropagatesToEntry()
101 verify(entry).onDensityOrFontScaleChanged() in densityChangePropagatesToEntry()
113 configurationListener.onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventAfter()
125 verify(entry).onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventAfter()
144 configurationListener.onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventDuring()
156 verify(entry).onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventDuring()
180 configurationListener.onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventBefore()
192 verify(entry).onDensityOrFontScaleChanged() in switchingUserDefersChangesWithUserChangedEventBefore()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DViewConfigCoordinator.kt78 override fun onDensityOrFontScaleChanged() { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinator
109 onDensityOrFontScaleChanged() in <lambda>()
132 entry.onDensityOrFontScaleChanged() in <lambda>()
135 mGutsManager.onDensityOrFontScaleChanged(entry) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DConfigurationChangeListener.java34 default void onDensityOrFontScaleChanged() {} in onDensityOrFontScaleChanged() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardMessageAreaController.java71 public void onDensityOrFontScaleChanged() {
72 mView.onDensityOrFontScaleChanged();
DKeyguardStatusViewController.java207 public void onDensityOrFontScaleChanged() {
208 mKeyguardClockSwitchController.onDensityOrFontScaleChanged();
DKeyguardSliceView.java261 void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSliceView
268 ((KeyguardSliceTextView) child).onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
428 onDensityOrFontScaleChanged(); in KeyguardSliceTextView()
432 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSliceView.KeyguardSliceTextView
DKeyguardSliceViewController.java79 public void onDensityOrFontScaleChanged() {
80 mView.onDensityOrFontScaleChanged();
DKeyguardMessageArea.java84 void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardMessageArea
DKeyguardClockSwitch.java102 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardClockSwitch
117 onDensityOrFontScaleChanged(); in onFinishInflate()
DKeyguardSecurityContainerController.java328 public void onDensityOrFontScaleChanged() {
329 KeyguardSecurityContainerController.this.onDensityOrFontScaleChanged();
1080 private void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSecurityContainerController
1081 reinflateViewFlipper(() -> mView.onDensityOrFontScaleChanged()); in onDensityOrFontScaleChanged()
DKeyguardClockSwitchController.java320 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardClockSwitchController
321 mView.onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
DKeyguardSecurityContainer.java786 void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSecurityContainer
787 mViewMode.onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
833 default void onDensityOrFontScaleChanged() {} in onDensityOrFontScaleChanged() method
1015 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSecurityContainer.UserSwitcherViewMode
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationController.java38 default void onDensityOrFontScaleChanged() {} in onDensityOrFontScaleChanged() method
DBrightnessMirrorController.java135 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in BrightnessMirrorController
DUserInfoControllerImpl.java210 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in UserInfoControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DFakeConfigurationController.kt27 listeners.forEach { it.onDensityOrFontScaleChanged() } in notifyDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt80 it.onDensityOrFontScaleChanged() in onConfigurationChanged()
141 listener.onDensityOrFontScaleChanged() in addCallback()
DStatusBarTouchableRegionManager.java87 public void onDensityOrFontScaleChanged() { in StatusBarTouchableRegionManager()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java44 onDensityOrFontScaleChanged(context); in PipSurfaceTransactionHelper()
52 public void onDensityOrFontScaleChanged(Context context) { in onDensityOrFontScaleChanged() method in PipSurfaceTransactionHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DAutoReinflateContainer.java84 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in AutoReinflateContainer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewTest.kt95 mView.onDensityOrFontScaleChanged() in roundnessShouldBeTheSame_after_onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSecurityViewFlipperControllerTest.java126 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSecurityViewFlipperControllerTest
DKeyguardSecurityContainerControllerTest.java464 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in KeyguardSecurityContainerControllerTest
472 configurationListenerArgumentCaptor.getValue().onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
474 verify(mView).onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterViewController.java60 public void onDensityOrFontScaleChanged() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java698 public void onDensityOrFontScaleChanged() { in onDensityOrFontScaleChanged() method in NotificationEntry
699 if (row != null) row.onDensityOrFontScaleChanged(); in onDensityOrFontScaleChanged()

123