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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 72 * @param stopButton The stop button. It will be disabled when there's no task that can
80 Control stopButton,
87 mStopButton = stopButton;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 165 private JButton stopButton;
458 stopButton = new JButton();
459 stopButton.setAction(actionsMap.get(StopServerAction.ACTION_NAME));
460 stopButton.putClientProperty("JButton.buttonType", "segmentedTextured");
461 stopButton.putClientProperty("JButton.segmentPosition", "middle");
462 toolBar.add(stopButton);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 328 mStopButton = (ImageButton) findViewById(R.id.stopButton);
406 case R.id.stopButton:

Completed in 85 milliseconds