Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1282 int stackHeight;
1292 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();
1297 stackHeight = stackEndPosition;
1299 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition,
1303 stackHeight = (int) height;
1316 stackHeight =
1320 stackHeight = (int) (height - translationY);
1323 if (stackHeight != mCurrentStackHeight) {
1324 mCurrentStackHeight = stackHeight;
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java1071 int stackHeight = mLayoutAlgorithm.mStackRect.height(); in onInitializeAccessibilityEvent() local
1072 event.setScrollY((int) (mStackScroller.getStackScroll() * stackHeight)); in onInitializeAccessibilityEvent()
1073 event.setMaxScrollY((int) (mLayoutAlgorithm.mMaxScrollP * stackHeight)); in onInitializeAccessibilityEvent()