Searched refs:RowContentBindParams (Results 1 – 11 of 11) 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()
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()103 protected RowContentBindParams newStageParams() { in newStageParams()104 return new RowContentBindParams(); in newStageParams()
28 public final class RowContentBindParams { class
496 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()1237 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);1513 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()
25 import com.android.systemui.statusbar.notification.row.RowContentBindParams;64 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in recheckLowPriorityViewAndInflate()
40 import com.android.systemui.statusbar.notification.row.RowContentBindParams;229 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
32 import com.android.systemui.statusbar.notification.row.RowContentBindParams;76 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()
47 import com.android.systemui.statusbar.notification.row.RowContentBindParams;100 when(mBindStage.getStageParams(any())).thenReturn(new RowContentBindParams()); in setup()113 RowContentBindParams params = new RowContentBindParams(); in mockHasHeadsUpContentView()238 RowContentBindParams params = new RowContentBindParams(); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
37 import com.android.systemui.statusbar.notification.row.RowContentBindParams;582 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in alertNotificationWhenPossible()