Searched refs:mIsVideo (Results 1 – 6 of 6) sorted by relevance
67 boolean mIsVideo; field in MediaThumbRequest92 mIsVideo = "video".equals(uri.getPathSegments().get(1));94 mThumbUri = mIsVideo97 mOrigColumnName = mIsVideo175 if (mIsVideo) {
1951 (req.mIsVideo == isVideo); in matchThumbRequest()
206 private final boolean mIsVideo;213 mIsVideo = isVideo;231 bitmap = getBitmap(mIsVideo);243 (mIsVideo ? mEmptyVideoBitmap : mEmptyImageBitmap)252 ImageLoaded imageLoaded = new ImageLoaded(bitmap, mIsVideo);503 public final boolean mIsVideo;507 mIsVideo = isVideo;
75 if (slide.hasVideo() && imageLoaded.mIsVideo) {78 } else if (slide.hasImage() && !imageLoaded.mIsVideo) {
418 if (imageLoaded.mIsVideo) { in onItemLoaded()
548 private boolean mIsVideo; field in PhotoView.FullPicture564 mIsVideo = mModel.isVideo(0); in reload()702 if (mIsVideo) drawVideoPlayIcon(canvas, s); in drawTileView()744 private boolean mIsVideo; field in PhotoView.ScreenNailPicture757 mIsVideo = mModel.isVideo(mIndex); in reload()821 if (mIsVideo) drawVideoPlayIcon(canvas, s); in draw()