Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegateTest.kt131 val currentScale = in showTheDialog_seekbarIsShowingCorrectProgress() constant
162 val currentScale = in progressIsZero_clickIconEnd_seekBarProgressIncreaseOne_fontSizeScaled() constant
193 val currentScale = in progressIsMax_clickIconStart_seekBarProgressDecreaseOne_fontSizeScaled() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt112 val currentScale = in onCreate() constant
/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/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java508 final float currentScale = 1 / cornerScale; in createScreenshotDropInAnimation() local
910 float currentScale = mScrollablePreview.getWidth() / (float) longScreenshot.getWidth(); in startLongScreenshotTransition() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java205 final float currentScale = mController.getScale(); in setupEnableAnimationSpecs() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java423 float currentScale = Settings.Secure.getFloat( in isAlreadyConfiguredCriticalAccessibilitySetting() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java558 final float currentScale = in checkShouldDetectPassPersistedScale() local
1586 final float currentScale = mFullScreenMagnificationController.getScale(mDisplayId); in zoomInTemporary() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt163 val currentScale: Float = scrollTransitionPreview.width / longScreenshot.width.toFloat() in <lambda>() constant