Home | History | Annotate | Download | only in view

Lines Matching defs:setSystemUiVisibility

3290      * Special constant for {@link #setSystemUiVisibility(int)}: View has
3293 * @see #setSystemUiVisibility(int)
3298 * Flag for {@link #setSystemUiVisibility(int)}: View has requested the
3306 * @see #setSystemUiVisibility(int)
3311 * Flag for {@link #setSystemUiVisibility(int)}: View has requested that the
3327 * @see #setSystemUiVisibility(int)
3332 * Flag for {@link #setSystemUiVisibility(int)}: View has requested to go
3363 * @see #setSystemUiVisibility(int)
3368 * Flag for {@link #setSystemUiVisibility(int)}: When using other layout
3402 * Flag for {@link #setSystemUiVisibility(int)}: View would like its window
3414 * Flag for {@link #setSystemUiVisibility(int)}: View would like its window
3438 * Flag for {@link #setSystemUiVisibility(int)}: View would like to remain interactive when
3448 * Flag for {@link #setSystemUiVisibility(int)}: View would like to remain interactive when
3466 * Flag for {@link #setSystemUiVisibility(int)}: Requests the status bar to draw in a mode that
3492 * Flag for {@link #setSystemUiVisibility(int)}: Requests the navigation bar to draw in a mode
9654 * sample (video player) shown in {@link #setSystemUiVisibility(int)}.
9666 * @see #setSystemUiVisibility(int)
9900 * @see #setSystemUiVisibility(int)
9917 * @see #setSystemUiVisibility(int)
23728 public void setSystemUiVisibility(int visibility) {
23738 * Returns the last {@link #setSystemUiVisibility(int)} that this view has requested.
23752 * {@link #setSystemUiVisibility(int)} values supplied by all of the
23804 setSystemUiVisibility(val);
26135 * {@link View#setSystemUiVisibility(int)}.
26522 * Bitwise-or of all of the values that views have passed to setSystemUiVisibility().