Searched refs:stackHeight (Results 1 – 2 of 2) sorted by relevance
886 int stackHeight; in setExpandedHeight() local896 stackHeight = mTopPadding + mShelf.getIntrinsicHeight(); in setExpandedHeight()901 stackHeight = stackEndPosition; in setExpandedHeight()903 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition, in setExpandedHeight()907 stackHeight = (int) height; in setExpandedHeight()920 stackHeight = mFirstVisibleBackgroundChild.getPinnedHeadsUpHeight(); in setExpandedHeight()923 stackHeight = (int) (height - translationY); in setExpandedHeight()926 if (stackHeight != mCurrentStackHeight) { in setExpandedHeight()927 mCurrentStackHeight = stackHeight; in setExpandedHeight()
1072 int stackHeight = mLayoutAlgorithm.mStackRect.height(); in onInitializeAccessibilityEvent() local1073 event.setScrollY((int) (mStackScroller.getStackScroll() * stackHeight)); in onInitializeAccessibilityEvent()1074 event.setMaxScrollY((int) (mLayoutAlgorithm.mMaxScrollP * stackHeight)); in onInitializeAccessibilityEvent()