Home
last modified time | relevance | path

Searched refs:mVideoHeight (Results 1 – 5 of 5) 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/
DProgramImpl.java200 program.mVideoHeight = in.readInt(); in fromParcel()
248 private int mVideoHeight; field in ProgramImpl
356 return mVideoHeight; in getVideoHeight()
433 mVideoHeight, in hashCode()
461 && mVideoHeight == program.mVideoHeight in equals()
505 .append(mVideoHeight) in toString()
620 mVideoHeight = other.getVideoHeight(); in copyFrom()
825 mProgram.mVideoHeight = height; in setVideoHeight()
980 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/data/
DChannelInfo.java224 private int mVideoHeight = 1080; // Height for HD video. field in ChannelInfo.Builder
244 mVideoHeight = other.videoHeight; in Builder()
278 mVideoHeight = videoHeight; in setVideoHeight()
339 mVideoHeight, in build()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java149 private int mVideoHeight; field in TunableTvView
270 mVideoHeight = 0;
285 mVideoHeight = track.getVideoHeight();
288 mVideoWidth, mVideoHeight);
290 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
296 / mVideoHeight;
656 mVideoHeight = 0; in tuneTo()
789 return mVideoHeight; in getVideoHeight()