Searched refs:mediaContainerId (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | SplitShadeMediaSection.kt | 46 private val mediaContainerId = R.id.status_view_media_container constant 53 notificationPanelView.findViewById<View>(mediaContainerId)?.let { in addViews() 59 id = mediaContainerId in addViews() 81 constrainWidth(mediaContainerId, MATCH_CONSTRAINT) in applyConstraints() 82 constrainHeight(mediaContainerId, WRAP_CONTENT) in applyConstraints() 83 connect(mediaContainerId, TOP, R.id.smart_space_barrier_bottom, BOTTOM) in applyConstraints() 84 connect(mediaContainerId, START, PARENT_ID, START) in applyConstraints() 85 connect(mediaContainerId, END, R.id.split_shade_guideline, END) in applyConstraints() 94 constraintLayout.removeView(mediaContainerId) in removeViews()
|