Searched refs:getStageParams (Results 1 – 13 of 13) sorted by relevance
74 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()
478 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
402 mRowContentBindStage.getStageParams(entry).requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
70 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()
76 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()109 mStage.getStageParams(entry).markContentViewsFreeable(FLAG_CONTENT_VIEW_HEADS_UP); in unbindHeadsUpView()
58 RowContentBindParams params = getStageParams(entry); in executeStage()87 getStageParams(entry).clearDirtyContentViews(); in executeStage()
67 public final Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() method in BindStage
496 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()1237 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);1513 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
64 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in recheckLowPriorityViewAndInflate()
229 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
100 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()
582 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in alertNotificationWhenPossible()596 mRowContentBindStage.getStageParams(entry).markContentViewsFreeable( in alertNotificationWhenPossible()