Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DPlaybackFragment.java93 private List<View> mViewsToHideForCustomActions; field in PlaybackFragment
550 mViewsToHideForCustomActions = ViewUtils.getViewsById(view, res, in onViewCreated()
609 for (View view : mViewsToHideForCustomActions) { in initPlaybackControls()