Searched refs:yield (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DExtTexture.java57 public void yield() { method in class:ExtTexture
H A DRawTexture.java65 public void yield() { method in class:RawTexture
H A DBasicTexture.java163 // yield() is called when the texture will not be used temporarily,
168 public void yield() { method in class:BasicTexture
199 t.yield();
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java134 // yield() is called when the texture will not be used temporarily,
139 public void yield() { method in class:BasicTexture
163 t.yield();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java142 protected boolean yield(ContactsTransaction transaction) { method in class:ProfileProvider
143 return mDelegate.yield(transaction);
H A DAbstractContactsProvider.java69 * Maximum number of operations allowed in a batch between yield points.
272 yield(transaction);
306 "Too many content provider operations between yield points. "
307 + "The maximum number of operations per yield point is "
313 Log.v(TAG, "applyBatch: " + opCount + " ops finished; about to yield...");
317 if (yield(transaction)) {
409 protected abstract boolean yield(ContactsTransaction transaction); method in class:AbstractContactsProvider
H A DContactsProvider2.java2372 protected boolean yield(ContactsTransaction transaction) { method in class:ContactsProvider2
2374 // end it. Unlike the Contacts DB yield (which re-starts a transaction at its
2384 // Now proceed with the Contacts DB yield.
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperCropActivity.java288 // Call yield instead of recycle, as we only want to free GL resource.
290 oldSrc.getPreview().yield();

Completed in 134 milliseconds