commit | c3af06776be83ba64a0d3549cb72ca6e5e7f03cd | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Tue Aug 09 10:24:41 2011 -0700 |
committer | Michael Kolb <kolby@google.com> | Mon Aug 15 13:31:03 2011 -0700 |
tree | 60d1a15205ac0b46f94528c0da0963a79f6d547e | |
parent | 8d5af2d0208aa5b5197f50e12ba11c5565d74dc4 [diff] [blame] |
Tab switcher animation Bug: 5123884 first step towards animations between browser and tab switcher Change-Id: I1d959d42d0036f3c4498972fcc8ad434fa7f4437
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index 14d498c..0da523a 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java
@@ -98,4 +98,6 @@ void loadUrl(Tab tab, String url); + void setBlockEvents(boolean block); + }