Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DPlayerViewHolder.kt108 val mediaView = inflater.inflate(R.layout.media_view, parent, false) in create() constant
112 mediaView.layoutDirection = View.LAYOUT_DIRECTION_LOCALE in create()
113 return PlayerViewHolder(mediaView).apply { in create()
DKeyguardMediaController.kt108 fun attachSinglePaneContainer(mediaView: MediaHeaderView?) { in attachSinglePaneContainer()
110 singlePaneContainer = mediaView in attachSinglePaneContainer()
DMediaCarouselScrollHandler.kt507 val mediaView = mediaContent.getChildAt(i) in updateMediaPaddings() constant
509 val layoutParams = mediaView.layoutParams as ViewGroup.MarginLayoutParams in updateMediaPaddings()
512 mediaView.layoutParams = layoutParams in updateMediaPaddings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java387 View mediaView = findViewByPredicate(v -> v instanceof UniqueObjectHostView); in switchSecurityFooter() local
389 if (mediaView != null) { in switchSecurityFooter()
390 index = indexOfChild(mediaView); in switchSecurityFooter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java261 RemoteViews mediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView() local
267 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()