Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTextViewTransformState.java101 && getViewHeight() != otherTvs.getViewHeight(); in transformScale()
114 protected int getViewHeight() { in getViewHeight() method in TextViewTransformState
DTransformState.java138 int viewHeight = getViewHeight(); in transformViewFrom()
139 int otherHeight = otherState.getViewHeight(); in transformViewFrom()
246 protected int getViewHeight() { in getViewHeight() method in TransformState
326 if (transformScale && otherState.getViewHeight() != getViewHeight()) { in transformViewTo()
385 (otherState.getViewHeight() / (float) getViewHeight()), in transformViewTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java650 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()
651 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
658 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
665 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()
667 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()
669 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()
675 hint = Math.min(hint, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
741 int startHeight = getViewHeight(mTransformationStartVisibleType); in calculateTransformationAmount()
742 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()
762 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java183 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer