Searched refs:getStageParams (Results 1 – 10 of 10) sorted by relevance
80 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testRequireContentViews()97 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testFreeContentViews()135 RowContentBindParams originalParams = mRowContentBindStage.getStageParams(mEntry); in testGetStageParamsAfterCleanUp()142 RowContentBindParams blankParams = mRowContentBindStage.getStageParams(mEntry); in testGetStageParamsAfterCleanUp()173 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testRebindAllContentViews()195 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseLowPriority()219 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseIncreasedHeight()243 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetUseIncreasedHeadsUpHeight()267 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSetNeedsReinflation()288 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in testSupersedesPreviousContentViews()
619 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
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()
105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
58 RowContentBindParams params = getStageParams(entry); in executeStage()87 getStageParams(entry).clearDirtyContentViews(); in executeStage()
68 public final @NonNull Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() method in BindStage
543 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()1345 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
168 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in releaseViews()219 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
77 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()
67 when(mBindStage.getStageParams(eq(mEntry))).thenReturn(new RowContentBindParams()); in setup()