Searched refs:mCurrentStackHeight (Results 1 – 1 of 1) sorted by relevance
80 private int mCurrentStackHeight = Integer.MAX_VALUE; field in NotificationStackScrollLayout520 if (stackHeight != mCurrentStackHeight) { in setStackHeight()521 mCurrentStackHeight = stackHeight; in setStackHeight()547 return Math.min(mMaxLayoutHeight, mCurrentStackHeight); in getLayoutHeight()