Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java45 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
204 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseLowPriority()
212 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseLowPriority()
228 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseIncreasedHeight()
236 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseIncreasedHeight()
252 ArgumentCaptor<BindParams> bindParamsCaptor = ArgumentCaptor.forClass(BindParams.class); in testSetUseIncreasedHeadsUpHeight()
260 BindParams usedParams = bindParamsCaptor.getValue(); in testSetUseIncreasedHeadsUpHeight()
DNotificationContentInflaterTest.java61 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
150 BindParams params = new BindParams(); in testIncreasedHeadsUpBeingUsed()
167 BindParams params = new BindParams(); in testIncreasedHeightBeingUsed()
222 new BindParams(), in testRemovedNotInflated()
422 new BindParams(), in inflateAndWait()
DNotificationRowContentBinderImplTest.kt36 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams in <lambda>()
126 val params = BindParams() in <lambda>()
144 val params = BindParams() in <lambda>()
215 BindParams(), in <lambda>()
564 BindParams(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStage.java25 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams;
75 BindParams bindParams = new BindParams(); in executeStage()
DNotificationRowContentBinder.java50 BindParams bindParams, in bindContent()
134 class BindParams { class
DNotificationRowContentBinderImpl.kt49 import com.android.systemui.statusbar.notification.row.NotificationRowContentBinder.BindParams in <lambda>()
106 bindParams: BindParams, in <lambda>()
158 bindParams: BindParams, in <lambda>()
DNotificationContentInflater.java126 BindParams bindParams, in bindContent()
180 BindParams bindParams, in inflateNotificationViews()