OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapTexture
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java
54
public TiledTexture
bitmapTexture
;
184
if (entry.
bitmapTexture
!= null) {
185
mTileUploader.addTexture(entry.
bitmapTexture
);
197
if (entry.
bitmapTexture
!= null) {
198
mTileUploader.addTexture(entry.
bitmapTexture
);
259
if (entry.
bitmapTexture
!= null) entry.
bitmapTexture
.recycle();
312
entry.
bitmapTexture
= new TiledTexture(bitmap);
313
entry.content = entry.
bitmapTexture
;
316
mTileUploader.addTexture(entry.
bitmapTexture
);
[
all
...]
AlbumSetSlidingWindow.java
31
import com.android.gallery3d.glrenderer.
BitmapTexture
;
70
private
BitmapTexture
mLoadingLabel;
78
public
BitmapTexture
labelTexture;
79
public TiledTexture
bitmapTexture
;
235
if (entry.
bitmapTexture
!= null) entry.
bitmapTexture
.recycle();
281
entry.
bitmapTexture
= null;
305
if (entry.
bitmapTexture
!= null) {
306
mContentUploader.addTexture(entry.
bitmapTexture
);
321
if (entry.
bitmapTexture
!= null)
[
all
...]
AlbumSetSlotRenderer.java
178
content = new FadeInTexture(mPlaceholderColor, entry.
bitmapTexture
);
AlbumSlotRenderer.java
117
content = new FadeInTexture(mPlaceholderColor, entry.
bitmapTexture
);
Completed in 47 milliseconds