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/
DProgram.java197 program.mVideoWidth = in.readInt(); in fromParcel()
245 private int mVideoWidth; field in Program
345 return mVideoWidth; in getVideoWidth()
425 mVideoWidth, in hashCode()
453 && mVideoWidth == program.mVideoWidth in equals()
496 .append(mVideoWidth) in toString()
612 mVideoWidth = other.mVideoWidth; in copyFrom()
807 mProgram.mVideoWidth = width; in setVideoWidth()
998 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.java143 private int mVideoWidth; field in TunableTvView
264 mVideoWidth = 0;
279 mVideoWidth = track.getVideoWidth();
283 mVideoWidth, mVideoHeight);
285 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
292 * mVideoWidth
644 mVideoWidth = 0; in tuneTo()
768 return mVideoWidth; in getVideoWidth()