diff options
| author | Jaewan Kim <jaewan@google.com> | 2016-04-20 21:17:58 +0900 |
|---|---|---|
| committer | Jaewan Kim <jaewan@google.com> | 2016-04-26 13:06:21 +0900 |
| commit | f0fd218382b96f052d22a2e8ee00510cc23a6d1e (patch) | |
| tree | 6f269628812e7b1930ee891d8b43ffe31712b11e /core/java/android/view/View.java | |
| parent | af8be42b9f6aa17c8d17d999b53227f0a1d6da5b (diff) | |
PIP: Send KEYCODE_WINDOW to app first if PIP isn't exist
Bug: 27954955
Change-Id: I517e378d5c1672ac0eb87bdf4375b7d733276e58
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index eb895ff7f49c..2fc1187b4977 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -3071,6 +3071,13 @@ public class View implements Drawable.Callback, KeyEvent.Callback, /** * @hide * + * Whether the TV's picture-in-picture is visible or not. + */ + public static final int TV_PICTURE_IN_PICTURE_VISIBLE = 0x00010000; + + /** + * @hide + * * Makes navigation bar transparent (but not the status bar). */ public static final int NAVIGATION_BAR_TRANSPARENT = 0x00008000; |
