Lines Matching refs:mode
4 This sample demonstrates basic usage of Picture-in-Picture mode for handheld devices.
6 Picture-in-Picture mode. On Picture-in-Picture screen, the app shows an action item to
12 As of Android O, activities can launch in [Picture-in-Picture (PiP)][1] mode. PiP is a
13 special type of [multi-window][2] mode mostly used for video playback.
15 The app is *paused* when it enters PiP mode, but it should continue showing content. For this
20 To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in
22 `android:resizeableActivity` to `true` if you are supporting PIP mode, either on Android TV or on
27 activity should behave when it is in PiP mode. You can also use it to call
28 [setPictureInPictureParams()][8] and update the current behavior. If the app is in not PiP mode, it
32 available for PiP mode. The aspect ratio is used when the activity is in PiP mode. The action items
33 are used as menu items in PiP mode. You can use a [PendingIntent][9] to specify what to do when the