OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoObject
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery/src/com/android/camera/gallery/
VideoObject.java
37
public class
VideoObject
extends BaseImage implements IImage {
38
private static final String TAG = "
VideoObject
";
45
protected
VideoObject
(BaseImageList container, ContentResolver cr,
54
if (other == null || !(other instanceof
VideoObject
)) return false;
56
((
VideoObject
) other).fullSizeImageUri());
122
return new StringBuilder("
VideoObject
").append(mId).toString();
VideoList.java
28
* A collection of all the <code>
VideoObject
</code> in gallery.
71
return new
VideoObject
(this, mContentResolver,
/packages/apps/Gallery/src/com/android/camera/
ImageGetter.java
21
import com.android.camera.gallery.
VideoObject
;
199
if (image instanceof
VideoObject
) continue;
ImageManager.java
26
import com.android.camera.gallery.
VideoObject
;
190
return (image instanceof
VideoObject
);
ViewImage.java
49
import com.android.camera.gallery.
VideoObject
;
213
if (image instanceof
VideoObject
) {
658
if (image instanceof
VideoObject
) {
[
all
...]
ImageGallery.java
62
import com.android.camera.gallery.
VideoObject
;
647
if (image instanceof
VideoObject
) {
[
all
...]
Completed in 123 milliseconds