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

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DPresetListScrollListener.java35 private final View mCurrentRadioCard; field in class:PresetListScrollListener
43 mCurrentRadioCard = currentRadioCard;
67 mCurrentRadioCard.setTranslationZ(mContainerElevation);
H A DRadioPresetsFragment.java48 private View mCurrentRadioCard; field in class:RadioPresetsFragment
87 mCurrentRadioCard = mRootView.findViewById(R.id.current_radio_station_card);
94 mCurrentRadioCard.setOnClickListener(v -> {
103 context, mRootView, mCurrentRadioCard, mPresetsList));
115 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 0f);
123 mCurrentRadioCard.setVisibility(View.GONE);
162 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 1f);
167 mCurrentRadioCard.setVisibility(View.VISIBLE);

Completed in 72 milliseconds