Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java472 View screenNotificationOverlayView = new FrameLayout(mContext); in getScreenNotificationOverlayView() local
473 screenNotificationOverlayView.setBackgroundColor(color); in getScreenNotificationOverlayView()
474 screenNotificationOverlayView.setAlpha(0.0f); in getScreenNotificationOverlayView()
475 return screenNotificationOverlayView; in getScreenNotificationOverlayView()