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

/frameworks/base/core/java/android/webkit/
H A DWebView.java2197 private final Looper mWebViewThread = Looper.myLooper(); field in class:WebView
2200 // Ignore mWebViewThread == null because this can be called during in the super class
2202 if (mWebViewThread != null && Looper.myLooper() != mWebViewThread) {
2207 "(Expected Looper " + mWebViewThread + " called on " + Looper.myLooper() +

Completed in 15 milliseconds