Home
last modified time | relevance | path

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

/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DViewAutoScroller.java115 final int verticalThreshold = (int) (mHost.getViewHeight() in runScroll()
120 } else if (mLastLocation.y >= mHost.getViewHeight() in runScroll()
122 pixelsPastView = mLastLocation.y - mHost.getViewHeight() in runScroll()
160 (int) ((mHost.getViewHeight() * mScrollThresholdRatio) in aboveMotionThreshold()
174 (int) (mHost.getViewHeight() * mScrollThresholdRatio); in computeScrollDistance()
218 abstract int getViewHeight(); in getViewHeight() method in ViewAutoScroller.ScrollHost
268 int getViewHeight() { in getViewHeight() method in ViewAutoScroller.RuntimeHost
/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/
DNotificationContentView.java611 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()
612 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
619 return Math.min(mContentHeightAtAnimationStart, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
629 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()
631 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()
633 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()
639 hint = Math.min(hint, getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()
705 int startHeight = getViewHeight(mTransformationStartVisibleType); in calculateTransformationAmount()
706 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()
728 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()
[all …]
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DViewAutoScrollerTest.java128 int getViewHeight() { in getViewHeight() method in ViewAutoScrollerTest.TestHost
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java183 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer