Home
last modified time | relevance | path

Searched refs:mVideoWidth (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java65 private int mVideoWidth; field in VideoThumbnailView
85 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE; in VideoThumbnailView()
102 mVideoWidth = mediaPlayer.getVideoWidth(); in VideoThumbnailView()
203 return mVideoWidth != ImageRequest.UNSPECIFIED_SIZE && in hasVideoSize()
227 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE; in setSource()
235 mVideoWidth = part.getWidth(); in setSource()
248 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE; in setSource()
263 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE; in clearSource()
309 desiredWidth = mVideoWidth; in onMeasure()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java199 program.mVideoWidth = in.readInt(); in fromParcel()
247 private int mVideoWidth; field in ProgramImpl
351 return mVideoWidth; in getVideoWidth()
432 mVideoWidth, in hashCode()
460 && mVideoWidth == program.mVideoWidth in equals()
503 .append(mVideoWidth) in toString()
619 mVideoWidth = other.getVideoWidth(); in copyFrom()
814 mProgram.mVideoWidth = width; in setVideoWidth()
979 out.writeInt(mVideoWidth); in writeToParcel()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java34 private int mVideoWidth = -1; field in Metadata
64 return mVideoWidth; in getVideoWidth()
68 mVideoWidth = videoWidth; in setVideoWidth()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DChannelInfo.java223 private int mVideoWidth = 1920; // Width for HD video. field in ChannelInfo.Builder
243 mVideoWidth = other.videoWidth; in Builder()
273 mVideoWidth = videoWidth; in setVideoWidth()
338 mVideoWidth, in build()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java148 private int mVideoWidth; field in TunableTvView
269 mVideoWidth = 0;
284 mVideoWidth = track.getVideoWidth();
288 mVideoWidth, mVideoHeight);
290 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
295 mVideoDisplayAspectRatio = (float) mVideoWidth
655 mVideoWidth = 0; in tuneTo()
784 return mVideoWidth; in getVideoWidth()