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