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/
DProgram.java198 program.mVideoHeight = in.readInt(); in fromParcel()
246 private int mVideoHeight; field in Program
349 return mVideoHeight; in getVideoHeight()
426 mVideoHeight, in hashCode()
454 && mVideoHeight == program.mVideoHeight in equals()
498 .append(mVideoHeight) in toString()
613 mVideoHeight = other.mVideoHeight; in copyFrom()
818 mProgram.mVideoHeight = height; in setVideoHeight()
999 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.java144 private int mVideoHeight; field in TunableTvView
265 mVideoHeight = 0;
280 mVideoHeight = track.getVideoHeight();
283 mVideoWidth, mVideoHeight);
285 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
293 / mVideoHeight;
645 mVideoHeight = 0; in tuneTo()
773 return mVideoHeight; in getVideoHeight()