Searched refs:mScrollablePreview (Results 1 – 1 of 1) sorted by relevance
148 private ImageView mScrollablePreview; field in ScreenshotView369 mScrollablePreview = requireNonNull(findViewById(R.id.screenshot_scrollable_preview)); in onFinishInflate()902 mScrollablePreview.setImageBitmap(longScreenshot.toBitmap()); in startLongScreenshotTransition()903 float startX = mScrollablePreview.getX(); in startLongScreenshotTransition()904 float startY = mScrollablePreview.getY(); in startLongScreenshotTransition()905 int[] locInScreen = mScrollablePreview.getLocationOnScreen(); in startLongScreenshotTransition()907 mScrollablePreview.setPivotX(0); in startLongScreenshotTransition()908 mScrollablePreview.setPivotY(0); in startLongScreenshotTransition()909 mScrollablePreview.setAlpha(1f); in startLongScreenshotTransition()910 float currentScale = mScrollablePreview.getWidth() / (float) longScreenshot.getWidth(); in startLongScreenshotTransition()[all …]