Home
last modified time | relevance | path

Searched defs:videoWidth (Results 1 – 5 of 5) 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/data/
DChannelInfo.java51 public final int videoWidth; field in ChannelInfo
118 int videoWidth, in ChannelInfo()
272 public Builder setVideoWidth(int videoWidth) { in setVideoWidth()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java67 public void setVideoWidth(int videoWidth) { in setVideoWidth()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java275 public abstract Builder setVideoWidth(int videoWidth); in setVideoWidth()