Searched refs:loadData (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | WebViewReadyHelper.java | 25 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/ |
D | LayerTests.java | 406 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 …]
|
D | PathClippingTests.java | 214 helper.loadData(BLUE_RED_HTML); in initWebView()
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | MyWebView.java | 41 super.loadData(data, mimeType, encoding); in myLoadData()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | TestWebView.java | 70 super.loadData(MY_HTML, "text/html", "UTF-8"); in loadEditorPage()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | TestStartActivity.java | 71 webview.loadData(Utils.WEBVIEW_HTML, "text/html", "UTF-8"); in onCreate()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewSyncLoader.java | 210 callAndWait(() -> mWebView.loadData(data, mimeType, encoding)); in loadDataAndWaitForCompletion()
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | BLASData.java | 1348 void loadData(Context ctx) throws Exception { in loadData() method in BLASData
|
D | IntrinsicBLAS.java | 72 mBLASData.loadData(mCtx); in setUp()
|