Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java688 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()
689 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
696 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
701 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()
709 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()
711 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()
719 hint = Math.min(hint, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
792 int startHeight = getViewHeight(mTransformationStartVisibleType); in calculateTransformationAmount()
793 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()
813 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java180 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer