Home
last modified time | relevance | path

Searched defs:getMaxHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvStreamConfig.java86 public int getMaxHeight() { in getMaxHeight() method in TvStreamConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBigPictureIconManager.kt223 private fun getMaxHeight() = in <lambda>() method in com.android.systemui.statusbar.notification.row.BigPictureIconManager
DNotificationContentView.java811 public int getMaxHeight() { in getMaxHeight() method in NotificationContentView
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp214 uint32_t getMaxHeight() const { return mMaxSize->height; } in getMaxHeight() function in android::C2SoftMpeg4Dec::IntfImpl
/frameworks/base/core/java/android/widget/
DEdgeEffect.java696 public int getMaxHeight() { in getMaxHeight() method in EdgeEffect
DProgressBar.java496 @Px public int getMaxHeight() { in getMaxHeight() method in ProgressBar
DTextView.java6176 public int getMaxHeight() { in getMaxHeight() method in TextView.Drawables
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java460 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() method in IconTest