Searched refs:mLongScreenshot (Results 1 – 2 of 2) sorted by relevance
31 private final AtomicReference<ScrollCaptureController.LongScreenshot> mLongScreenshot; field in LongScreenshotData37 mLongScreenshot = new AtomicReference<>(); in LongScreenshotData()45 mLongScreenshot.set(longScreenshot); in setLongScreenshot()52 return mLongScreenshot.get() != null; in hasLongScreenshot()59 return mLongScreenshot.getAndSet(null); in takeLongScreenshot()
92 private LongScreenshot mLongScreenshot; field in LongScreenshotActivity194 mLongScreenshot = longScreenshot; in onLongScreenshotReceived()195 Drawable drawable = mLongScreenshot.getDrawable(); in onLongScreenshotReceived()197 mMagnifierView.setDrawable(mLongScreenshot.getDrawable(), in onLongScreenshotReceived()198 mLongScreenshot.getWidth(), mLongScreenshot.getHeight()); in onLongScreenshotReceived()202 -mLongScreenshot.getTop() / (float) mLongScreenshot.getHeight()); in onLongScreenshotReceived()204 1 - (mLongScreenshot.getBottom() - mLongScreenshot.getPageHeight()) in onLongScreenshotReceived()205 / (float) mLongScreenshot.getHeight()); in onLongScreenshotReceived()235 mLongScreenshot.toBitmap(), new File(getCacheDir(), "long_screenshot_cache.png")); in onLongScreenshotReceived()290 if (mLongScreenshot != null) { in onStop()[all …]