Searched refs:caching (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java118 * Set the caching property on the DisplayList, which indicates whether the DisplayList
122 * @param caching true if the DisplayList represents a hardware layer, false otherwise.
124 public abstract void setCaching(boolean caching); argument
H A DGLES20DisplayList.java127 public void setCaching(boolean caching) { argument
129 nSetCaching(mFinalizer.mNativeDisplayList, caching);
317 private static native void nSetCaching(int displayList, boolean caching); argument
H A DView.java851 * <p>Indicates this view is caching its drawing into a bitmap.</p>
12602 boolean caching = false;
12622 caching = true;
12628 caching = true;
12652 displayList.setCaching(caching);
12684 * @return A DisplayList ready to replay, or null if caching is not enabled.
12713 * is null when caching is disabled. If caching is enabled and the cache is not ready,
13324 boolean caching;
13330 caching
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp49 jobject clazz, DisplayList* displayList, jboolean caching) {
50 displayList->setCaching(caching);
48 android_view_GLES20DisplayList_setCaching(JNIEnv* env, jobject clazz, DisplayList* displayList, jboolean caching) argument
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h390 void setCaching(bool caching) { argument
391 mCaching = caching;

Completed in 365 milliseconds