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

  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioChannelColorMapper.java 73 * @see {@link #getColorForStation(int, int)}
76 public int getColorForStation(@NonNull RadioStation radioStation) {
77 return getColorForStation(radioStation.getRadioBand(), radioStation.getChannelNumber());
88 public int getColorForStation(int band, int channel) {
PresetsViewHolder.java 113 mPresetItemChannelBg.setColor(mColorMapper.getColorForStation(preset));

Completed in 712 milliseconds