OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stopbutton
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa_unittest.mm
12
- (NSButton*)
stopButton
;
16
- (NSButton*)
stopButton
{
90
[[controller()
stopButton
] performClick:nil];
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java
65
int stopButtonId, ImageView
stopButton
, TextView sessionText, String fileName, int stream, int session)
67
set(context, playPausebuttonId, playPausebutton, stopButtonId,
stopButton
, sessionText, stream, session);
72
int stopButtonId, ImageView
stopButton
, TextView sessionText, int fileResId, int stream, int session) {
73
set(context, playPausebuttonId, playPausebutton, stopButtonId,
stopButton
, sessionText, stream, session);
79
int stopButtonId, ImageView
stopButton
, TextView sessionText, int stream, int session) {
84
ImageButton stop = (ImageButton)
stopButton
;
/external/chromium_org/native_client_sdk/src/examples/api/audio/
example.js
8
document.getElementById('
stopButton
').addEventListener('click', stopSound);
index.html
23
<button id="
stopButton
">Stop</button>
/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/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
167
private JButton
stopButton
;
460
stopButton
= new JButton();
461
stopButton
.setAction(actionsMap.get(StopServerAction.ACTION_NAME));
462
stopButton
.putClientProperty("JButton.buttonType", "segmentedTextured");
463
stopButton
.putClientProperty("JButton.segmentPosition", "middle");
464
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 976 milliseconds