Searched refs:mediaView (Results 1 – 5 of 5) sorted by relevance
108 val mediaView = inflater.inflate(R.layout.media_view, parent, false) in create() constant112 mediaView.layoutDirection = View.LAYOUT_DIRECTION_LOCALE in create()113 return PlayerViewHolder(mediaView).apply { in create()
108 fun attachSinglePaneContainer(mediaView: MediaHeaderView?) { in attachSinglePaneContainer()110 singlePaneContainer = mediaView in attachSinglePaneContainer()
507 val mediaView = mediaContent.getChildAt(i) in updateMediaPaddings() constant509 val layoutParams = mediaView.layoutParams as ViewGroup.MarginLayoutParams in updateMediaPaddings()512 mediaView.layoutParams = layoutParams in updateMediaPaddings()
387 View mediaView = findViewByPredicate(v -> v instanceof UniqueObjectHostView); in switchSecurityFooter() local389 if (mediaView != null) { in switchSecurityFooter()390 index = indexOfChild(mediaView); in switchSecurityFooter()
261 RemoteViews mediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView() local267 NotificationContentInflater.canReapplyRemoteView(mediaView, decoratedMediaView)); in doesntReapplyDisallowedRemoteView()