Home
last modified time | relevance | path

Searched refs:RowContentBindParams (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java74 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java41 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java38 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()
DRowContentBindParams.java28 public final class RowContentBindParams { class
DExpandableNotificationRow.java496 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry); in freeContentViewWhenSafe()
1237 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
1513 RowContentBindParams params = mRowContentBindStage.getStageParams(mEntry);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java26 import com.android.systemui.statusbar.notification.row.RowContentBindParams;
105 RowContentBindParams params = mStage.getStageParams(entry); in freeContent()
112 RowContentBindParams params = mStage.getStageParams(entry); in bindContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DLowPriorityInflationHelper.java25 import com.android.systemui.statusbar.notification.row.RowContentBindParams;
64 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in recheckLowPriorityViewAndInflate()
DNotificationRowBinderImpl.java40 import com.android.systemui.statusbar.notification.row.RowContentBindParams;
229 RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in inflateContentViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java32 import com.android.systemui.statusbar.notification.row.RowContentBindParams;
76 RowContentBindParams params = mStage.getStageParams(entry); in bindHeadsUpView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java47 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java37 import com.android.systemui.statusbar.notification.row.RowContentBindParams;
582 final RowContentBindParams params = mRowContentBindStage.getStageParams(entry); in alertNotificationWhenPossible()