HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentRadioCard (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/Radio/src/com/android/car/radio/
PresetListScrollListener.java 35 private final View mCurrentRadioCard;
43 mCurrentRadioCard = currentRadioCard;
66 mCurrentRadioCard.setTranslationZ(mContainerElevation);
RadioPresetsFragment.java 50 private View mCurrentRadioCard;
96 mCurrentRadioCard = mRootView.findViewById(R.id.current_radio_station_card);
103 mCurrentRadioCard.setOnClickListener(v -> {
113 context, mRootView, mCurrentRadioCard, mPresetsList));
125 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 0f);
133 mCurrentRadioCard.setVisibility(View.GONE);
172 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 1f);
177 mCurrentRadioCard.setVisibility(View.VISIBLE);

Completed in 1134 milliseconds