Searched refs:mOrientationPortrait (Results 1 – 1 of 1) sorted by relevance
137 private boolean mOrientationPortrait; field in ScreenshotView391 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()