Home
last modified time | relevance | path

Searched refs:BindParams (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java39 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
137 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseLowPriority()
145 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseLowPriority()
161 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseIncreasedHeight()
169 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseIncreasedHeight()
185 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseIncreasedHeadsUpHeight()
193 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseIncreasedHeadsUpHeight()
DNotificationContentInflaterTest.java58 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
118 BindParams params = new BindParams(); in testIncreasedHeadsUpBeingUsed()
133 BindParams params = new BindParams(); in testIncreasedHeightBeingUsed()
186 new BindParams(), in testRemovedNotInflated()
350 new BindParams(), in inflateAndWait()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java24 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
72 BindParams bindParams = new BindParams(); in executeStage()
DNotificationRowContentBinder.java48 BindParams bindParams, in bindContent()
109 class BindParams { class
DNotificationContentInflater.java102 BindParams bindParams, in bindContent()
150 BindParams bindParams, in inflateNotificationViews()