diff options
| author | 2012-03-14 17:37:40 -0700 | |
|---|---|---|
| committer | 2012-03-14 17:37:40 -0700 | |
| commit | 06298b0e2d55f7a87153001e30654a22a3587493 (patch) | |
| tree | 9c303313c34cb5864bf2faef9ff5aeb7a7010c80 | |
| parent | c3da1b44e6c50c5e1714ae53fe35fa97f7e3a5a8 (diff) | |
Fix the build
Change-Id: Ic3694c295e578f7c089e698dbcebdff685a7968f
| -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 6bac58af167a..93d9d44f8cf8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -26377,6 +26377,7 @@ package android.widget { ctor public EdgeEffect(android.content.Context); method public boolean draw(android.graphics.Canvas); method public void finish(); + method public android.graphics.Rect getBounds(); method public boolean isFinished(); method public void onAbsorb(int); method public void onPull(float); |