Home | History | Annotate | Download | only in widget

Lines Matching defs:Button

89  * 1) Set focus to the play/pause button by calling requestPlayButtonFocus().
113 public @interface Button {}
116 * MediaControlView2 button value for playing and pausing media.
122 * MediaControlView2 button value for jumping 30 seconds forward.
128 * MediaControlView2 button value for jumping 10 seconds backward.
134 * MediaControlView2 button value for jumping to next media.
140 * MediaControlView2 button value for jumping to previous media.
146 * MediaControlView2 button value for showing/hiding subtitle track.
152 * MediaControlView2 button value for toggling full screen.
158 * MediaControlView2 button value for showing/hiding overflow buttons.
164 * MediaControlView2 button value for muting audio.
170 * MediaControlView2 button value for adjusting aspect ratio of view.
176 * MediaControlView2 button value for showing/hiding settings page.
390 * Changes the visibility state of an individual button. Default value is View.Visible.
392 * @param button the {@code Button} assigned to individual buttons
410 public void setButtonVisibility(@Button int button, /*@Visibility*/ int visibility) {
411 switch (button) {
468 * Requests focus for the play/pause button.
946 // Check if playback is currently stopped. In this case, update the pause button to
1361 // Relating to Full Screen Button
1394 // Relating to Full Screen Button
1422 // Relating to Full Screen Button
1562 // Update pause button depending on playback state for the following two reasons:
1626 ImageButton button = new ImageButton(getContext(),
1629 button.setImageResource(action.getIcon());
1631 button.setOnClickListener(new OnClickListener() {
1638 mCustomButtons.addView(button);