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

/frameworks/base/libs/hwui/
H A DProgram.cpp5 * you may not use this file except in compliance with the License.
153 // use a fixed size instead
174 // This offset value is based on an assumption that some hardware may use as
196 void Program::use() { function in class:android::uirenderer::Program
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp5 * you may not use this file except in compliance with the License.
83 void Program::use() { function in class:android::Program
88 // TODO: maybe use a local cache
93 // TODO: maybe use a local cache
105 // use a fixed size instead
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java5 * you may not use this file except in compliance with the License.
40 * <li>NARROW_COLUMNS makes all columns no wider than the screen if possible. Only use
106 * @hide Only for use by WebViewProvider implementations
117 * specific behavior, use cached resources when they are available
141 * Don't use the cache, load from the network.
147 * Don't use the network, load from the cache.
251 * Sets whether the WebView should use its built-in zoom mechanisms. The
253 * displayed over the WebView's content, and the use of a pinch gesture to
260 * @param enabled whether the WebView should use its built-in zoom mechanisms
389 * If true, it will use th
567 setUseDoubleTree(boolean use) argument
632 setUseWideViewPort(boolean use) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java5 * you may not use this file except in compliance with the License.
218 public synchronized void setUseWideViewPort(boolean use) { argument
219 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setUseWideViewPort=" + use);
220 mAwSettings.setUseWideViewPort(use);

Completed in 260 milliseconds