Searched refs:sAllTextures (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java53 private static WeakHashMap<BasicTexture, Object> sAllTextures field in class:BasicTexture
61 synchronized (sAllTextures) {
62 sAllTextures.put(this, null);
197 synchronized (sAllTextures) {
198 for (BasicTexture t : sAllTextures.keySet()) {
205 synchronized (sAllTextures) {
206 for (BasicTexture t : sAllTextures.keySet()) {
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java50 private static WeakHashMap<BasicTexture, Object> sAllTextures field in class:BasicTexture
58 synchronized (sAllTextures) {
59 sAllTextures.put(this, null);
161 synchronized (sAllTextures) {
162 for (BasicTexture t : sAllTextures.keySet()) {
169 synchronized (sAllTextures) {
170 for (BasicTexture t : sAllTextures.keySet()) {

Completed in 70 milliseconds