Searched refs:mStopButton (Results 1 – 4 of 4) sorted by relevance
38 private ImageView mStopButton; field in NavigationBarPhone71 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 …]
50 private ImageView mStopButton; field in NavigationBarTablet99 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()
230 ImageButton mStopButton; field in SoundRecorder329 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 …]
86 Button mStopButton; field in RunningServiceDetails.ActiveDetail279 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()