Searched defs:mIsScrolling (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DProfiledWebView.java38 private boolean mIsScrolling = false; field in class:ProfiledWebView
103 if (mIsTesting && mIsScrolling) {
108 mIsScrolling = false;
122 mIsScrolling = false;
141 mIsScrolling = true;
158 if (!mIsTesting && mIsScrolling) {

Completed in 5 milliseconds