Searched refs:mScreenshotView (Results 1 – 2 of 2) sorted by relevance
261 private ScreenshotView mScreenshotView; field in ScreenshotController398 mScreenshotView.reset(); in takeScreenshotPartial()403 mScreenshotView.requestApplyInsets(); in takeScreenshotPartial()459 mScreenshotView = (ScreenshotView) in reloadAssets()493 mScreenshotView.getViewTreeObserver().addOnComputeInternalInsetsListener(mScreenshotView); in reloadAssets()567 mScreenshotView.reset(); in saveScreenshot()572 mScreenshotView.updateOrientation( in saveScreenshot()634 setContentView(mScreenshotView); in saveScreenshot()681 mScreenshotView.post(() -> { in onScrollCaptureResponseReady()784 if (mScreenshotView != null) { in removeWindow()[all …]
149 final ImageView mScreenshotView; field in SendUi371 mScreenshotView.setImageBitmap(mScreenshotBitmap); in showPreSend()372 mScreenshotView.setTranslationX(0f); in showPreSend()373 mScreenshotView.setAlpha(1.0f); in showPreSend()429 float currentScale = mScreenshotView.getScaleX(); in showStartSend()488 float currentScale = mScreenshotView.getScaleX(); in finish()489 float currentAlpha = mScreenshotView.getAlpha(); in finish()670 mScreenshotView.setScaleX(1.0f); in onAnimationEnd()671 mScreenshotView.setScaleY(1.0f); in onAnimationEnd()707 mScreenshotView.setOnTouchListener(null); in onTouch()[all …]