OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoPlayIcon
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AbstractSlotRenderer.java
32
private final ResourceTexture
mVideoPlayIcon
;
40
mVideoPlayIcon
= new ResourceTexture(context, R.drawable.ic_gallery_play);
79
mVideoPlayIcon
.draw(canvas, (width - s) / 2, (height - s) / 2, s, s);
PhotoView.java
203
private Texture
mVideoPlayIcon
;
306
mVideoPlayIcon
= new ResourceTexture(mContext, R.drawable.ic_control_play);
[
all
...]
Completed in 199 milliseconds