Home
last modified time | relevance | path

Searched refs:loadData (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DWebViewReadyHelper.java25 public void loadData(String data) { in loadData() method in WebViewReadyHelper
26 mWebView.loadData(data, null, null); in loadData()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java406 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithLayer()
426 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithOffsetLayer()
453 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithParentLayer()
480 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewScaledWithParentLayer()
504 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithAlpha()
524 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithAlphaLayer()
557 helper.loadData("<body style=\"min-height: 120vh; background-color:blue\">"); in testWebViewWithUnclippedLayer()
601 helper.loadData("<body style=\"min-height: 120vh; background-color:blue\">"); in testWebViewWithUnclippedLayerAndComplexClip()
647 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewOnHWLayerAndComplexAntiAliasedClip()
676 helper.loadData("<body style=\"background-color:blue\">"); in testWebViewWithParentLayerAndComplexClip()
[all …]
DPathClippingTests.java214 helper.loadData(BLUE_RED_HTML); in initWebView()
/cts/tests/tests/assist/common/src/android/assist/common/
DMyWebView.java41 super.loadData(data, mimeType, encoding); in myLoadData()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestWebView.java70 super.loadData(MY_HTML, "text/html", "UTF-8"); in loadEditorPage()
/cts/tests/tests/assist/src/android/assist/cts/
DTestStartActivity.java71 webview.loadData(Utils.WEBVIEW_HTML, "text/html", "UTF-8"); in onCreate()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java210 callAndWait(() -> mWebView.loadData(data, mimeType, encoding)); in loadDataAndWaitForCompletion()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBLASData.java1348 void loadData(Context ctx) throws Exception { in loadData() method in BLASData
DIntrinsicBLAS.java72 mBLASData.loadData(mCtx); in setUp()