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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java423 public float getIncreasedPaddingAmount() { method in class:ExpandableView
H A DExpandableNotificationRow.java2157 public float getIncreasedPaddingAmount() { method in class:ExpandableNotificationRow
2162 return mChildrenContainer.getIncreasedPaddingAmount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java273 float increasedPadding = v.getIncreasedPaddingAmount();
H A DNotificationStackScrollLayout.java663 float increasedPaddingAmount = child.getIncreasedPaddingAmount();
1990 float increasedPaddingAmount = expandableView.getIncreasedPaddingAmount();
2721 float increasedPaddingAmount = removedChild.getIncreasedPaddingAmount();
2771 float increasedPaddingAmount = child.getIncreasedPaddingAmount();
H A DNotificationChildrenContainer.java1252 public float getIncreasedPaddingAmount() { method in class:NotificationChildrenContainer

Completed in 88 milliseconds