Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt138 bindParams.usesIncreasedHeight, in <lambda>()
172 usesIncreasedHeight = bindParams.usesIncreasedHeight, in <lambda>()
358 private val usesIncreasedHeight: Boolean, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask
427 usesIncreasedHeight = usesIncreasedHeight, in <lambda>()
638 usesIncreasedHeight: Boolean, in <lambda>()
659 usesIncreasedHeight = usesIncreasedHeight, in <lambda>()
704 usesIncreasedHeight: Boolean, in <lambda>()
719 createContentView(builder, isMinimized, usesIncreasedHeight) in <lambda>()
DNotificationRowContentBinder.java144 public boolean usesIncreasedHeight; field in NotificationRowContentBinder.BindParams
DRowContentBindStage.java77 bindParams.usesIncreasedHeight = params.useIncreasedHeight(); in executeStage()
DNotificationContentInflater.java160 bindParams.usesIncreasedHeight, in bindContent()
189 bindParams.usesIncreasedHeight, in inflateNotificationViews()
377 Notification.Builder builder, boolean isMinimized, boolean usesIncreasedHeight, in createRemoteViews() argument
390 usesIncreasedHeight); in createRemoteViews()
1096 boolean usesIncreasedHeight,
1114 mUsesIncreasedHeight = usesIncreasedHeight;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java237 assertTrue(usedParams.usesIncreasedHeight); in testSetUseIncreasedHeight()
DNotificationContentInflaterTest.java168 params.usesIncreasedHeight = true; in testIncreasedHeightBeingUsed()
DNotificationRowContentBinderImplTest.kt145 params.usesIncreasedHeight = true in <lambda>()