Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DNavigationBarPhone.java38 private ImageView mStopButton; field in NavigationBarPhone
71 mStopButton = (ImageView) findViewById(R.id.stop); in onFinishInflate()
72 mStopButton.setOnClickListener(this); in onFinishInflate()
101 if (mStopButton.getDrawable() != mStopDrawable) { in onProgressStarted()
102 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()
103 mStopButton.setContentDescription(mStopDescription); in onProgressStarted()
104 if (mStopButton.getVisibility() != View.VISIBLE) { in onProgressStarted()
106 mStopButton.setVisibility(View.VISIBLE); in onProgressStarted()
114 mStopButton.setImageDrawable(mRefreshDrawable); in onProgressStopped()
115 mStopButton.setContentDescription(mRefreshDescription); in onProgressStopped()
[all …]
DNavigationBarTablet.java50 private ImageView mStopButton; field in NavigationBarTablet
99 mStopButton = (ImageView) findViewById(R.id.stop); in onFinishInflate()
108 mStopButton.setOnClickListener(this); in onFinishInflate()
178 } else if (mStopButton == v) { in onClick()
255 mStopButton.setImageDrawable(mStopDrawable); in onProgressStarted()
256 mStopButton.setContentDescription(mStopDescription); in onProgressStarted()
261 mStopButton.setImageDrawable(mReloadDrawable); in onProgressStopped()
262 mStopButton.setContentDescription(mRefreshDescription); in onProgressStopped()
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java230 ImageButton mStopButton; field in SoundRecorder
329 mStopButton = (ImageButton) findViewById(R.id.stopButton); in initResourceRefs()
344 mStopButton.setOnClickListener(this); in initResourceRefs()
723 mStopButton.setEnabled(false); in updateUi()
724 mStopButton.setFocusable(false); in updateUi()
742 mStopButton.setEnabled(false); in updateUi()
743 mStopButton.setFocusable(false); in updateUi()
774 mStopButton.setEnabled(true); in updateUi()
775 mStopButton.setFocusable(true); in updateUi()
797 mStopButton.setEnabled(true); in updateUi()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServiceDetails.java86 Button mStopButton; field in RunningServiceDetails.ActiveDetail
279 detail.mStopButton = (Button)root.findViewById(R.id.left_button); in addServiceDetailsView()
312 detail.mStopButton.setOnClickListener(detail); in addServiceDetailsView()
313 detail.mStopButton.setText(getActivity().getText(detail.mManageIntent != null in addServiceDetailsView()