Home
last modified time | relevance | path

Searched refs:mVideoWidth (Results 1 – 7 of 7) 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.java128 private int mVideoWidth; field in Program
212 return mVideoWidth; in getVideoWidth()
266 mTitle, mEpisodeTitle, mDescription, mVideoWidth, mVideoHeight, in hashCode()
283 && mVideoWidth == program.mVideoWidth in equals()
311 .append(", videoWidth=").append(mVideoWidth) in toString()
339 mVideoWidth = other.mVideoWidth; in copyFrom()
420 mProgram.mVideoWidth = width; in setVideoWidth()
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordedProgram.java135 if (recordedProgram.mVideoWidth == 0) { in toValues()
138 values.put(RecordedPrograms.COLUMN_VIDEO_WIDTH, recordedProgram.mVideoWidth); in toValues()
187 private int mVideoWidth; field in RecordedProgram.Builder
292 mVideoWidth = videoWidth; in setVideoWidth()
400 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRating, in build()
467 private final int mVideoWidth; field in RecordedProgram
508 mVideoWidth = videoWidth; in RecordedProgram()
662 return mVideoWidth; in getVideoWidth()
680 Objects.equals(mVideoWidth, that.mVideoWidth) && in equals()
729 ", mVideoWidth=" + mVideoWidth + in toString()
/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/
DChannelInfo.java197 private int mVideoWidth = 1920; // Width for HD video. field in ChannelInfo.Builder
218 mVideoWidth = other.videoWidth; in Builder()
248 mVideoWidth = videoWidth; in setVideoWidth()
309 mVideoWidth, mVideoHeight, mVideoPixelAspectRatio, mAudioChannel, in build()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java126 private int mVideoWidth; field in TunableTvView
248 mVideoWidth = 0;
263 mVideoWidth = track.getVideoWidth();
266 mVideoWidth, mVideoHeight);
268 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
275 * mVideoWidth / mVideoHeight;
277 mVideoDisplayAspectRatio = mVideoWidth
528 mVideoWidth = 0; in playRecording()
599 mVideoWidth = 0; in tuneTo()
727 return mVideoWidth; in getVideoWidth()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerRecordingSessionWorker.java387 private long mVideoWidth; field in TunerRecordingSessionWorker.Program
421 mVideoWidth = cursor.getLong(index++); in Program()
438 mVideoWidth = 0; in Program()
464 values.put(PROJECTION[12], mVideoWidth); in buildValues()