Searched refs:getViewHeight (Results 1 – 4 of 4) sorted by relevance
594 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()595 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()602 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()607 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()609 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()611 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()617 hint = Math.min(hint, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()683 int startHeight = getViewHeight(mTransformationStartVisibleType); in calculateTransformationAmount()684 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()704 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()[all …]
101 && getViewHeight() != otherTvs.getViewHeight(); in transformScale()114 protected int getViewHeight() { in getViewHeight() method in TextViewTransformState
138 int viewHeight = getViewHeight(); in transformViewFrom()139 int otherHeight = otherState.getViewHeight(); in transformViewFrom()246 protected int getViewHeight() { in getViewHeight() method in TransformState326 if (transformScale && otherState.getViewHeight() != getViewHeight()) { in transformViewTo()385 (otherState.getViewHeight() / (float) getViewHeight()), in transformViewTo()
183 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer