Searched refs:mVideoWidth (Results 1 – 5 of 5) sorted by relevance
65 private int mVideoWidth; field in VideoThumbnailView85 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()
197 program.mVideoWidth = in.readInt(); in fromParcel()245 private int mVideoWidth; field in Program345 return mVideoWidth; in getVideoWidth()425 mVideoWidth, in hashCode()453 && mVideoWidth == program.mVideoWidth in equals()496 .append(mVideoWidth) in toString()612 mVideoWidth = other.mVideoWidth; in copyFrom()807 mProgram.mVideoWidth = width; in setVideoWidth()998 out.writeInt(mVideoWidth); in writeToParcel()
34 private int mVideoWidth = -1; field in Metadata64 return mVideoWidth; in getVideoWidth()68 mVideoWidth = videoWidth; in setVideoWidth()
223 private int mVideoWidth = 1920; // Width for HD video. field in ChannelInfo.Builder243 mVideoWidth = other.videoWidth; in Builder()273 mVideoWidth = videoWidth; in setVideoWidth()338 mVideoWidth, in build()
143 private int mVideoWidth; field in TunableTvView264 mVideoWidth = 0;279 mVideoWidth = track.getVideoWidth();283 mVideoWidth, mVideoHeight);285 if (mVideoWidth <= 0 || mVideoHeight <= 0) {292 * mVideoWidth644 mVideoWidth = 0; in tuneTo()768 return mVideoWidth; in getVideoWidth()