Searched refs:mStopButton (Results 1 – 5 of 5) 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
43 Button mStopButton; field in StartVoiceInteractionActivity60 mStopButton = findViewById(R.id.stop); in onCreate()61 mStopButton.setOnClickListener(this); in onCreate()93 } else if (v == mStopButton) { in onClick()102 mStopButton.setEnabled(true); in onLocalVoiceInteractionStarted()109 mStopButton.setEnabled(false); in onLocalVoiceInteractionStopped()
71 private Button mStopButton; field in MediaOutputBaseDialog123 mStopButton = mDialogView.requireViewById(R.id.stop); in onCreate()134 mStopButton.setOnClickListener(v -> { in onCreate()185 mStopButton.setVisibility(getStopButtonVisibility()); in refresh()
58 Button mStopButton; field in FrameworkPerfActivity193 mStopButton = (Button)findViewById(R.id.stop); in onCreate()194 mStopButton.setOnClickListener(new View.OnClickListener() { in onCreate()199 mStopButton.setEnabled(false); in onCreate()398 mStopButton.setEnabled(true); in startRunning()420 mStopButton.setEnabled(false); in stopRunning()
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()