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()
675 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
74 when(mBindStage.getStageParams(any())).thenReturn(new RowContentBindParams()); in setUp()86 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsOfChildrenBeyondCutoffAreFreed()107 when(mBindStage.getStageParams(lastChild)).thenReturn(bindParams); in testContentViewsBeforeCutoffAreBound()
58 RowContentBindParams params = getStageParams(entry); in executeStage()90 getStageParams(entry).clearDirtyContentViews(); in executeStage()
69 public final @NonNull Params getStageParams(@NonNull NotificationEntry entry) { in getStageParams() method in BindStage
557 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()1399 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
77 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()
180 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in releaseViews()251 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
67 when(mBindStage.getStageParams(eq(mEntry))).thenReturn(new RowContentBindParams()); in setup()