HomeSort by relevance Sort by last modified time
    Searched full:stopbutton (Results 1 - 9 of 9) sorted by null

  /development/samples/RandomMusicPlayer/res/layout/
main.xml 64 <Button android:id="@+id/stopbutton"
  /development/samples/RandomMusicPlayer/res/layout-land/
main.xml 56 <Button android:id="@+id/stopbutton"
  /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...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 64 mStopButton = (Button) findViewById(R.id.stopbutton);
  /packages/apps/SoundRecorder/res/layout-land/
main.xml 165 <ImageButton android:id="@+id/stopButton"
  /packages/apps/SoundRecorder/res/layout-port/
main.xml 162 <ImageButton android:id="@+id/stopButton"
  /packages/apps/SoundRecorder/res/layout-xlarge/
main.xml 162 <ImageButton android:id="@+id/stopButton"
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 328 mStopButton = (ImageButton) findViewById(R.id.stopButton);
406 case R.id.stopButton:

Completed in 95 milliseconds