HomeSort by relevance Sort by last modified time
    Searched defs:hasAvailableSurface (Results 1 - 9 of 9) sorted by null

  /frameworks/av/packages/MediaComponents/src/com/android/widget/
VideoViewInterface.java 53 boolean hasAvailableSurface();
VideoSurfaceView.java 67 if (mp == null || !hasAvailableSurface()) {
108 public boolean hasAvailableSurface() {
VideoTextureView.java 71 if (mp == null || !hasAvailableSurface()) {
113 public boolean hasAvailableSurface() {
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
VideoViewInterface.java 54 boolean hasAvailableSurface();
VideoSurfaceView.java 57 if (mp == null || !hasAvailableSurface()) {
98 public boolean hasAvailableSurface() {
VideoTextureView.java 56 if (mp == null || !hasAvailableSurface()) {
98 public boolean hasAvailableSurface() {
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
VideoViewInterfaceWithMp1.java 54 boolean hasAvailableSurface();
VideoSurfaceViewWithMp1.java 56 if (mp == null || !hasAvailableSurface()) {
97 public boolean hasAvailableSurface() {
VideoTextureViewWithMp1.java 56 if (mp == null || !hasAvailableSurface()) {
98 public boolean hasAvailableSurface() {

Completed in 189 milliseconds