Home
last modified time | relevance | path

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

/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteControllerDialog.java618 int artViewHeight = 0; in updateLayoutHeightInternal() local
622 artViewHeight = getDesiredArtHeight(art.getWidth(), art.getHeight()); in updateLayoutHeightInternal()
639 Math.max(artViewHeight, visibleGroupListHeight) + mainControllerHeight; in updateLayoutHeightInternal()
651 if (mCustomControlView == null && artViewHeight > 0 in updateLayoutHeightInternal()
654 setLayoutHeight(mArtView, artViewHeight); in updateLayoutHeightInternal()
660 artViewHeight = 0; in updateLayoutHeightInternal()
674 Math.max(artViewHeight, visibleGroupListHeight) + mainControllerHeight; in updateLayoutHeightInternal()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteControllerDialog.java625 int artViewHeight = 0; in updateLayoutHeightInternal() local
629 artViewHeight = getDesiredArtHeight(art.getWidth(), art.getHeight()); in updateLayoutHeightInternal()
646 Math.max(artViewHeight, visibleGroupListHeight) + mainControllerHeight; in updateLayoutHeightInternal()
658 if (mCustomControlView == null && artViewHeight > 0 in updateLayoutHeightInternal()
661 setLayoutHeight(mArtView, artViewHeight); in updateLayoutHeightInternal()
667 artViewHeight = 0; in updateLayoutHeightInternal()
681 Math.max(artViewHeight, visibleGroupListHeight) + mainControllerHeight; in updateLayoutHeightInternal()