HomeSort by relevance Sort by last modified time
    Searched refs:mStopButton (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 77 private Button mStopButton;
97 mStopButton = (Button) findViewById(R.id.stopButton);
103 mStopButton.setOnClickListener(this);
107 mStopButton.setEnabled(false);
142 mStopButton.setEnabled(true);
158 mStopButton.setEnabled(false);
197 } else if (v == mStopButton) {
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 66 private ImageView mStopButton;
99 mStopButton = (ImageView) findViewById(R.id.stop);
166 ImageView button = mInLoad ? mStopButton : mRtButton;
282 mStopButton.setVisibility(View.GONE);
290 mStopButton.setVisibility(View.VISIBLE);
294 mStopButton.setVisibility(View.GONE);
327 mStopButton.setVisibility(View.GONE);
347 mStopButton.setVisibility(View.VISIBLE);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 213 ImageButton mStopButton;
312 mStopButton = (ImageButton) findViewById(R.id.stopButton);
327 mStopButton.setOnClickListener(this);
707 mStopButton.setEnabled(false);
708 mStopButton.setFocusable(false);
728 mStopButton.setEnabled(false);
729 mStopButton.setFocusable(false);
761 mStopButton.setEnabled(true);
762 mStopButton.setFocusable(true);
784 mStopButton.setEnabled(true)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 75 Button mStopButton;
261 detail.mStopButton = (Button)root.findViewById(R.id.left_button);
262 detail.mStopButton.setOnClickListener(detail);
263 detail.mStopButton.setText(getText(detail.mManageIntent != null

Completed in 1481 milliseconds