Home
last modified time | relevance | path

Searched refs:caching (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd36 …ue is to avoid downloading duplicate data. You can do this by aggressive caching. Always cache sta…
38 <p>To ensure that your caching doesn't result in your app displaying stale data, be sure to extract…
69 …esponse cache to {@code HttpURLConnection}. You can enable HTTP response caching on supported devi…
Dindex.jd29 …ractices for scheduling and executing downloads using techniques such as caching, polling, and pre…
/frameworks/base/core/java/android/view/
DGLES20DisplayList.java136 public void setCaching(boolean caching) { in setCaching() argument
138 nSetCaching(mFinalizer.mNativeDisplayList, caching); in setCaching()
455 private static native void nSetCaching(int displayList, boolean caching); in nSetCaching() argument
DDisplayList.java295 public abstract void setCaching(boolean caching); in setCaching() argument
DView.java13318 boolean caching = false;
13336 caching = true;
13342 caching = true;
13367 displayList.setCaching(caching);
14084 boolean caching;
14090 caching = true;
14094 caching = (layerType != LAYER_TYPE_NONE) || hardwareAccelerated;
14150 if (caching) {
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt52 shader binaries, it may also be useful for caching other data. This is
57 implements the caching functionality, on the Android OS it is implemented
105 In order to facilitate persistent caching of internal client API state that
114 display <dpy> can use to interact with caching functionality provided by
/frameworks/base/libs/hwui/
DDisplayList.h444 void setCaching(bool caching) { in setCaching() argument
445 mCaching = caching; in setCaching()
/frameworks/base/core/jni/
Dandroid_view_GLES20DisplayList.cpp73 jobject clazz, DisplayList* displayList, jboolean caching) { in android_view_GLES20DisplayList_setCaching() argument
74 displayList->setCaching(caching); in android_view_GLES20DisplayList_setCaching()
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd28 techniques such as caching, polling, and prefetching. You will learn how the power-use profile of
/frameworks/compile/libbcc/
DREADME.rst28 * a *caching mechanism*, which can:
48 * To reduce launch time, we support caching of
/frameworks/base/docs/html/google/play/billing/
Dapi.jd24 <li><a href="#caching">Local Caching</a></li>
40 …w, APIs to let you easily track ownership of consumable goods, and local caching of in-app purchas…
134 <h2 id="caching">Local Caching</h2>
/frameworks/base/docs/html/training/secure-file-sharing/
Dretrieve-info.jd30 file size helps the client app set up buffering and caching for the file.
/frameworks/base/docs/html/google/play-services/
Dmaps.jd38 vector-based tiles for efficient caching and drawing; animated transitions; and much more.
/frameworks/base/docs/html/training/displaying-bitmaps/
Ddisplay-bitmap.jd312 While this may work for small, simple images (due to system resource loading and caching), if any
315 <p>The same asynchronous processing and caching methods from the previous section can be implemented
Dcache-bitmap.jd54 to API Level 4) is particularly well suited to the task of caching bitmaps, keeping recently
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd156 that uses settings provided by the licensing server to manage response caching
198 the network. You can implement license caching behaviors to manage access to your application when
Dlicensing-reference.jd65 license response from the server only. No caching or request retry.</td>
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd185 essentially caching the previously written print document and improving performance.
238 essentially caching the previously written print document and improving performance.
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd173 allows the GPU to stop caching the image.</p>
/frameworks/base/docs/html/google/gcm/
Dnotifications.jd55 …isplayed the notification that is being dismissed. You can solve this by caching the dismissal and…
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd540 out whether a Bitmap has been modified, such as for caching.</li>
723 from efficient caching. Applications can use the class to reduce the time spent
Dandroid-3.1-highlights.jd370 <li>A new LRU cache class lets applications benefit from efficient caching.
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd391 <p>On devices without a JIT, caching field accesses is about 20% faster than
Dsecurity-ssl.jd124 and response headers, posting content, managing cookies, using proxies, caching responses,
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd169 kind of process alive is for caching purposes, to improve startup time the next time a component

12