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.java73 FLAG_CONTENT_VIEW_EXPANDED,
88 public static final int FLAG_CONTENT_VIEW_EXPANDED = 1 << 1; field in NotificationContentInflater
116 | FLAG_CONTENT_VIEW_EXPANDED;
152 int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in setIsChildInGroup()
341 case FLAG_CONTENT_VIEW_EXPANDED: in freeNotificationView()
352 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()
378 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in createRemoteViews()
437 flag = FLAG_CONTENT_VIEW_EXPANDED; in apply()
442 cachedContentViews.get(FLAG_CONTENT_VIEW_EXPANDED)); in apply()
692 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in finishIfDone()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_EXPANDED;
179 FLAG_CONTENT_VIEW_EXPANDED, in testInflationIsRetriedIfAsyncFails()