Searched refs:mWebViewThread (Results 1 – 1 of 1) sorted by relevance
434 if (mWebViewThread == null) { in WebView()2387 return mWebViewThread; in getWebViewLooper()2598 private final Looper mWebViewThread = Looper.myLooper(); field in WebView2604 if (mWebViewThread != null && Looper.myLooper() != mWebViewThread) { in checkThread()2609 "(Expected Looper " + mWebViewThread + " called on " + Looper.myLooper() + in checkThread()