summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-23 05:52:52 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-23 05:52:53 -0700
commitf8f76d52a7f7cf9ceb57670b5cf62052ddc8662d (patch)
tree0e27eaef695e849684b3e364edd502a82b145f7f /api/current.txt
parent8c71784e9e83e914135e996591aa7903edd2fd96 (diff)
parentdefdb1e49172fe7c9737347489dbb77361af955a (diff)
downloadframeworks_base-f8f76d52a7f7cf9ceb57670b5cf62052ddc8662d.zip
frameworks_base-f8f76d52a7f7cf9ceb57670b5cf62052ddc8662d.tar.gz
frameworks_base-f8f76d52a7f7cf9ceb57670b5cf62052ddc8662d.tar.bz2
Merge "Add the possibility to modify the View focus rect"
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index b06a51d..86cd2f9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -23034,6 +23034,7 @@ package android.view {
method public void getDrawingRect(android.graphics.Rect);
method public long getDrawingTime();
method public boolean getFilterTouchesWhenObscured();
+ method public void getFocusRect(android.graphics.Rect);
method public java.util.ArrayList<android.view.View> getFocusables(int);
method public void getFocusedRect(android.graphics.Rect);
method public boolean getGlobalVisibleRect(android.graphics.Rect, android.graphics.Point);