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

/frameworks/base/libs/hwui/
H A DProgram.cpp5 * you may not use this file except in compliance with the License.
143 // use a fixed size instead
161 // This offset value is based on an assumption that some hardware may use as
181 void Program::use() { function in class:android::uirenderer::Program
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java5 * you may not use this file except in compliance with the License.
97 * specific behavior, use cached resources when they are available
121 * Don't use the cache, load from the network.
127 * Don't use the network, load from the cache.
231 * Sets whether the WebView should use its built-in zoom mechanisms. The
233 * displayed over the WebView's content, and the use of a pinch gesture to
240 * @param enabled whether the WebView should use its built-in zoom mechanisms
366 * If true, it will use the WebView's background. If false, it will use an
528 public synchronized void setUseDoubleTree(boolean use) { argument
587 setUseWideViewPort(boolean use) argument
[all...]
H A DWebSettingsClassic.java5 * you may not use this file except in compliance with the License.
382 * An instance of WebView could use a different User-Agent if a call
387 * @param locale The Locale to use in the User-Agent string.
401 // In this case, use the previous release's version
726 public synchronized void setUseDoubleTree(boolean use) { argument
784 public synchronized void setUseWideViewPort(boolean use) { argument
785 if (mUseWideViewport != use) {
786 mUseWideViewport = use;
1152 * Tell the WebView to use Skia's hardware accelerated rendering path
1153 * @param flag True if the WebView should use Ski
[all...]

Completed in 273 milliseconds