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/dvr/data/
DRecordedProgram.java155 if (recordedProgram.mVideoHeight == 0) { in toValues()
158 values.put(RecordedPrograms.COLUMN_VIDEO_HEIGHT, recordedProgram.mVideoHeight); in toValues()
205 private int mVideoHeight; field in RecordedProgram.Builder
323 mVideoHeight = videoHeight; in setVideoHeight()
420 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRatings, in build()
494 private final int mVideoHeight; field in RecordedProgram
537 mVideoHeight = videoHeight; in RecordedProgram()
730 return mVideoHeight; in getVideoHeight()
758 Objects.equals(mVideoHeight, that.mVideoHeight) && in equals()
807 ", mVideoHeight=" + mVideoHeight + in toString()
/packages/apps/TV/src/com/android/tv/data/
DProgram.java170 program.mVideoHeight = in.readInt(); in fromParcel()
212 private int mVideoHeight; field in Program
318 return mVideoHeight; in getVideoHeight()
398 mVideoHeight, mPosterArtUri, mThumbnailUri, Arrays.hashCode(mContentRatings), in hashCode()
420 && mVideoHeight == program.mVideoHeight in equals()
451 .append(", videoHeight=").append(mVideoHeight) in toString()
541 mVideoHeight = other.mVideoHeight; in copyFrom()
734 mProgram.mVideoHeight = height; in setVideoHeight()
895 out.writeInt(mVideoHeight); in writeToParcel()
/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.java138 private int mVideoHeight; field in TunableTvView
251 mVideoHeight = 0;
266 mVideoHeight = track.getVideoHeight();
268 mVideoWidth, mVideoHeight);
270 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
276 * mVideoWidth / mVideoHeight;
630 mVideoHeight = 0; in tuneTo()
749 return mVideoHeight; in getVideoHeight()
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java469 private final int mVideoHeight; field in TunerRecordingSessionWorker.Program
507 mVideoHeight = cursor.getInt(index++); in Program()
527 mVideoHeight = 0; in Program()
556 values.put(PROJECTION[index++], mVideoHeight); in buildValues()