OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FadeTexture
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeTexture.java
22
//
FadeTexture
is a texture which fades the given texture along the time.
23
public abstract class
FadeTexture
implements Texture {
25
private static final String TAG = "
FadeTexture
";
36
public
FadeTexture
(int width, int height, boolean opaque) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java
44
import com.android.gallery3d.glrenderer.
FadeTexture
;
264
FadeTexture
.DURATION);
AlbumSetPage.java
44
import com.android.gallery3d.glrenderer.
FadeTexture
;
203
FadeTexture
.DURATION);
Completed in 52 milliseconds