Searched refs:expandedGroupListHeight (Results 1 – 2 of 2) sorted by relevance
630 int expandedGroupListHeight = getGroup() == null ? 0 : in updateLayoutHeightInternal() local633 expandedGroupListHeight += mVolumeGroupListPaddingTop; in updateLayoutHeightInternal()635 expandedGroupListHeight = Math.min(expandedGroupListHeight, mVolumeGroupListMaxHeight); in updateLayoutHeightInternal()636 int visibleGroupListHeight = mIsGroupExpanded ? expandedGroupListHeight : 0; in updateLayoutHeightInternal()
637 int expandedGroupListHeight = getGroup() == null ? 0 : in updateLayoutHeightInternal() local640 expandedGroupListHeight += mVolumeGroupListPaddingTop; in updateLayoutHeightInternal()642 expandedGroupListHeight = Math.min(expandedGroupListHeight, mVolumeGroupListMaxHeight); in updateLayoutHeightInternal()643 int visibleGroupListHeight = mIsGroupExpanded ? expandedGroupListHeight : 0; in updateLayoutHeightInternal()