Searched refs:mMaxHeight (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | TvStreamConfig.java | 37 private int mMaxHeight; field in TvStreamConfig 83 return mMaxHeight; in getMaxHeight() 107 dest.writeInt(mMaxHeight); in writeToParcel() 118 private Integer mMaxHeight; field in TvStreamConfig.Builder 140 mMaxHeight = maxHeight; in maxHeight() 150 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null in build() 159 config.mMaxHeight = mMaxHeight; in build() 175 && config.mMaxHeight == mMaxHeight; in equals()
|
/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 | 193 int mMaxHeight; field in ProgressBar 295 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight); in ProgressBar() 474 mMaxHeight = maxHeight; in setMaxHeight() 482 return mMaxHeight; in getMaxHeight() 643 mMaxHeight = 48; in initProgressBar() 940 if (mMaxHeight < drawableHeight) { in setProgressDrawable() 941 mMaxHeight = drawableHeight; in setProgressDrawable() 2113 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
|
D | ImageView.java | 114 private int mMaxHeight = Integer.MAX_VALUE; field in ImageView 413 return mMaxHeight; 438 mMaxHeight = maxHeight; 1173 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure() 1207 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure()
|
D | NumberPicker.java | 260 private final int mMaxHeight; field in NumberPicker 682 mMaxHeight = attributesArray.getDimensionPixelSize( in NumberPicker() 684 if (mMinHeight != SIZE_UNSPECIFIED && mMaxHeight != SIZE_UNSPECIFIED in NumberPicker() 685 && mMinHeight > mMaxHeight) { in NumberPicker() 856 final int newHeightMeasureSpec = makeMeasureSpec(heightMeasureSpec, mMaxHeight); in onMeasure()
|
D | AbsSeekBar.java | 671 final int trackHeight = Math.min(mMaxHeight, paddedHeight); 859 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 | 291 mMaxHeight(480), in LiveSession() 487 (*meta)->setInt32(kKeyMaxHeight, mMaxHeight); in getStreamFormatMeta() 1113 mMaxHeight = maxHeight > 0 ? maxHeight : mMaxHeight; in onMasterPlaylistFetched()
|