OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStopButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
TitleBar.java
66
private ImageView
mStopButton
;
99
mStopButton
= (ImageView) findViewById(R.id.stop);
166
ImageView button = mInLoad ?
mStopButton
: mRtButton;
282
mStopButton
.setVisibility(View.GONE);
290
mStopButton
.setVisibility(View.VISIBLE);
294
mStopButton
.setVisibility(View.GONE);
327
mStopButton
.setVisibility(View.GONE);
347
mStopButton
.setVisibility(View.VISIBLE);
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
213
ImageButton
mStopButton
;
312
mStopButton
= (ImageButton) findViewById(R.id.stopButton);
327
mStopButton
.setOnClickListener(this);
707
mStopButton
.setEnabled(false);
708
mStopButton
.setFocusable(false);
728
mStopButton
.setEnabled(false);
729
mStopButton
.setFocusable(false);
761
mStopButton
.setEnabled(true);
762
mStopButton
.setFocusable(true);
784
mStopButton
.setEnabled(true)
[
all
...]
Completed in 716 milliseconds