Searched refs:getViewHeight (Results 1 – 4 of 4) sorted by relevance
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()
621 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()622 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()629 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()634 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()636 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()638 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()646 hint = Math.min(hint, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()720 int startHeight = getViewHeight(mTransformationStartVisibleType); in calculateTransformationAmount()721 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()741 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()[all …]
180 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer