Home
last modified time | relevance | path

Searched defs:videoHeight (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
41 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
96 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java54 public final int videoHeight; field in ChannelInfo
113 int videoWidth, int videoHeight, float videoPixelAspectRatio, int audioChannel, in ChannelInfo()
252 public Builder setVideoHeight(int videoHeight) { in setVideoHeight()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java75 public void setVideoHeight(int videoHeight) { in setVideoHeight()
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java216 public int videoHeight; field in LocalSearchProvider.SearchResult
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java322 public Builder setVideoHeight(int videoHeight) { in setVideoHeight()
514 String shortDescription, String longDescription, int videoWidth, int videoHeight, in RecordedProgram()