Searched defs:mStopButton (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java85 Button mStopButton; field in class:RunningServiceDetails.ActiveDetail
278 detail.mStopButton = (Button)root.findViewById(R.id.left_button);
311 detail.mStopButton.setOnClickListener(detail);
312 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java230 ImageButton mStopButton; field in class:SoundRecorder
329 mStopButton = (ImageButton) findViewById(R.id.stopButton);
344 mStopButton.setOnClickListener(this);
723 mStopButton.setEnabled(false);
724 mStopButton.setFocusable(false);
742 mStopButton.setEnabled(false);
743 mStopButton.setFocusable(false);
774 mStopButton.setEnabled(true);
775 mStopButton.setFocusable(true);
797 mStopButton
[all...]

Completed in 159 milliseconds