summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-04-04 16:09:21 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-04 16:09:21 -0700
commit7c8fd157da36b68529b08b820051ce775f84a9bf (patch)
tree4655607a82f31053f11d90f11008f60ab24f2a69 /tests
parent72a9d3f449d4c5755cb23bfef07c60bdbbf9fa0e (diff)
parentdc419d79fc425d8df3ec85f1f2daf2e34b09e923 (diff)
downloadframeworks_base-7c8fd157da36b68529b08b820051ce775f84a9bf.zip
frameworks_base-7c8fd157da36b68529b08b820051ce775f84a9bf.tar.gz
frameworks_base-7c8fd157da36b68529b08b820051ce775f84a9bf.tar.bz2
Merge "remove toast from animation benchmark"
Diffstat (limited to 'tests')
-rw-r--r--tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java b/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
index 87baf76..7c03313 100644
--- a/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
+++ b/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
@@ -23,7 +23,6 @@ import android.util.Log;
import android.webkit.WebSettingsClassic;
import android.webkit.WebView;
import android.webkit.WebViewClassic;
-import android.widget.Toast;
import java.util.ArrayList;
@@ -72,10 +71,7 @@ public class ProfiledWebView extends WebView implements WebViewClassic.PageSwapD
mContext = c;
}
- /** Show a toast from the web page */
public void animationComplete() {
- Toast.makeText(mContext, "Animation complete!", Toast.LENGTH_SHORT).show();
- //Log.d(LOGTAG, "anim complete");
mAnimationTime = System.currentTimeMillis();
}
}