Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt55 private var entriesView: View? = null in <lambda>() variable in com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController
132 entriesView = li.inflate(R.layout.foreground_service_dungeon, null) in <lambda>()
134 entriesView!!.visibility = View.GONE in <lambda>()
135 return entriesView!! in <lambda>()
140 if (entriesView == null) { in <lambda>()
146 (entriesView!!.findViewById(R.id.entry_list) as LinearLayout).apply { in <lambda>()
166 entriesView?.visibility = View.GONE in <lambda>()
168 entriesView?.visibility = View.VISIBLE in <lambda>()