Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java132 void inflateNotificationViews(int reInflateFlags) { in inflateNotificationViews() argument
140 new AsyncInflationTask(sbn, reInflateFlags, mRow, mIsLowPriority, in inflateNotificationViews()
146 InflationProgress inflateNotificationViews(int reInflateFlags, in inflateNotificationViews() argument
148 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews()
151 apply(result, reInflateFlags, mRow, mRedactAmbient, mRemoteViewClickHandler, null); in inflateNotificationViews()
155 private static InflationProgress createRemoteViews(int reInflateFlags, in createRemoteViews() argument
161 if ((reInflateFlags & FLAG_REINFLATE_CONTENT_VIEW) != 0) { in createRemoteViews()
165 if ((reInflateFlags & FLAG_REINFLATE_EXPANDED_VIEW) != 0) { in createRemoteViews()
169 if ((reInflateFlags & FLAG_REINFLATE_HEADS_UP_VIEW) != 0) { in createRemoteViews()
173 if ((reInflateFlags & FLAG_REINFLATE_PUBLIC_VIEW) != 0) { in createRemoteViews()
[all …]