Home
last modified time | relevance | path

Searched defs:mediaView (Results 1 – 4 of 4) 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
DMediaCarouselScrollHandler.kt507 val mediaView = mediaContent.getChildAt(i) in updateMediaPaddings() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java261 RemoteViews mediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java387 View mediaView = findViewByPredicate(v -> v instanceof UniqueObjectHostView); in switchSecurityFooter() local