Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt178 if (!fontSizeHasBeenChangedFromTile) { in changeFontSize()
180 fontSizeHasBeenChangedFromTile = true in changeFontSize()
259 private var fontSizeHasBeenChangedFromTile = false variable