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.java140 private boolean mOrientationPortrait; field in ScreenshotView
380 mOrientationPortrait = in onFinishInflate()
451 mOrientationPortrait = (orientation == ORIENTATION_PORTRAIT); in updateInsets()
460 if (mOrientationPortrait) { in updateInsets()
481 mOrientationPortrait = (orientation == ORIENTATION_PORTRAIT); in updateOrientation()
484 if (mOrientationPortrait) { in updateOrientation()
507 mFixedSize / (mOrientationPortrait ? bounds.width() : bounds.height()); in createScreenshotDropInAnimation()
963 mShowScrollablePreview = (screenshotTakenInPortrait == mOrientationPortrait); in prepareScrollingTransition()
972 / (mOrientationPortrait ? screenBitmap.getWidth() : screenBitmap.getHeight()); in prepareScrollingTransition()