Home
last modified time | relevance | path

Searched refs:updateFontScale (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
H A DFontScalingDialog.kt156 backgroundDelayableExecutor.executeDelayed({ updateFontScale() }, delayMs)
208 fun updateFontScale() { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java998 mStackView.updateFontScale(); in onConfigurationChanged()
H A DBubbleStackView.java1392 void updateFontScale() { in updateFontScale() method in BubbleStackView