Home
last modified time | relevance | path

Searched refs:getStageParams (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java74 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testRequireContentViews()
91 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testFreeContentViews()
106 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testRebindAllContentViews()
128 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseLowPriority()
152 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseIncreasedHeight()
176 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseIncreasedHeadsUpHeight()
200 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetNeedsReinflation()
221 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSupersedesPreviousContentViews()
DNotificationTestHelper.java478 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
DNotificationEntryManagerInflationTest.java402 mRowContentBindStage.getStageParams(entry).requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java70 when(mBindStage.getStageParams(any())).thenReturn(new RowContentBindParams()); in setUp()
82 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsOfChildrenBeyondCutoffAreFreed()
103 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsBeforeCutoffAreBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java76 RowContentBindParams params = mStage.getStageParams(entry); 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/
DRowContentBindStage.java58 RowContentBindParams params = getStageParams(entry); in executeStage()
87 getStageParams(entry).clearDirtyContentViews(); in executeStage()
DBindStage.java67 public final Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() method in BindStage
DExpandableNotificationRow.java496 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()
1237 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
1513 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()
112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DLowPriorityInflationHelper.java64 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in recheckLowPriorityViewAndInflate()
DNotificationRowBinderImpl.java229 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java100 when(mBindStage.getStageParams(any())).thenReturn(new RowContentBindParams()); in setup()
117 when(mBindStage.getStageParams(eq(entry))).thenReturn(params); in mockHasHeadsUpContentView()
239 when(mBindStage.getStageParams(eq(childEntry))).thenReturn(params); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java582 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in alertNotificationWhenPossible()
596 mRowContentBindStage.getStageParams(entry).markContentViewsFreeable( in alertNotificationWhenPossible()