Searched refs:ViewType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalkerTest.kt | 45 .contains(NotificationViewUsage(ViewType.PRIVATE_EXPANDED_VIEW, 0, 0, 0, 0, 0, 0)) in testViewWalker_plainNotification() 47 .contains(NotificationViewUsage(ViewType.PRIVATE_CONTRACTED_VIEW, 0, 0, 0, 0, 0, 0)) in testViewWalker_plainNotification() 48 assertThat(result).contains(NotificationViewUsage(ViewType.TOTAL, 0, 0, 0, 0, 0, 0)) in testViewWalker_plainNotification() 76 ViewType.PRIVATE_EXPANDED_VIEW, in testViewWalker_plainNotification_withPublicView() 88 ViewType.PRIVATE_CONTRACTED_VIEW, in testViewWalker_plainNotification_withPublicView() 100 ViewType.PUBLIC_VIEW, in testViewWalker_plainNotification_withPublicView() 112 ViewType.TOTAL, in testViewWalker_plainNotification_withPublicView() 143 ViewType.PRIVATE_EXPANDED_VIEW, in testViewWalker_bigPictureNotification() 158 ViewType.PRIVATE_CONTRACTED_VIEW, in testViewWalker_bigPictureNotification() 170 ViewType.TOTAL, in testViewWalker_bigPictureNotification() [all …]
|
D | NotificationMemoryLoggerTest.kt | 350 NotificationViewUsage(ViewType.TOTAL, 493, 584, 4833, 584, 4888, 5843), in <lambda>() 352 ViewType.PRIVATE_CONTRACTED_VIEW, in <lambda>() 378 NotificationViewUsage(ViewType.TOTAL, 3245, 1234, 7653, 543, 765, 7655), in <lambda>() 380 ViewType.PRIVATE_CONTRACTED_VIEW, in <lambda>() 407 NotificationViewUsage(ViewType.TOTAL, 3245, 1234, 7653, 543, 765, 7655), in <lambda>() 409 ViewType.PRIVATE_CONTRACTED_VIEW, in <lambda>() 436 NotificationViewUsage(ViewType.TOTAL, 4355, 6543, 4322, 5435, 6546, 65485), in <lambda>() 438 ViewType.PRIVATE_CONTRACTED_VIEW, in <lambda>()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | SystemViewInfo.java | 20 import com.android.ide.common.rendering.api.ViewType; 27 private ViewType mViewType; 42 public ViewType getViewType() { in getViewType() 46 return ViewType.SYSTEM_UNKNOWN; in getViewType() 49 public void setViewType(ViewType type) { in setViewType()
|
D | RenderSessionImpl.java | 31 import com.android.ide.common.rendering.api.ViewType; 1017 r.setViewType(ViewType.ACTION_BAR_OVERFLOW_MENU); in createViewInfo() 1023 r.setViewType(ViewType.ACTION_BAR_OVERFLOW); in createViewInfo() 1032 r.setViewType(ViewType.ACTION_BAR_MENU); in createViewInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalker.kt | 38 fun build(viewType: ViewType): NotificationViewUsage { in <lambda>() 67 getViewUsage(ViewType.PRIVATE_EXPANDED_VIEW, row.privateLayout?.expandedChild), in <lambda>() 69 ViewType.PRIVATE_CONTRACTED_VIEW, in <lambda>() 72 getViewUsage(ViewType.PRIVATE_HEADS_UP_VIEW, row.privateLayout?.headsUpChild), in <lambda>() 74 ViewType.PUBLIC_VIEW, in <lambda>() 103 ViewType.TOTAL, in <lambda>() 115 type: ViewType, in <lambda>()
|
D | NotificationMemory.kt | 49 enum class ViewType { class 63 val viewType: ViewType,
|
D | NotificationMemoryLogger.kt | 199 .firstOrNull { vu -> vu.viewType == ViewType.TOTAL } in aggregateMemoryUsageData()
|
D | NotificationMemoryDumper.kt | 173 .map { it.viewUsage.firstOrNull { view -> view.viewType == ViewType.TOTAL } } in <lambda>()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 22981 enum ViewType { enum 22994 optional ViewType view_type = 3;
|