summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2014-09-13 00:22:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-13 00:22:29 +0000
commit2642357b8223b417019cf072e59257d2c65c3292 (patch)
tree9482ab713193cd78d2562822f07a04cd4f49f26d /api
parent76466c7be315e4e8f473e63b7403ba2c508983c1 (diff)
parentd72068b38ec4e5732dde6093e39b2602babc27a3 (diff)
downloadframeworks_base-2642357b8223b417019cf072e59257d2c65c3292.zip
frameworks_base-2642357b8223b417019cf072e59257d2c65c3292.tar.gz
frameworks_base-2642357b8223b417019cf072e59257d2c65c3292.tar.bz2
Merge "Provide a public API for View#computeFitSystemWindows" into lmp-dev
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 6aa5180..69f55fb 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -33653,6 +33653,7 @@ package android.view {
method protected int computeHorizontalScrollOffset();
method protected int computeHorizontalScrollRange();
method public void computeScroll();
+ method public android.view.WindowInsets computeSystemWindowInsets(android.view.WindowInsets, android.graphics.Rect);
method protected int computeVerticalScrollExtent();
method protected int computeVerticalScrollOffset();
method protected int computeVerticalScrollRange();
@@ -34978,6 +34979,7 @@ package android.view {
method public boolean isConsumed();
method public boolean isRound();
method public android.view.WindowInsets replaceSystemWindowInsets(int, int, int, int);
+ method public android.view.WindowInsets replaceSystemWindowInsets(android.graphics.Rect);
}
public abstract interface WindowManager implements android.view.ViewManager {