Searched defs:systemIcons (Results 1 – 5 of 5) sorted by relevance
66 val systemIcons: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationViewUsage
23 private var systemIcons: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryViewWalker.UsageBuilder
232 SparseArray<PointerIcon> systemIcons = gSystemIconsByDisplay.get(displayId); in getSystemIcon() local
133 private val systemIcons = LinearLayout(context) in <lambda>() constant in com.android.systemui.shade.ShadeHeaderControllerTest
138 private val systemIcons: View = header.requireViewById(R.id.shade_header_system_icons) in <lambda>() constant in com.android.systemui.shade.ShadeHeaderController