Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_VIEW_HEADS_UP (Results 1 – 9 of 9) 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;
82 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in bindHeadsUpView()
109 mStage.getStageParams(entry).markContentViewsFreeable(FLAG_CONTENT_VIEW_HEADS_UP); in unbindHeadsUpView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java80 FLAG_CONTENT_VIEW_HEADS_UP,
96 int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field
DNotificationContentInflater.java223 case FLAG_CONTENT_VIEW_HEADS_UP: in freeNotificationView()
226 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
257 if ((contentViews & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in cancelContentViewFrees()
276 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
298 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in createRemoteViews()
377 flag = FLAG_CONTENT_VIEW_HEADS_UP; in apply()
382 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
605 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in finishIfDone()
608 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, in finishIfDone()
612 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in finishIfDone()
[all …]
DRowContentBindParams.java21 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
76 mDirtyContentViews |= FLAG_CONTENT_VIEW_HEADS_UP; in setUseIncreasedHeadsUpHeight()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java22 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
189 eq(FLAG_CONTENT_VIEW_HEADS_UP), in testSetUseIncreasedHeadsUpHeight()
227 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testSupersedesPreviousContentViews()
241 eq(defaultFlags | FLAG_CONTENT_VIEW_HEADS_UP), in testSupersedesPreviousContentViews()
DNotificationContentInflaterTest.java22 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
154 inflateAndWait(mNotificationInflater, FLAG_CONTENT_VIEW_HEADS_UP, mRow); in testInflationOnlyInflatesSetFlags()
305 mNotificationInflater.unbindContent(mRow.getEntry(), mRow, FLAG_CONTENT_VIEW_HEADS_UP); in testUnbindRemovesCachedRemoteView() local
310 eq(FLAG_CONTENT_VIEW_HEADS_UP)); in testUnbindRemovesCachedRemoteView()
DNotificationEntryManagerInflationTest.java21 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
380 mRowContentBindStage.getStageParams(entry).requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java20 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
115 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testSuppressedSummaryHeadsUpTransfersToChild()
241 assertTrue((params.getContentViews() & FLAG_CONTENT_VIEW_HEADS_UP) == 0); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java19 …ndroid.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_HEADS_UP;
143 return FLAG_CONTENT_VIEW_HEADS_UP; in getContentFlag()