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/dvr/data/
DRecordedProgram.java150 if (recordedProgram.mVideoWidth == 0) { in toValues()
153 values.put(RecordedPrograms.COLUMN_VIDEO_WIDTH, recordedProgram.mVideoWidth); in toValues()
204 private int mVideoWidth; field in RecordedProgram.Builder
318 mVideoWidth = videoWidth; in setVideoWidth()
420 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRatings, in build()
493 private final int mVideoWidth; field in RecordedProgram
536 mVideoWidth = videoWidth; in RecordedProgram()
734 return mVideoWidth; in getVideoWidth()
757 Objects.equals(mVideoWidth, that.mVideoWidth) && in equals()
808 ", mVideoWidth=" + mVideoWidth + in toString()
/packages/apps/TV/src/com/android/tv/data/
DProgram.java169 program.mVideoWidth = in.readInt(); in fromParcel()
211 private int mVideoWidth; field in Program
314 return mVideoWidth; in getVideoWidth()
397 mTitle, mSeriesId, mEpisodeTitle, mDescription, mLongDescription, mVideoWidth, in hashCode()
419 && mVideoWidth == program.mVideoWidth in equals()
450 .append(", videoWidth=").append(mVideoWidth) in toString()
540 mVideoWidth = other.mVideoWidth; in copyFrom()
724 mProgram.mVideoWidth = width; in setVideoWidth()
894 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/
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.java137 private int mVideoWidth; field in TunableTvView
250 mVideoWidth = 0;
265 mVideoWidth = track.getVideoWidth();
268 mVideoWidth, mVideoHeight);
270 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
276 * mVideoWidth / mVideoHeight;
629 mVideoWidth = 0; in tuneTo()
744 return mVideoWidth; in getVideoWidth()
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java468 private final int mVideoWidth; field in TunerRecordingSessionWorker.Program
506 mVideoWidth = cursor.getInt(index++); in Program()
526 mVideoWidth = 0; in Program()
555 values.put(PROJECTION[index++], mVideoWidth); in buildValues()