diff options
author | Michael Wright <michaelwr@google.com> | 2014-07-25 14:05:42 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2014-07-25 23:01:32 +0000 |
commit | 5438e4e173c756a24061da38bfe9142765c56f9d (patch) | |
tree | 69539fe451994648922886cad280d384fa5bfcd6 /core/java/android/hardware | |
parent | 971251f362410caebe8eeb5b6c13d8912f72d50e (diff) | |
download | frameworks_base-5438e4e173c756a24061da38bfe9142765c56f9d.zip frameworks_base-5438e4e173c756a24061da38bfe9142765c56f9d.tar.gz frameworks_base-5438e4e173c756a24061da38bfe9142765c56f9d.tar.bz2 |
Add missing documentation for createVirtualDisplay
Fix incorrect access modifier in Activity documentation.
Change-Id: Id41da6ccbdfa8b53c89360c899f3a43aec899982
Diffstat (limited to 'core/java/android/hardware')
-rw-r--r-- | core/java/android/hardware/display/DisplayManager.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/hardware/display/DisplayManager.java b/core/java/android/hardware/display/DisplayManager.java index ce7a2a4..5397d49 100644 --- a/core/java/android/hardware/display/DisplayManager.java +++ b/core/java/android/hardware/display/DisplayManager.java @@ -487,6 +487,8 @@ public final class DisplayManager { * {@link #VIRTUAL_DISPLAY_FLAG_SECURE}, {@link #VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY}, * or {@link #VIRTUAL_DISPLAY_FLAG_SCREEN_SHARE}. * @param callbacks Callbacks to call when the state of the {@link VirtualDisplay} changes + * @param handler The handler on which the listener should be invoked, or null + * if the listener should be invoked on the calling thread's looper. * @return The newly created virtual display, or null if the application could * not create the virtual display. * |