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