/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | IllustrationPreferenceTest.java | 240 assertThat(mBackgroundView.getMaxHeight()).isEqualTo(maxHeight); in setMaxHeight_smallerThanRestrictedHeight_matchResult() 241 assertThat(mAnimationView.getMaxHeight()).isEqualTo(maxHeight); in setMaxHeight_smallerThanRestrictedHeight_matchResult() 254 assertThat(mBackgroundView.getMaxHeight()).isEqualTo(restrictedHeight); in setMaxHeight_largerThanRestrictedHeight_specificHeight() 255 assertThat(mAnimationView.getMaxHeight()).isEqualTo(restrictedHeight); in setMaxHeight_largerThanRestrictedHeight_specificHeight()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | BigPictureIconManager.kt | 78 private var maxHeight = getMaxHeight() in <lambda>() 111 maxHeight = getMaxHeight() in <lambda>() 223 private fun getMaxHeight() = in <lambda>() method in com.android.systemui.statusbar.notification.row.BigPictureIconManager
|
D | NotificationContentView.java | 811 public int getMaxHeight() { in getMaxHeight() method in NotificationContentView 2242 pw.print("maxHeight", getMaxHeight());
|
D | ExpandableNotificationRow.java | 3282 return showingLayout.getMaxHeight();
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PreferenceImageView.java | 63 final int maxHeight = getMaxHeight(); in onMeasure()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 214 uint32_t getMaxHeight() const { return mMaxSize->height; } in getMaxHeight() function in android::C2SoftMpeg4Dec::IntfImpl 352 mOutputBufferSize = align(mIntf->getMaxWidth(), 16) * align(mIntf->getMaxHeight(), 16) * 3 / 2; in ensureDecoderState() 412 mIntf->getMaxHeight(), H263_MODE)) { in handleResChange() 485 mIntf->getMaxWidth(), mIntf->getMaxHeight(), mode)) { in process()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvStreamConfig.java | 86 public int getMaxHeight() { in getMaxHeight() method in TvStreamConfig
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 460 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() method in IconTest 472 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithBitmap() 489 final int maxHeight = getMaxHeight(bmpWidth, bmpHeight, maxNumPixels); in testScaleDownMaxSizeWithAdaptiveBitmap()
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 696 public int getMaxHeight() { in getMaxHeight() method in EdgeEffect
|
D | ImageView.java | 419 public int getMaxHeight() {
|
D | ProgressBar.java | 496 @Px public int getMaxHeight() { in getMaxHeight() method in ProgressBar
|
D | AbsListView.java | 4664 translateX + width ,translateY + mEdgeGlowTop.getMaxHeight()); in draw() 4674 canvas.clipRect(translateX, translateY + height - mEdgeGlowBottom.getMaxHeight(), in draw()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 59146 method public int getMaxHeight(); 59512 method public int getMaxHeight(); 59989 method @Px public int getMaxHeight(); 60913 method public int getMaxHeight();
|
D | system-current.txt | 7921 method public int getMaxHeight();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37282 method public int getMaxHeight(); 37637 method public int getMaxHeight(); 38798 method public int getMaxHeight();
|