Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java66 FLAG_CONTENT_VIEW_EXPANDED,
80 public static final int FLAG_CONTENT_VIEW_EXPANDED = 1 << 1; field in NotificationContentInflater
102 | FLAG_CONTENT_VIEW_EXPANDED;
137 int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in setIsChildInGroup()
306 case FLAG_CONTENT_VIEW_EXPANDED: in freeNotificationView()
318 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()
344 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in createRemoteViews()
398 flag = FLAG_CONTENT_VIEW_EXPANDED; in apply()
403 cachedContentViews.get(FLAG_CONTENT_VIEW_EXPANDED)); in apply()
626 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in finishIfDone()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java20 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_EXPANDED;
176 FLAG_CONTENT_VIEW_EXPANDED, in testInflationIsRetriedIfAsyncFails()