HomeSort by relevance Sort by last modified time
    Searched refs:mVideoOverlay (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 603 Drawable mVideoOverlay;
611 mVideoOverlay = r.getDrawable(R.drawable.ic_gallery_video_overlay);
617 mVideoOverlay = null;
692 int overlayWidth = mVideoOverlay.getIntrinsicWidth();
693 int overlayHeight = mVideoOverlay.getIntrinsicHeight();
698 mVideoOverlay.setBounds(newBounds);
699 mVideoOverlay.draw(overlayCanvas);
ImageGallery.java 773 private Drawable mVideoOverlay;
829 if (mVideoOverlay == null) {
830 mVideoOverlay = getResources().getDrawable(
833 overlay = mVideoOverlay;
    [all...]

Completed in 51 milliseconds