Searched defs:videoWidth (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/ |
D | VideoSurfaceBindings.java | 36 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/ |
D | VideoScale.java | 30 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/ |
D | ChannelInfo.java | 51 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/ |
D | Metadata.java | 67 public void setVideoWidth(int videoWidth) { in setVideoWidth()
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | RecordedProgram.java | 275 public abstract Builder setVideoWidth(int videoWidth); in setVideoWidth()
|