Searched refs:mCollapsedSize (Results 1 – 2 of 2) sorted by relevance
47 private int mCollapsedSize; field in StackScrollAlgorithm66 mCollapsedSize = context.getResources() in initConstants()488 return child == null? mCollapsedSize : child.getHeight(); in getMaxAllowedChildHeight()
146 private int mCollapsedSize; field in NotificationStackScrollLayout504 mCollapsedSize = context.getResources() in initView()871 return firstChild != null ? firstChild.getMinHeight() : mCollapsedSize; in getFirstItemMinHeight()2397 : mCollapsedSize; in getFirstChildIntrinsicHeight()2399 firstChildMinHeight = Math.max(firstChildMinHeight - mOwnScrollY, mCollapsedSize); in getFirstChildIntrinsicHeight()2411 : mCollapsedSize; in getPeekHeight()