Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java129 private final float mFixedSize; field in ScreenshotView
202 mFixedSize = mResources.getDimensionPixelSize(R.dimen.overlay_x_scale); in ScreenshotView()
496 params.width = (int) mFixedSize; in updateOrientation()
501 params.height = (int) mFixedSize; in updateOrientation()
518 mFixedSize / (mOrientationPortrait ? bounds.width() : bounds.height()); in createScreenshotDropInAnimation()
992 float scale = mFixedSize in prepareScrollingTransition()