Home
last modified time | relevance | path

Searched refs:mMaxHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvStreamConfig.java39 private int mMaxHeight; field in TvStreamConfig
85 return mMaxHeight; in getMaxHeight()
110 dest.writeInt(mMaxHeight); in writeToParcel()
121 private Integer mMaxHeight; field in TvStreamConfig.Builder
143 mMaxHeight = maxHeight; in maxHeight()
153 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null in build()
162 config.mMaxHeight = mMaxHeight; in build()
178 && config.mMaxHeight == mMaxHeight; in equals()
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp59 size_t mMaxHeight = MPEG4_MAX_HEIGHT; member in Codec
63 size_t mMaxHeight = H263_MAX_HEIGHT; member in Codec
114 size_t outputBufferSize = align(mMaxWidth, 16) * align(mMaxHeight, 16) * 3 / 2; in decodeFrames()
132 if (!PVInitVideoDecoder(mDecHandle, volData, &volSize, kLayer, mMaxWidth, mMaxHeight, in decodeFrames()
/frameworks/rs/
DrsFont.cpp417 if ((uint32_t)bitmap->rows > mCacheLines[mCacheLines.size()-1]->mMaxHeight) { in cacheBitmap()
563 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
565 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
567 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
569 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
571 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
573 nextLine += mCacheLines.back()->mMaxHeight; in initTextTexture()
841 if ((uint32_t)bitmap->rows > mMaxHeight) { in fitBitmap()
DrsFont.h167 uint32_t mMaxHeight; member
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow), in CacheTextureLine()
/frameworks/base/core/java/android/widget/
DProgressBar.java195 int mMaxHeight; field in ProgressBar
299 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight); in ProgressBar()
478 mMaxHeight = maxHeight; in setMaxHeight()
486 return mMaxHeight; in getMaxHeight()
647 mMaxHeight = 48; in initProgressBar()
944 if (mMaxHeight < drawableHeight) { in setProgressDrawable()
945 mMaxHeight = drawableHeight; in setProgressDrawable()
2128 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
DImageView.java116 private int mMaxHeight = Integer.MAX_VALUE; field in ImageView
415 return mMaxHeight;
440 mMaxHeight = maxHeight;
1175 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1209 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure()
DNumberPicker.java259 private final int mMaxHeight; field in NumberPicker
681 mMaxHeight = attributesArray.getDimensionPixelSize( in NumberPicker()
683 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED in NumberPicker()
684 && mMinHeight > mMaxHeight) { in NumberPicker()
855 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight); in onMeasure()
DAbsSeekBar.java675 final int trackHeight = Math.min(mMaxHeight, paddedHeight);
881 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h210 int32_t mMaxHeight; member
DLiveSession.cpp292 mMaxHeight(480), in LiveSession()
488 (*meta)->setInt32(kKeyMaxHeight, mMaxHeight); in getStreamFormatMeta()
1114 mMaxHeight = maxHeight > 0 ? maxHeight : mMaxHeight; in onMasterPlaylistFetched()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41813 Landroid/media/tv/TvStreamConfig$Builder;->mMaxHeight:Ljava/lang/Integer;
41819 Landroid/media/tv/TvStreamConfig;->mMaxHeight:I
82859 Landroid/widget/NumberPicker;->mMaxHeight:I