Searched refs:reInflateFlags (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImpl.kt | 160 @InflationFlag reInflateFlags: Int, in <lambda>() 168 reInflateFlags = reInflateFlags, in <lambda>() 184 reInflateFlags, in <lambda>() 197 reInflateFlags, in <lambda>() 209 reInflateFlags, in <lambda>() 352 @get:InflationFlag @get:VisibleForTesting @InflationFlag val reInflateFlags: Int, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask 423 reInflateFlags = reInflateFlags, in <lambda>() 445 reInflateFlags, in <lambda>() 459 reInflateFlags, in <lambda>() 485 reInflateFlags, in <lambda>() [all …]
|
D | NotificationContentInflater.java | 182 @InflationFlag int reInflateFlags, in inflateNotificationViews() argument 186 InflationProgress result = createRemoteViews(reInflateFlags, in inflateNotificationViews() 197 result = inflateSmartReplyViews(result, reInflateFlags, entry, row.getContext(), in inflateNotificationViews() 216 reInflateFlags, in inflateNotificationViews() 228 reInflateFlags, in inflateNotificationViews() 344 @InflationFlag int reInflateFlags, in inflateSmartReplyViews() argument 351 boolean inflateContracted = (reInflateFlags & FLAG_CONTENT_VIEW_CONTRACTED) != 0 in inflateSmartReplyViews() 353 boolean inflateExpanded = (reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 in inflateSmartReplyViews() 355 boolean inflateHeadsUp = (reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 in inflateSmartReplyViews() 376 private static InflationProgress createRemoteViews(@InflationFlag int reInflateFlags, in createRemoteViews() argument [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImplTest.kt | 238 reInflateFlags = NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED, in <lambda>()
|