Searched refs:getViewHeight (Results 1 – 2 of 2) sorted by relevance
688 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 …]
180 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer