Home
last modified time | relevance | path

Searched refs:mScreenshotFlash (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java149 private ImageView mScreenshotFlash; field in ScreenshotView
370 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()