Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java19 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
83 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in bindHeadsUpView()
128 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_HEADS_UP); in unbindHeadsUpView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java87 FLAG_CONTENT_VIEW_HEADS_UP,
106 int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field
DRowContentBindParams.java21 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
79 mDirtyContentViews |= FLAG_CONTENT_VIEW_HEADS_UP; in setUseIncreasedHeadsUpHeight()
DNotificationContentInflater.java287 case FLAG_CONTENT_VIEW_HEADS_UP: in freeNotificationView()
290 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
330 if ((contentViews & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in cancelContentViewFrees()
355 boolean inflateHeadsUp = (reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 in inflateSmartReplyViews()
398 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in createRemoteViews()
447 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_HEADS_UP)); in setNotifsViewsInflaterFactory()
531 flag = FLAG_CONTENT_VIEW_HEADS_UP; in apply()
536 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
915 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) {
918 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP,
[all …]
DNotificationRowContentBinderImpl.kt52 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
271 FLAG_CONTENT_VIEW_HEADS_UP -> in <lambda>()
276 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
320 if (contentViews and FLAG_CONTENT_VIEW_HEADS_UP != 0) { in <lambda>()
603 (reInflateFlags and FLAG_CONTENT_VIEW_HEADS_UP != 0 && in <lambda>()
730 if (reInflateFlags and FLAG_CONTENT_VIEW_HEADS_UP != 0) { in <lambda>()
792 it.layoutInflaterFactory = provider.provide(row, FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
904 flag = FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
911 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
1411 if (reInflateFlags and FLAG_CONTENT_VIEW_HEADS_UP != 0) { in <lambda>()
[all …]
DNotificationRowContentBinderLogger.kt27 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP
141 if (flag and FLAG_CONTENT_VIEW_HEADS_UP != 0) { in flagToString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java23 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
256 eq(FLAG_CONTENT_VIEW_HEADS_UP), in testSetUseIncreasedHeadsUpHeight()
294 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testSupersedesPreviousContentViews()
308 eq(defaultFlags | FLAG_CONTENT_VIEW_HEADS_UP), in testSupersedesPreviousContentViews()
DNotifLayoutInflaterFactoryTest.kt30 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
80 val layoutType = FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
DNotificationContentInflaterTest.java22 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
190 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_HEADS_UP, mRow); in testInflationOnlyInflatesSetFlags()
344 mNotificationInflater.unbindContent(mRow.getEntry(), mRow, FLAG_CONTENT_VIEW_HEADS_UP); in testUnbindRemovesCachedRemoteView() local
349 eq(FLAG_CONTENT_VIEW_HEADS_UP)); in testUnbindRemovesCachedRemoteView()
DNotificationRowContentBinderImplTest.kt174 NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP, in <lambda>()
392 NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
399 eq(NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java19 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
377 return FLAG_CONTENT_VIEW_HEADS_UP; in getContentFlag()