Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DMessageContainerController.kt34 private lateinit var detectionNoticeView: ViewGroup in <lambda>() variable in com.android.systemui.screenshot.MessageContainerController
42 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>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DMessageContainerControllerTest.kt46 lateinit var detectionNoticeView: ViewGroup variable in com.android.systemui.screenshot.MessageContainerControllerTest
83 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>()