Searched refs:FLAG_CONTENT_VIEW_CONTRACTED (Results 1 – 2 of 2) sorted by relevance
65 FLAG_CONTENT_VIEW_CONTRACTED,75 public static final int FLAG_CONTENT_VIEW_CONTRACTED = 1; field in NotificationContentInflater101 FLAG_CONTENT_VIEW_CONTRACTED137 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 …]
20 …droid.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_CONTRACTED;102 return FLAG_CONTENT_VIEW_CONTRACTED; in getContentFlag()