OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLCanvas
(Results
1 - 25
of
72
) sorted by null
1
2
3
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
Texture.java
20
// Texture is a rectangular image which can be drawn on
GLCanvas
.
41
public void draw(
GLCanvas
canvas, int x, int y);
42
public void draw(
GLCanvas
canvas, int x, int y, int w, int h);
BasicTexture.java
52
protected
GLCanvas
mCanvasRef = null;
57
protected BasicTexture(
GLCanvas
canvas, int id, int state) {
70
protected void setAssociatedCanvas(
GLCanvas
canvas) {
137
public void draw(
GLCanvas
canvas, int x, int y) {
142
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
146
// onBind is called before
GLCanvas
binds this texture.
148
abstract protected boolean onBind(
GLCanvas
canvas);
173
GLCanvas
canvas = mCanvasRef;
RawTexture.java
48
protected void prepare(
GLCanvas
canvas) {
58
protected boolean onBind(
GLCanvas
canvas) {
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
CanvasAnimation.java
19
import com.android.gallery3d.glrenderer.
GLCanvas
;
24
public abstract void apply(
GLCanvas
canvas);
AlphaAnimation.java
20
import com.android.gallery3d.glrenderer.
GLCanvas
;
34
public void apply(
GLCanvas
canvas) {
40
return
GLCanvas
.SAVE_FLAG_ALPHA;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
Texture.java
20
// Texture is a rectangular image which can be drawn on
GLCanvas
.
41
public void draw(
GLCanvas
canvas, int x, int y);
42
public void draw(
GLCanvas
canvas, int x, int y, int w, int h);
ExtTexture.java
25
public ExtTexture(
GLCanvas
canvas, int target) {
31
private void uploadToCanvas(
GLCanvas
canvas) {
38
protected boolean onBind(
GLCanvas
canvas) {
FadeOutTexture.java
34
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
36
canvas.save(
GLCanvas
.SAVE_FLAG_ALPHA);
BasicTexture.java
52
protected
GLCanvas
mCanvasRef = null;
57
protected BasicTexture(
GLCanvas
canvas, int id, int state) {
70
protected void setAssociatedCanvas(
GLCanvas
canvas) {
137
public void draw(
GLCanvas
canvas, int x, int y) {
142
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
146
// onBind is called before
GLCanvas
binds this texture.
148
abstract protected boolean onBind(
GLCanvas
canvas);
173
GLCanvas
canvas = mCanvasRef;
ColorTexture.java
35
public void draw(
GLCanvas
canvas, int x, int y) {
40
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
RawTexture.java
48
protected void prepare(
GLCanvas
canvas) {
58
protected boolean onBind(
GLCanvas
canvas) {
FadeInTexture.java
36
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
Texture.java
20
// Texture is a rectangular image which can be drawn on
GLCanvas
.
41
public void draw(
GLCanvas
canvas, int x, int y);
42
public void draw(
GLCanvas
canvas, int x, int y, int w, int h);
BasicTexture.java
52
protected
GLCanvas
mCanvasRef = null;
57
protected BasicTexture(
GLCanvas
canvas, int id, int state) {
70
protected void setAssociatedCanvas(
GLCanvas
canvas) {
137
public void draw(
GLCanvas
canvas, int x, int y) {
142
public void draw(
GLCanvas
canvas, int x, int y, int w, int h) {
146
// onBind is called before
GLCanvas
binds this texture.
148
abstract protected boolean onBind(
GLCanvas
canvas);
173
GLCanvas
canvas = mCanvasRef;
RawTexture.java
48
protected void prepare(
GLCanvas
canvas) {
58
protected boolean onBind(
GLCanvas
canvas) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScreenNail.java
20
import com.android.gallery3d.glrenderer.
GLCanvas
;
25
public void draw(
GLCanvas
canvas, int x, int y, int width, int height);
34
public void draw(
GLCanvas
canvas, RectF source, RectF dest);
BitmapScreenNail.java
23
import com.android.gallery3d.glrenderer.
GLCanvas
;
43
public void draw(
GLCanvas
canvas, int x, int y, int width, int height) {
58
public void draw(
GLCanvas
canvas, RectF source, RectF dest) {
GLRoot.java
23
import com.android.gallery3d.glrenderer.
GLCanvas
;
31
GLCanvas
canvas, boolean renderRequested);
AbstractSlotRenderer.java
24
import com.android.gallery3d.glrenderer.
GLCanvas
;
46
protected void drawContent(
GLCanvas
canvas,
48
canvas.save(
GLCanvas
.SAVE_FLAG_MATRIX);
69
protected void drawVideoOverlay(
GLCanvas
canvas, int width, int height) {
82
protected void drawPanoramaIcon(
GLCanvas
canvas, int width, int height) {
99
protected void drawPressedUpFrame(
GLCanvas
canvas, int width, int height) {
106
protected void drawPressedFrame(
GLCanvas
canvas, int width, int height) {
110
protected void drawSelectedFrame(
GLCanvas
canvas, int width, int height) {
114
protected static void drawFrame(
GLCanvas
canvas, Rect padding, Texture frame,
SlideshowView.java
25
import com.android.gallery3d.glrenderer.
GLCanvas
;
93
protected void render(
GLCanvas
canvas) {
100
canvas.save(
GLCanvas
.SAVE_FLAG_ALPHA |
GLCanvas
.SAVE_FLAG_MATRIX);
110
canvas.save(
GLCanvas
.SAVE_FLAG_ALPHA |
GLCanvas
.SAVE_FLAG_MATRIX);
138
public void apply(
GLCanvas
canvas) {
155
return
GLCanvas
.SAVE_FLAG_MATRIX;
SurfaceTextureScreenNail.java
25
import com.android.gallery3d.glrenderer.
GLCanvas
;
45
public void acquireSurfaceTexture(
GLCanvas
canvas) {
108
public void draw(
GLCanvas
canvas, int x, int y, int width, int height) {
115
canvas.save(
GLCanvas
.SAVE_FLAG_MATRIX);
128
public void draw(
GLCanvas
canvas, RectF source, RectF dest) {
ProgressSpinner.java
22
import com.android.gallery3d.glrenderer.
GLCanvas
;
59
public void draw(
GLCanvas
canvas, int x, int y) {
71
canvas.save(
GLCanvas
.SAVE_FLAG_MATRIX);
ScrollBarView.java
23
import com.android.gallery3d.glrenderer.
GLCanvas
;
90
protected void render(
GLCanvas
canvas) {
EdgeView.java
22
import com.android.gallery3d.glrenderer.
GLCanvas
;
87
protected void render(
GLCanvas
canvas) {
91
canvas.save(
GLCanvas
.SAVE_FLAG_MATRIX);
/packages/apps/Camera/src/com/android/camera/
SwitchAnimManager.java
22
import com.android.gallery3d.glrenderer.
GLCanvas
;
72
public boolean drawAnimation(
GLCanvas
canvas, int x, int y, int width,
121
public boolean drawDarkPreview(
GLCanvas
canvas, int x, int y, int width,
Completed in 83 milliseconds
1
2
3