OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sAllTextures
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java
53
private static WeakHashMap<BasicTexture, Object>
sAllTextures
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/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java
53
private static WeakHashMap<BasicTexture, Object>
sAllTextures
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/
BasicTexture.java
50
private static WeakHashMap<BasicTexture, Object>
sAllTextures
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 60 milliseconds