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/ |
D | HeadsUpViewBinder.java | 19 …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/ |
D | NotificationRowContentBinder.java | 87 FLAG_CONTENT_VIEW_HEADS_UP, 106 int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field
|
D | RowContentBindParams.java | 21 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP; 79 mDirtyContentViews |= FLAG_CONTENT_VIEW_HEADS_UP; in setUseIncreasedHeadsUpHeight()
|
D | NotificationContentInflater.java | 287 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 …]
|
D | NotificationRowContentBinderImpl.kt | 52 …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 …]
|
D | NotificationRowContentBinderLogger.kt | 27 …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/ |
D | RowContentBindStageTest.java | 23 …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()
|
D | NotifLayoutInflaterFactoryTest.kt | 30 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP in <lambda>() 80 val layoutType = FLAG_CONTENT_VIEW_HEADS_UP in <lambda>()
|
D | NotificationContentInflaterTest.java | 22 …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()
|
D | NotificationRowContentBinderImplTest.kt | 174 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/ |
D | BaseHeadsUpManager.java | 19 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP; 377 return FLAG_CONTENT_VIEW_HEADS_UP; in getContentFlag()
|