Searched refs:increasedPaddingAmount (Results 1 – 1 of 1) sorted by relevance
793 float increasedPaddingAmount = child.getIncreasedPaddingAmount(); in updateScrollStateForAddedChildren() local794 int padding = increasedPaddingAmount == 1.0f ? mIncreasedPaddingBetweenElements in updateScrollStateForAddedChildren()795 : increasedPaddingAmount == -1.0f ? 0 : mPaddingBetweenElements; in updateScrollStateForAddedChildren()2178 float increasedPaddingAmount = expandableView.getIncreasedPaddingAmount();2180 if (increasedPaddingAmount >= 0.0f) {2184 increasedPaddingAmount);2188 increasedPaddingAmount);2193 1.0f + increasedPaddingAmount);2207 previousPaddingAmount = increasedPaddingAmount;2910 float increasedPaddingAmount = removedChild.getIncreasedPaddingAmount();[all …]