Searched refs:customViews (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryDumper.kt | 135 var customViews: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationViewUsage.Totals 161 toKb(view.customViews), in <lambda>() 179 totals.customViews += view.customViews in <lambda>() 191 toKb(totals.customViews), in <lambda>()
|
D | NotificationMemoryLogger.kt | 67 var customViews: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryLogger.NotificationMemoryUseAtomBuilder 121 toKb(use.customViews), in <lambda>() 205 use.customViews += it.customViews in aggregateMemoryUsageData()
|
D | NotificationMemoryViewWalker.kt | 25 private var customViews: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryViewWalker.UsageBuilder 36 fun addCustomViews(customViewsUse: Int) = apply { customViews += customViewsUse } in <lambda>() 45 customViews = customViews, in <lambda>()
|
D | NotificationMemory.kt | 68 val customViews: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationViewUsage
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryLoggerTest.kt | 180 customViews = in <lambda>() 181 presetUsage1.viewUsage[0].customViews + presetUsage2.viewUsage[0].customViews, in <lambda>() 219 presetUsage.viewUsage[0].customViews, in <lambda>() 254 presetUsage.viewUsage[0].customViews, in <lambda>() 292 customViews: Int, in <lambda>() 325 expect.withMessage("customViews").that(value.customViews).isEqualTo(customViews) in <lambda>()
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_atoms.proto | 565 optional int32 customViews = 17; field
|