Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java137 private boolean mOrientationPortrait; field in ScreenshotView
391 mOrientationPortrait = in onFinishInflate()
464 mOrientationPortrait = (orientation == ORIENTATION_PORTRAIT); in updateInsets()
473 if (mOrientationPortrait) { in updateInsets()
494 mOrientationPortrait = (orientation == ORIENTATION_PORTRAIT); in updateOrientation()
497 if (mOrientationPortrait) { in updateOrientation()
520 mFixedSize / (mOrientationPortrait ? bounds.width() : bounds.height()); in createScreenshotDropInAnimation()
999 mShowScrollablePreview = (screenshotTakenInPortrait == mOrientationPortrait); in prepareScrollingTransition()
1008 / (mOrientationPortrait ? screenBitmap.getWidth() : screenBitmap.getHeight()); in prepareScrollingTransition()