Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java89 FLAG_CONTENT_VIEW_SINGLE_LINE,
117 int FLAG_CONTENT_VIEW_SINGLE_LINE = 1 << 4; field
DNotificationRowContentBinderLogger.kt29 …roid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE
147 if (flag and FLAG_CONTENT_VIEW_SINGLE_LINE != 0) { in flagToString()
DSingleLineViewInflater.kt33 …roid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE
348 if (reinflateFlags and FLAG_CONTENT_VIEW_SINGLE_LINE == 0) { in inflateSingleLineViewHolder()
DNotificationRowContentBinderImpl.kt54 …roid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE in <lambda>()
286 FLAG_CONTENT_VIEW_SINGLE_LINE -> { in <lambda>()
332 contentViews and FLAG_CONTENT_VIEW_SINGLE_LINE != 0 in <lambda>()
670 reInflateFlags and FLAG_CONTENT_VIEW_SINGLE_LINE != 0 in <lambda>()
1437 reInflateFlags and FLAG_CONTENT_VIEW_SINGLE_LINE != 0 in <lambda>()
DNotificationContentInflater.java300 case FLAG_CONTENT_VIEW_SINGLE_LINE: { in freeNotificationView()
337 && (contentViews & FLAG_CONTENT_VIEW_SINGLE_LINE) != 0) { in cancelContentViewFrees()
937 && (reInflateFlags & FLAG_CONTENT_VIEW_SINGLE_LINE) != 0) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewBinderTest.kt25 …roid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE
65 reinflateFlags = FLAG_CONTENT_VIEW_SINGLE_LINE, in bindNonConversationSingleLineView()
DSingleLineConversationViewBinderTest.kt26 …roid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE
80 reinflateFlags = FLAG_CONTENT_VIEW_SINGLE_LINE, in bindGroupConversationSingleLineView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java23 …oid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_SINGLE_LINE;
185 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_SINGLE_LINE); in releaseViews()
267 params.requireContentViews(FLAG_CONTENT_VIEW_SINGLE_LINE); in inflateContentViews()
271 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_SINGLE_LINE); in inflateContentViews()