Home | History | Annotate | Download | only in browser

Lines Matching defs:mStopButton

38     private ImageView mStopButton;
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.setContentDescription(mRefreshDescription);
142 if (v == mStopButton) {
222 mStopButton.setVisibility(View.GONE);
231 mStopButton.setVisibility(View.VISIBLE);
243 mStopButton.setVisibility(View.GONE);