Home
last modified time | relevance | path

Searched refs:getViewHeight (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java644 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()
645 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
657 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()
666 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()
668 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()
750 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()
770 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()
773 return getViewHeight(VISIBLE_TYPE_HEADSUP) in getMaxHeight()
776 return getViewHeight(VISIBLE_TYPE_CONTRACTED); in getMaxHeight()
781 private int getViewHeight(int visibleType) { in getViewHeight() method in NotificationContentView
[all …]
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java180 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer