Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DVolumeAdapter.java34 private VolumeInfo[] mVolumeList; field in VolumeAdapter
45 this.mVolumeList = volumeList; in VolumeAdapter()
64 if (mVolumeList[position] != null) { in getView()
65 vh.id.setText(mVolumeList[position].mId); in getView()
66 vh.maxVolume.setText(String.valueOf(mVolumeList[position].mMax)); in getView()
67 vh.currentVolume.setText(String.valueOf(mVolumeList[position].mCurrent)); in getView()
68 int color = mVolumeList[position].mHasFocus ? Color.GREEN : Color.GRAY; in getView()
79 mFragment.adjustVolumeByOne(mVolumeList[position].mGroupId, true); in getView()
82 mFragment.adjustVolumeByOne(mVolumeList[position].mGroupId, false); in getView()
86 mFragment.requestFocus(mVolumeList[position].mGroupId); in getView()
[all …]