diff options
author | Michael Wright <michaelwr@google.com> | 2014-06-26 16:03:25 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2014-08-05 21:10:03 +0000 |
commit | 01e840ff9441e005153d799e71d65b38bcb21902 (patch) | |
tree | ec8d5bcc6184e8cc9a120e0f81eb8bbb6438b64b /api/current.txt | |
parent | e877138d44e312477f64a99615c58cef4fcc72a3 (diff) | |
download | frameworks_base-01e840ff9441e005153d799e71d65b38bcb21902.zip frameworks_base-01e840ff9441e005153d799e71d65b38bcb21902.tar.gz frameworks_base-01e840ff9441e005153d799e71d65b38bcb21902.tar.bz2 |
Add resize method for virtual displays
Change-Id: I2632fc56c2d2cba356379e42f5c1a3e283b11d1e
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 5469c6f..a8b60ed 100644 --- a/api/current.txt +++ b/api/current.txt @@ -13247,6 +13247,7 @@ package android.hardware.display { method public android.view.Display getDisplay(); method public android.view.Surface getSurface(); method public void release(); + method public void resize(int, int, int); method public void setSurface(android.view.Surface); } |