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
51
public
BitmapTexture
bitmapTexture
;
168
if (entry.
bitmapTexture
!= null) {
169
mTextureUploader.addBgTexture(entry.
bitmapTexture
);
181
if (entry.
bitmapTexture
!= null) {
182
mTextureUploader.addFgTexture(entry.
bitmapTexture
);
239
if (entry.
bitmapTexture
!= null) entry.
bitmapTexture
.recycle();
299
entry.
bitmapTexture
= new
BitmapTexture
(bitmap)
[
all
...]
AlbumSetSlidingWindow.java
65
private
BitmapTexture
mLoadingLabel;
73
public
BitmapTexture
labelTexture;
74
public
BitmapTexture
bitmapTexture
;
231
if (entry.
bitmapTexture
!= null) entry.
bitmapTexture
.recycle();
279
entry.
bitmapTexture
= null;
303
if (entry.
bitmapTexture
!= null) {
304
mTextureUploader.addBgTexture(entry.
bitmapTexture
);
318
if (entry.
bitmapTexture
!= null)
[
all
...]
AlbumSlotRenderer.java
113
content = new FadeInTexture(PLACEHOLDER_COLOR, entry.
bitmapTexture
);
AlbumSetSlotRenderer.java
151
content = new FadeInTexture(PLACEHOLDER_COLOR, entry.
bitmapTexture
);
Completed in 99 milliseconds