summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-04-19 15:01:36 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-19 15:01:36 -0700
commit661f362a2c531c46fdce5359b176a30ba7d16e1f (patch)
tree3489c48288e41e7d7896662c1240ef181c29e6b5 /api
parent675035d77403080e65308e2d37db624d4c4b8c78 (diff)
parent68c33ca7ce1f142eb5f1e1f90118aeba4c9db1e3 (diff)
downloadframeworks_base-661f362a2c531c46fdce5359b176a30ba7d16e1f.zip
frameworks_base-661f362a2c531c46fdce5359b176a30ba7d16e1f.tar.gz
frameworks_base-661f362a2c531c46fdce5359b176a30ba7d16e1f.tar.bz2
Merge "Add new API to find smallest/largest screen size."
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index fbb8333..20c0b55 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22542,6 +22542,7 @@ package android.view {
}
public class Display {
+ method public void getCurrentSizeRange(android.graphics.Point, android.graphics.Point);
method public int getDisplayId();
method public deprecated int getHeight();
method public void getMetrics(android.util.DisplayMetrics);