Searched refs:increasedPaddingAmount (Results 1 – 1 of 1) sorted by relevance
652 float increasedPaddingAmount = child.getIncreasedPaddingAmount(); in updateScrollStateForAddedChildren() local653 int padding = increasedPaddingAmount == 1.0f ? mIncreasedPaddingBetweenElements in updateScrollStateForAddedChildren()654 : increasedPaddingAmount == -1.0f ? 0 : mPaddingBetweenElements; in updateScrollStateForAddedChildren()1961 float increasedPaddingAmount = expandableView.getIncreasedPaddingAmount(); in updateContentHeight() local1963 if (increasedPaddingAmount >= 0.0f) { in updateContentHeight()1967 increasedPaddingAmount); in updateContentHeight()1971 increasedPaddingAmount); in updateContentHeight()1976 1.0f + increasedPaddingAmount); in updateContentHeight()1990 previousPaddingAmount = increasedPaddingAmount; in updateContentHeight()2698 float increasedPaddingAmount = removedChild.getIncreasedPaddingAmount(); in updateScrollStateForRemovedChild() local[all …]