Searched refs:RowContentBindParams (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()161 RowContentBindParams nullParams = mRowContentBindStage.tryGetStageParams(mEntry); in testTryGetStageParamsAfterCleanUp()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()[all …]
41 import com.android.systemui.statusbar.notification.row.RowContentBindParams;70 when(mBindStage.getStageParams(any())).thenReturn(new RowContentBindParams()); in setUp()81 RowContentBindParams bindParams = mock(RowContentBindParams.class); in testContentViewsOfChildrenBeyondCutoffAreFreed()102 RowContentBindParams bindParams = mock(RowContentBindParams.class); in testContentViewsBeforeCutoffAreBound()
38 public class RowContentBindStage extends BindStage<RowContentBindParams> {58 RowContentBindParams params = getStageParams(entry); in executeStage()106 protected RowContentBindParams newStageParams() { in newStageParams()107 return new RowContentBindParams(); in newStageParams()
29 fun logExecutingStage(entry: NotificationEntry, stageParams: RowContentBindParams) {
28 public final class RowContentBindParams { class
543 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()1345 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
26 import com.android.systemui.statusbar.notification.row.RowContentBindParams;105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
32 import com.android.systemui.statusbar.notification.row.RowContentBindParams;77 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()122 RowContentBindParams params = mStage.tryGetStageParams(entry); in unbindHeadsUpView()
39 import com.android.systemui.statusbar.notification.row.RowContentBindParams;67 when(mBindStage.getStageParams(eq(mEntry))).thenReturn(new RowContentBindParams()); in setup()98 when(mBindStage.tryGetStageParams(eq(mEntry))).thenReturn(new RowContentBindParams()); in testLoggingForStandardFlow()148 when(mBindStage.tryGetStageParams(eq(mEntry))).thenReturn(new RowContentBindParams()); in testLoggingForEarlyUnbindFlow()
45 import com.android.systemui.statusbar.notification.row.RowContentBindParams;168 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in releaseViews()219 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()