OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startButton
(Results
1 - 8
of
8
) 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
...]
Completed in 1466 milliseconds