Searched refs:mWebViewThread (Results 1 – 1 of 1) sorted by relevance
435 if (mWebViewThread == null) { in WebView()2399 return mWebViewThread; in getWebViewLooper()2610 private final Looper mWebViewThread = Looper.myLooper(); field in WebView2616 if (mWebViewThread != null && Looper.myLooper() != mWebViewThread) { in checkThread()2621 "(Expected Looper " + mWebViewThread + " called on " + Looper.myLooper() + in checkThread()