/frameworks/base/media/java/android/media/tv/ |
D | TvStreamConfig.java | 39 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/ |
D | mpeg4_h263_dec_fuzzer.cpp | 59 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/ |
D | rsFont.cpp | 417 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()
|
D | rsFont.h | 167 uint32_t mMaxHeight; member 174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow), in CacheTextureLine()
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 195 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()
|
D | ImageView.java | 116 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()
|
D | NumberPicker.java | 259 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()
|
D | AbsSeekBar.java | 675 final int trackHeight = Math.min(mMaxHeight, paddedHeight); 881 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 210 int32_t mMaxHeight; member
|
D | LiveSession.cpp | 292 mMaxHeight(480), in LiveSession() 488 (*meta)->setInt32(kKeyMaxHeight, mMaxHeight); in getStreamFormatMeta() 1114 mMaxHeight = maxHeight > 0 ? maxHeight : mMaxHeight; in onMasterPlaylistFetched()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 41813 Landroid/media/tv/TvStreamConfig$Builder;->mMaxHeight:Ljava/lang/Integer; 41819 Landroid/media/tv/TvStreamConfig;->mMaxHeight:I 82859 Landroid/widget/NumberPicker;->mMaxHeight:I
|