Searched refs:mStopButton (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarPhone.java38 private ImageView mStopButton; field in class:NavigationBarPhone
71 mStopButton = (ImageView) findViewById(R.id.stop);
72 mStopButton.setOnClickListener(this);
101 if (mStopButton.getDrawable() != mStopDrawable) {
102 mStopButton.setImageDrawable(mStopDrawable);
103 mStopButton.setContentDescription(mStopDescription);
104 if (mStopButton.getVisibility() != View.VISIBLE) {
106 mStopButton.setVisibility(View.VISIBLE);
114 mStopButton.setImageDrawable(mRefreshDrawable);
115 mStopButton
[all...]
H A DNavigationBarTablet.java50 private ImageView mStopButton; field in class:NavigationBarTablet
99 mStopButton = (ImageView) findViewById(R.id.stop);
108 mStopButton.setOnClickListener(this);
178 } else if (mStopButton == v) {
255 mStopButton.setImageDrawable(mStopDrawable);
256 mStopButton.setContentDescription(mStopDescription);
261 mStopButton.setImageDrawable(mReloadDrawable);
262 mStopButton.setContentDescription(mRefreshDescription);
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java229 ImageButton mStopButton; field in class:SoundRecorder
328 mStopButton = (ImageButton) findViewById(R.id.stopButton);
343 mStopButton.setOnClickListener(this);
725 mStopButton.setEnabled(false);
726 mStopButton.setFocusable(false);
744 mStopButton.setEnabled(false);
745 mStopButton.setFocusable(false);
776 mStopButton.setEnabled(true);
777 mStopButton.setFocusable(true);
799 mStopButton
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java84 Button mStopButton; field in class:RunningServiceDetails.ActiveDetail
277 detail.mStopButton = (Button)root.findViewById(R.id.left_button);
310 detail.mStopButton.setOnClickListener(detail);
311 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null

Completed in 73 milliseconds