Searched refs:previousIncreasedAmount (Results 1 – 1 of 1) sorted by relevance
1822 float previousIncreasedAmount = 0.0f; in updateContentHeight() local1831 Math.max(previousIncreasedAmount, increasedPaddingAmount)); in updateContentHeight()1833 previousIncreasedAmount = increasedPaddingAmount; in updateContentHeight()2511 float previousIncreasedAmount = 0.0f; in getPositionInLinearLayout() local2521 Math.max(previousIncreasedAmount, increasedPaddingAmount)); in getPositionInLinearLayout()2523 previousIncreasedAmount = increasedPaddingAmount; in getPositionInLinearLayout()