Home | History | Annotate | Download | only in browser

Lines Matching refs:mStopButton

38     private ImageView mStopButton;
71 mStopButton = (ImageView) findViewById(R.id.stop);
72 mStopButton.setOnClickListener(this);
109 if (mStopButton.getDrawable() != mStopDrawable) {
110 mStopButton.setImageDrawable(mStopDrawable);
111 mStopButton.setContentDescription(mStopDescription);
112 if (mStopButton.getVisibility() != View.VISIBLE) {
114 mStopButton.setVisibility(View.VISIBLE);
122 mStopButton.setImageDrawable(mRefreshDrawable);
123 mStopButton.setContentDescription(mRefreshDescription);
150 if (v == mStopButton) {
228 mStopButton.setVisibility(View.GONE);
238 mStopButton.setVisibility(View.VISIBLE);
248 mStopButton.setVisibility(View.GONE);