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()
199 program.mVideoWidth = in.readInt(); in fromParcel()247 private int mVideoWidth; field in ProgramImpl351 return mVideoWidth; in getVideoWidth()432 mVideoWidth, in hashCode()460 && mVideoWidth == program.mVideoWidth in equals()503 .append(mVideoWidth) in toString()619 mVideoWidth = other.getVideoWidth(); in copyFrom()814 mProgram.mVideoWidth = width; in setVideoWidth()979 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()
148 private int mVideoWidth; field in TunableTvView269 mVideoWidth = 0;284 mVideoWidth = track.getVideoWidth();288 mVideoWidth, mVideoHeight);290 if (mVideoWidth <= 0 || mVideoHeight <= 0) {295 mVideoDisplayAspectRatio = (float) mVideoWidth655 mVideoWidth = 0; in tuneTo()784 return mVideoWidth; in getVideoWidth()