HomeSort by relevance Sort by last modified time
    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 202 private Texture mVideoPlayIcon;
305 mVideoPlayIcon = new ResourceTexture(mContext, R.drawable.ic_control_play);
    [all...]

Completed in 701 milliseconds