Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java134 private final float mFixedSize; field in ScreenshotView
205 mFixedSize = mResources.getDimensionPixelSize(R.dimen.overlay_x_scale); in ScreenshotView()
485 params.width = (int) mFixedSize; in updateOrientation()
490 params.height = (int) mFixedSize; in updateOrientation()
507 mFixedSize / (mOrientationPortrait ? bounds.width() : bounds.height()); in createScreenshotDropInAnimation()
971 float scale = mFixedSize in prepareScrollingTransition()