Home
last modified time | relevance | path

Searched refs:stackHeight (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java145 public void setStackHeight(float stackHeight) { in setStackHeight() argument
146 mStackHeight = stackHeight; in setStackHeight()
H A DStackScrollAlgorithm.java377 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local
384 return stackHeight / stackEndHeight; in getExpansionFractionWithoutShelf()
H A DNotificationStackScrollLayout.java1323 int stackHeight;
1333 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1338 stackHeight = stackEndPosition;
1342 stackHeight = (int) height;
1344 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition,
1349 stackHeight = (int) height;
1361 stackHeight = (int) (height - translationY);
1367 if (stackHeight != mCurrentStackHeight) {
1368 mCurrentStackHeight = stackHeight;