Lines Matching full:imagebutton
60 import android.widget.ImageButton;
80 private ImageButton mPauseButton;
82 private ImageButton mRepeatButton;
83 private ImageButton mShuffleButton;
84 private ImageButton mQueueButton;
131 mPauseButton = (ImageButton) findViewById(R.id.pause);
142 mQueueButton = (ImageButton) findViewById(R.id.curplaylist);
144 mShuffleButton = ((ImageButton) findViewById(R.id.shuffle));
146 mRepeatButton = ((ImageButton) findViewById(R.id.repeat));