Searched refs:detectionNoticeView (Results 1 – 2 of 2) sorted by relevance
34 private lateinit var detectionNoticeView: ViewGroup in <lambda>() variable in com.android.systemui.screenshot.MessageContainerController42 detectionNoticeView = container.requireViewById(R.id.screenshot_detection_notice) in <lambda>()48 detectionNoticeView.visibility = View.GONE in <lambda>()62 detectionNoticeView.visibility = View.GONE in <lambda>()68 detectionNoticeView.visibility = View.VISIBLE in <lambda>()70 screenshotDetectionController.populateView(detectionNoticeView, notifiedApps) in <lambda>()84 detectionNoticeView.visibility = View.GONE in <lambda>()92 detectionNoticeView.visibility = View.VISIBLE in <lambda>()94 screenshotDetectionController.populateView(detectionNoticeView, notifiedApps) in <lambda>()
46 lateinit var detectionNoticeView: ViewGroup variable in com.android.systemui.screenshot.MessageContainerControllerTest83 detectionNoticeView = FrameLayout(mContext) in setup()84 detectionNoticeView.id = com.android.systemui.res.R.id.screenshot_detection_notice in setup()85 container.addView(detectionNoticeView) in setup()102 assertEquals(View.GONE, detectionNoticeView.visibility) in testOnScreenshotTakenUserHandle_withWorkProfileFirstRun()119 assertEquals(View.GONE, detectionNoticeView.visibility) in <lambda>()