Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt71 private val fontSizeValueArray: Array<String> = constant in com.android.systemui.accessibility.fontscaling.FontScalingDialogDelegateTest
138 assertThat(currentScale).isEqualTo(fontSizeValueArray[progress].toFloat()) in showTheDialog_seekbarIsShowingCorrectProgress()
169 assertThat(currentScale).isEqualTo(fontSizeValueArray[1].toFloat()) in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled()
183 seekBarWithIconButtonsView.setProgress(fontSizeValueArray.size - 1) in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()
199 assertThat(seekBar.getProgress()).isEqualTo(fontSizeValueArray.size - 2) in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()
201 .isEqualTo(fontSizeValueArray[fontSizeValueArray.size - 2].toFloat()) in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled()
285 assertThat(systemScale).isEqualTo(fontSizeValueArray[0].toFloat()) in dragSeekbar_systemFontSizeSettingsDoesNotChange()