Document Android Wear usage of KEYCODE_WINDOW.

Bug: 36779123
Change-Id: I17ea8c13d91bd3d8125413cc0c4a7881d0f289e8
This commit is contained in:
Julius D'souza
2017-04-03 10:16:51 -07:00
parent d1a0d19794
commit 03d4a65865

View File

@@ -495,7 +495,8 @@ public class KeyEvent extends InputEvent implements Parcelable {
* On TV remotes, switches to viewing live TV. */
public static final int KEYCODE_TV = 170;
/** Key code constant: Window key.
* On TV remotes, toggles picture-in-picture mode or other windowing functions. */
* On TV remotes, toggles picture-in-picture mode or other windowing functions.
* On Android Wear devices, triggers a display offset. */
public static final int KEYCODE_WINDOW = 171;
/** Key code constant: Guide key.
* On TV remotes, shows a programming guide. */