Home
last modified time | relevance | path

Searched refs:increasedPaddingAmount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java793 float increasedPaddingAmount = child.getIncreasedPaddingAmount(); in updateScrollStateForAddedChildren() local
794 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 …]