summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-16 21:39:47 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-16 21:39:47 -0700
commit9d31154d0b0ecbc5a36733ac3a8b70dcae18bf9c (patch)
tree21da3d76fd4b3e8d65228155844ee138f28e3f2c /core
parent14a2935809e73a9d824888dc837f2f017100fd26 (diff)
parentb68c768ddb57407bc253230c677056329c9e4bae (diff)
downloadframeworks_base-9d31154d0b0ecbc5a36733ac3a8b70dcae18bf9c.zip
frameworks_base-9d31154d0b0ecbc5a36733ac3a8b70dcae18bf9c.tar.gz
frameworks_base-9d31154d0b0ecbc5a36733ac3a8b70dcae18bf9c.tar.bz2
am b68c768d: am 41744836: am 7916ac65: Add new command line option to change global screen size.
* commit 'b68c768ddb57407bc253230c677056329c9e4bae': Add new command line option to change global screen size.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/view/IWindowManager.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/view/IWindowManager.aidl b/core/java/android/view/IWindowManager.aidl
index 0be02a6..adafb59 100644
--- a/core/java/android/view/IWindowManager.aidl
+++ b/core/java/android/view/IWindowManager.aidl
@@ -56,6 +56,9 @@ interface IWindowManager
void getDisplaySize(out Point size);
int getMaximumSizeDimension();
+ void setForcedDisplaySize(int longDimen, int shortDimen);
+ void clearForcedDisplaySize();
+
// These can only be called when injecting events to your own window,
// or by holding the INJECT_EVENTS permission. These methods may block
// until pending input events are finished being dispatched even when 'sync' is false.