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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 63 Button starter = (Button) findViewById(R.id.startButton);
CustomEvaluator.java 51 Button starter = (Button) findViewById(R.id.startButton);
ReversingAnimation.java 51 Button starter = (Button) findViewById(R.id.startButton);
AnimationCloning.java 52 Button starter = (Button) findViewById(R.id.startButton);
AnimationLoading.java 60 Button starter = (Button) findViewById(R.id.startButton);
AnimatorEvents.java 79 Button starter = (Button) findViewById(R.id.startButton);
MultiPropertyAnimation.java 58 Button starter = (Button) findViewById(R.id.startButton);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 164 private JButton startButton;
452 startButton = new JButton();
453 startButton.setAction(actionsMap.get(StartServerAction.ACTION_NAME));
454 startButton.putClientProperty("JButton.buttonType", "segmentedTextured");
455 startButton.putClientProperty("JButton.segmentPosition", "first");
456 toolBar.add(startButton);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 123 mStartButton = findViewById(R.id.startButton);

Completed in 778 milliseconds