Home | History | Annotate | Download | only in incallui

Lines Matching full:fullscreen

77      * Runnable which is posted to schedule automatically entering fullscreen mode.
83 Log.v(this, "Automatically entering fullscreen mode.");
87 Log.v(this, "Skipping scheduled fullscreen mode.");
192 * fullscreen mode. Requires {@link #mIsAutoFullscreenEnabled} to be {@code true}.
410 // the determination of whether we should be in fullscreen mode is based on the type of the
443 // If the call context changed, potentially exit fullscreen or schedule auto enter of
444 // fullscreen mode.
445 // If the current call context is no longer a video call, exit fullscreen mode.
447 // Schedule auto-enter of fullscreen mode if the current call context is a video call
452 * Handles a change to the fullscreen mode of the app.
454 * @param isFullscreenMode {@code true} if the app is now fullscreen, {@code false} otherwise.
1065 * Exits fullscreen mode if the current call context has changed to a non-video call.
1080 * Schedules auto-entering of fullscreen mode.
1085 * 4. Already in fullscreen mode
1098 // Ensure any previously scheduled attempt to enter fullscreen is cancelled.
1113 * Cancels pending auto fullscreen mode.