Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java65 FLAG_CONTENT_VIEW_CONTRACTED,
75 public static final int FLAG_CONTENT_VIEW_CONTRACTED = 1; field in NotificationContentInflater
101 FLAG_CONTENT_VIEW_CONTRACTED
137 int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in setIsChildInGroup()
305 case FLAG_CONTENT_VIEW_CONTRACTED: in freeNotificationView()
340 if ((reInflateFlags & FLAG_CONTENT_VIEW_CONTRACTED) != 0) { in createRemoteViews()
375 int flag = FLAG_CONTENT_VIEW_CONTRACTED; in apply()
379 cachedContentViews.get(FLAG_CONTENT_VIEW_CONTRACTED)); in apply()
614 if ((reInflateFlags & FLAG_CONTENT_VIEW_CONTRACTED) != 0) { in finishIfDone()
618 cachedContentViews.put(FLAG_CONTENT_VIEW_CONTRACTED, result.newContentView); in finishIfDone()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java20 …droid.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_CONTRACTED;
102 return FLAG_CONTENT_VIEW_CONTRACTED; in getContentFlag()