Home | History | Annotate | Download | only in widget

Lines Matching defs:Button

57  * Set focus to the play/pause button by calling requestPlayButtonFocus().
61 * Those buttons will be shown when the overflow button is clicked.
80 public @interface Button {}
83 * MediaControlView2 button value for playing and pausing media.
88 * MediaControlView2 button value for jumping 30 seconds forward.
93 * MediaControlView2 button value for jumping 10 seconds backward.
98 * MediaControlView2 button value for jumping to next media.
103 * MediaControlView2 button value for jumping to previous media.
108 * MediaControlView2 button value for showing/hiding subtitle track.
113 * MediaControlView2 button value for toggling full screen.
118 * MediaControlView2 button value for showing/hiding overflow buttons.
123 * MediaControlView2 button value for muting audio.
128 * MediaControlView2 button value for adjusting aspect ratio of view.
133 * MediaControlView2 button value for showing/hiding settings page.
184 * Changes the visibility state of an individual button. Default value is View.Visible.
186 * @param button the {@code Button} assigned to individual buttons
203 public void setButtonVisibility(@Button int button, @Visibility int visibility) {
204 mProvider.setButtonVisibility_impl(button, visibility);
208 * Requests focus for the play/pause button.