Searched refs:mCustomControlView (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java128 private View mCustomControlView; field in class:MediaRouteControllerDialog
260 return mCustomControlView;
450 mCustomControlView = onCreateMediaControlView(savedInstanceState);
451 if (mCustomControlView != null) {
452 mCustomControlLayout.addView(mCustomControlView);
540 if (mCustomControlView == null && mArtIconIsLoaded) {
559 return mCustomControlView == null && (mDescription != null || mState != null);
626 if (mCustomControlView == null && mArtView.getDrawable() instanceof BitmapDrawable) {
658 if (mCustomControlView == null && artViewHeight > 0
1100 if (mCustomControlView !
[all...]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java125 private View mCustomControlView; field in class:MediaRouteControllerDialog
258 return mCustomControlView;
443 mCustomControlView = onCreateMediaControlView(savedInstanceState);
444 if (mCustomControlView != null) {
445 mCustomControlLayout.addView(mCustomControlView);
533 if (mCustomControlView == null && mArtIconIsLoaded) {
552 return mCustomControlView == null && (mDescription != null || mState != null);
619 if (mCustomControlView == null && mArtView.getDrawable() instanceof BitmapDrawable) {
651 if (mCustomControlView == null && artViewHeight > 0
1094 if (mCustomControlView !
[all...]

Completed in 11 milliseconds