Searched refs:mCurrentStackHeight (Results 1 – 1 of 1) sorted by relevance
141 private int mCurrentStackHeight = Integer.MAX_VALUE; field in NotificationStackScrollLayout926 if (stackHeight != mCurrentStackHeight) { in setExpandedHeight()927 mCurrentStackHeight = stackHeight; in setExpandedHeight()1066 return Math.min(mMaxLayoutHeight, mCurrentStackHeight);