Searched refs:FLAG_CONTENT_VIEW_EXPANDED (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | RowContentBindParams.java | 20 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 48 mDirtyContentViews |= (FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED); in setUseLowPriority() 162 FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED;
|
H A D | NotificationRowContentBinder.java | 80 FLAG_CONTENT_VIEW_EXPANDED, 93 int FLAG_CONTENT_VIEW_EXPANDED = 1 << 1; field
|
H A D | NotificationContentInflater.java | 239 case FLAG_CONTENT_VIEW_EXPANDED: in freeNotificationView() 242 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in freeNotificationView() 276 if ((contentViews & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in cancelContentViewFrees() 298 boolean inflateExpanded = (reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 in inflateSmartReplyViews() 335 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in createRemoteViews() 413 flag = FLAG_CONTENT_VIEW_EXPANDED; in apply() 729 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0) { in finishIfDone() 732 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, in finishIfDone() 736 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in finishIfDone() 737 } else if (remoteViewCache.hasCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED)) { in finishIfDone() [all …]
|
H A D | NotificationContentInflaterLogger.kt | 26 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED 115 if (flag and FLAG_CONTENT_VIEW_EXPANDED != 0) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | RowContentBindStageTest.java | 22 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 79 final int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in testRequireContentViews() 101 final int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in testFreeContentViews() 174 final int flags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in testRebindAllContentViews() 208 eq(FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED), in testSetUseLowPriority() 289 int defaultFlags = FLAG_CONTENT_VIEW_CONTRACTED | FLAG_CONTENT_VIEW_EXPANDED; in testSupersedesPreviousContentViews()
|
H A D | NotifRemoteViewCacheImplTest.java | 20 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 99 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_EXPANDED, mRemoteViews); in testClearCache() 106 assertFalse(mNotifRemoteViewCache.hasCachedView(mEntry, FLAG_CONTENT_VIEW_EXPANDED)); in testClearCache()
|
H A D | NotificationContentInflaterTest.java | 21 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 230 FLAG_CONTENT_VIEW_EXPANDED, in testInflationIsRetriedIfAsyncFails()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindController.java | 20 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_EXPANDED; 107 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in freeContent() 114 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in bindContent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindControllerTest.java | 20 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 89 verify(bindParams).markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsOfChildrenBeyondCutoffAreFreed() 110 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsBeforeCutoffAreBound()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotificationRowBinderImpl.java | 20 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_EXPANDED; 170 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_EXPANDED); in releaseViews() 221 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in inflateContentViews()
|