Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt114 lastProgress.set(fontSizeValueToIndex(currentScale)) in onCreate()
188 private fun fontSizeValueToIndex(value: Float): Int { in fontSizeValueToIndex() method