Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt35 import com.android.systemui.statusbar.notification.row.DungeonRow in <lambda>()
150 .inflate(R.layout.foreground_service_dungeon_row, null) as DungeonRow in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DDungeonRow.kt27 class DungeonRow(context: Context, attrs: AttributeSet) : LinearLayout(context, attrs) { class