Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java455 public float getIncreasedPaddingAmount() { in getIncreasedPaddingAmount() method in ExpandableView
DExpandableNotificationRow.java2644 public float getIncreasedPaddingAmount() {
2649 return mChildrenContainer.getIncreasedPaddingAmount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java281 float increasedPadding = v.getIncreasedPaddingAmount(); in initAlgorithmState()
DNotificationStackScrollLayout.java793 float increasedPaddingAmount = child.getIncreasedPaddingAmount(); in updateScrollStateForAddedChildren()
2178 float increasedPaddingAmount = expandableView.getIncreasedPaddingAmount();
2910 float increasedPaddingAmount = removedChild.getIncreasedPaddingAmount();
2960 float increasedPaddingAmount = child.getIncreasedPaddingAmount();
DNotificationChildrenContainer.java1289 public float getIncreasedPaddingAmount() {