Home
last modified time | relevance | path

Searched refs:mVideoHeight (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DVideoThumbnailView.java66 private int mVideoHeight; field in VideoThumbnailView
86 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE; in VideoThumbnailView()
103 mVideoHeight = mediaPlayer.getVideoHeight(); in VideoThumbnailView()
204 mVideoHeight != ImageRequest.UNSPECIFIED_SIZE; in hasVideoSize()
228 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE; in setSource()
236 mVideoHeight = part.getHeight(); in setSource()
249 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE; in setSource()
264 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE; in clearSource()
310 desiredHeight = mVideoHeight; in onMeasure()
/packages/apps/TV/src/com/android/tv/data/
DProgram.java129 private int mVideoHeight; field in Program
216 return mVideoHeight; in getVideoHeight()
266 mTitle, mEpisodeTitle, mDescription, mVideoWidth, mVideoHeight, in hashCode()
284 && mVideoHeight == program.mVideoHeight in equals()
312 .append(", videoHeight=").append(mVideoHeight) in toString()
340 mVideoHeight = other.mVideoHeight; in copyFrom()
425 mProgram.mVideoHeight = height; in setVideoHeight()
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordedProgram.java140 if (recordedProgram.mVideoHeight == 0) { in toValues()
143 values.put(RecordedPrograms.COLUMN_VIDEO_HEIGHT, recordedProgram.mVideoHeight); in toValues()
188 private int mVideoHeight; field in RecordedProgram.Builder
297 mVideoHeight = videoHeight; in setVideoHeight()
400 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRating, in build()
468 private final int mVideoHeight; field in RecordedProgram
509 mVideoHeight = videoHeight; in RecordedProgram()
658 return mVideoHeight; in getVideoHeight()
681 Objects.equals(mVideoHeight, that.mVideoHeight) && in equals()
728 ", mVideoHeight=" + mVideoHeight + in toString()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java35 private int mVideoHeight = -1; field in Metadata
72 return mVideoHeight; in getVideoHeight()
76 mVideoHeight = videoHeight; in setVideoHeight()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java198 private int mVideoHeight = 1080; // Height for HD video. field in ChannelInfo.Builder
219 mVideoHeight = other.videoHeight; in Builder()
253 mVideoHeight = videoHeight; in setVideoHeight()
309 mVideoWidth, mVideoHeight, mVideoPixelAspectRatio, mAudioChannel, in build()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java127 private int mVideoHeight; field in TunableTvView
249 mVideoHeight = 0;
264 mVideoHeight = track.getVideoHeight();
266 mVideoWidth, mVideoHeight);
268 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
275 * mVideoWidth / mVideoHeight;
278 / (float) mVideoHeight;
529 mVideoHeight = 0; in playRecording()
600 mVideoHeight = 0; in tuneTo()
732 return mVideoHeight; in getVideoHeight()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerRecordingSessionWorker.java388 private long mVideoHeight; field in TunerRecordingSessionWorker.Program
422 mVideoHeight = cursor.getLong(index++); in Program()
439 mVideoHeight = 0; in Program()
465 values.put(PROJECTION[13], mVideoHeight); in buildValues()