Searched defs:ContentVideoViewLegacy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoViewLegacy.java22 public class ContentVideoViewLegacy extends ContentVideoView { class in inherits:ContentVideoView
80 ContentVideoViewLegacy(Context context, long nativeContentVideoView, method in class:ContentVideoViewLegacy
222 return ContentVideoViewLegacy.this.getCurrentPosition();
227 return ContentVideoViewLegacy.this.getDuration();
232 return ContentVideoViewLegacy.this.isPlaying();
237 ContentVideoViewLegacy.this.pause();
242 ContentVideoViewLegacy.this.seekTo(pos);
247 ContentVideoViewLegacy.this.start();

Completed in 912 milliseconds