Searched refs:mScreenshotFlash (Results 1 – 1 of 1) sorted by relevance
149 private ImageView mScreenshotFlash; field in ScreenshotView370 mScreenshotFlash = requireNonNull(findViewById(R.id.screenshot_flash)); in onFinishInflate()515 mScreenshotFlash.setAlpha((float) animation.getAnimatedValue())); in createScreenshotDropInAnimation()521 mScreenshotFlash.setAlpha((float) animation.getAnimatedValue())); in createScreenshotDropInAnimation()597 mScreenshotFlash.setAlpha(0f); in createScreenshotDropInAnimation()598 mScreenshotFlash.setVisibility(View.VISIBLE); in createScreenshotDropInAnimation()