Searched refs:mStopButton (Results 1 – 2 of 2) sorted by relevance
62 vh.mStopButton = convertView.findViewById(R.id.stop_audio_input); in getView()73 vh.mStopButton.setVisibility(View.INVISIBLE); in getView()79 vh.mStopButton.setVisibility(View.VISIBLE); in getView()80 vh.mStopButton.setOnClickListener((View v) -> stopAudio(mAudioDeviceInfos[position] in getView()125 public Button mStopButton; field in CarAudioInputAdapter.ViewHolder
87 Button mStopButton; field in RunningServiceDetails.ActiveDetail280 detail.mStopButton = (Button)root.findViewById(R.id.left_button); in addServiceDetailsView()313 detail.mStopButton.setOnClickListener(detail); in addServiceDetailsView()314 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null in addServiceDetailsView()