History log of /frameworks/base/media/java/android/media/projection/MediaProjection.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08c7116ab9cd04ad6dd3c04aa1017237e7f409ac 28-Feb-2015 John Spurlock <jspurlock@google.com> Remove unused imports in frameworks/base.

Change-Id: I031443de83f93eb57a98863001826671b18f3b17
/frameworks/base/media/java/android/media/projection/MediaProjection.java
7081a5d1ae6b9fe5d92dca25a85524c2c2421e1e 03-Dec-2014 Michael Wright <michaelwr@google.com> Merge "Correctly iterate through MediaProjection callbacks." into lmp-mr1-dev
1e88cf0796c8b15952b7d6b3160d0d097e857f15 26-Nov-2014 Ryan Lothian <rjlothian@google.com> Fix broken @see javadoc in android.media.* classes

This CL fixes all android.media.* javadoc that includes an "ERROR(...)"
message when rendered to HTML.

Bug: 18537403
Change-Id: Ic60f7cfe4cf4961da163d955387d65a5d2011905
(cherry picked from commit d550f9028ee7f52018fbed3cfd2d0b18d6a7c4f0)
/frameworks/base/media/java/android/media/projection/MediaProjection.java
9e8d9aca07913b3e8a017614088048c721a82ccb 21-Nov-2014 Michael Wright <michaelwr@google.com> Correctly iterate through MediaProjection callbacks.

Bug: 18393320
Change-Id: I81e46b516e4e94b04a1b8363805b8bb633cb822e
/frameworks/base/media/java/android/media/projection/MediaProjection.java
cde5bb45cc86d181d96ee69da1832e6132162871 08-Sep-2014 Michael Wright <michaelwr@google.com> Change callback methods from add to register.

Also changes intent returning method from get to create. Both changes
are in response to API council feedback.

Bug: 17389882
Change-Id: I3b57e3fc202148e3bbb24ac61229f04e8b4ac41e
/frameworks/base/media/java/android/media/projection/MediaProjection.java
75ee9fcde4d9e1be3883eba6c8d193db4375b052 02-Sep-2014 Michael Wright <michaelwr@google.com> VirtualDisplay.Callbacks -> Callback

Also, rename methods to be onPaused instead of onDisplayPaused, etc.

Bug: 17008630
Change-Id: Id9ead22a42d36ac338309f0f021ba341ed991144
/frameworks/base/media/java/android/media/projection/MediaProjection.java
d5bfcff975cadc037d836bdab2f0976a40fad4df 08-Aug-2014 Michael Wright <michaelwr@google.com> Remove MediaProjection#createAudioRecord API

Change-Id: I60def1944a1669b9c1da4cd9aa28af36ad852e94
/frameworks/base/media/java/android/media/projection/MediaProjection.java
6720be4e8c65e90d4453ddad5cef192bc3820038 30-Jul-2014 Michael Wright <michaelwr@google.com> Allow media projections to create public presentations.

Change-Id: I3b6e0b54d658352942a38be6a24486bdfc179efd
/frameworks/base/media/java/android/media/projection/MediaProjection.java
9469cdde2ce55051b18fdbd6bf80bc710517c358 29-Jul-2014 Michael Wright <michaelwr@google.com> Add paragraph tags to MediaProjection docs

Change-Id: Ia881f9bcf3b93bd699f9ddf80d51ec7d0e74d2ed
/frameworks/base/media/java/android/media/projection/MediaProjection.java
c39d47a8e7c74bd539104b0efab898ef6fc43ddf 09-Jul-2014 Michael Wright <michaelwr@google.com> Add MediaProjection APIs.

The new MediaProjection infrastructure allows the system to hand out
tokens granting the ability to capture the screen's contents, audio,
etc. at a granular level. It's intended to be used both for screen
casting, via the cast APIs, as well as screen sharing via third party
applications.

The screen sharing case is implemented, but all of audio capturing
is still forthcoming.

Change-Id: I4b24669bed7083e11413c10ed8d6b025f5375316
/frameworks/base/media/java/android/media/projection/MediaProjection.java