Searched refs:stackHeight (Results 1 – 2 of 2) sorted by relevance
743 int stackHeight; in setExpandedHeight() local749 stackHeight = (int) height; in setExpandedHeight()760 stackHeight = (int) (height - translationY); in setExpandedHeight()762 if (stackHeight != mCurrentStackHeight) { in setExpandedHeight()763 mCurrentStackHeight = stackHeight; in setExpandedHeight()
1147 int stackHeight = mLayoutAlgorithm.mStackRect.height(); in onInitializeAccessibilityEvent() local1148 event.setScrollY((int) (mStackScroller.getStackScroll() * stackHeight)); in onInitializeAccessibilityEvent()1149 event.setMaxScrollY((int) (mLayoutAlgorithm.mMaxScrollP * stackHeight)); in onInitializeAccessibilityEvent()