Searched refs:usesIncreasedHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImpl.kt | 138 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>()
|
D | NotificationRowContentBinder.java | 144 public boolean usesIncreasedHeight; field in NotificationRowContentBinder.BindParams
|
D | RowContentBindStage.java | 77 bindParams.usesIncreasedHeight = params.useIncreasedHeight(); in executeStage()
|
D | NotificationContentInflater.java | 160 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/ |
D | RowContentBindStageTest.java | 237 assertTrue(usedParams.usesIncreasedHeight); in testSetUseIncreasedHeight()
|
D | NotificationContentInflaterTest.java | 168 params.usesIncreasedHeight = true; in testIncreasedHeightBeingUsed()
|
D | NotificationRowContentBinderImplTest.kt | 145 params.usesIncreasedHeight = true in <lambda>()
|