Home
last modified time | relevance | path

Searched defs:currentScale (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogTest.kt60 val currentScale = systemSettings.getFloat(Settings.System.FONT_SCALE, /* def = */ 1.0f) in showTheDialog_seekbarIsShowingCorrectProgress() constant
80 val currentScale = systemSettings.getFloat(Settings.System.FONT_SCALE, /* def = */ 1.0f) in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled() constant
100 val currentScale = systemSettings.getFloat(Settings.System.FONT_SCALE, /* def = */ 1.0f) in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialog.kt61 val currentScale = systemSettings.getFloat(Settings.System.FONT_SCALE, 1.0f) in onCreate() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java204 final float currentScale = mController.getScale(); in setupEnableAnimationSpecs() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java277 float currentScale = getScale(); in scale() local
373 float currentScale = getScale(); in onScale() local
921 float currentScale = getScale(); in scale() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java369 float currentScale = Settings.Secure.getFloat( in isAlreadyConfiguredCriticalAccessibilitySetting() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java521 final float currentScale = 1 / cornerScale; in createScreenshotDropInAnimation() local
946 float currentScale = mScrollablePreview.getWidth() / (float) longScreenshot.getWidth(); in startLongScreenshotTransition() local