Searched defs:mIncreasedPaddingBetweenElements (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java46 private int mIncreasedPaddingBetweenElements; field in class:StackScrollAlgorithm
64 mIncreasedPaddingBetweenElements = context.getResources()
310 mIncreasedPaddingBetweenElements,
H A DNotificationStackScrollLayout.java148 private int mIncreasedPaddingBetweenElements; field in class:NotificationStackScrollLayout
510 mIncreasedPaddingBetweenElements = context.getResources()
653 int padding = increasedPaddingAmount == 1.0f ? mIncreasedPaddingBetweenElements
1966 mIncreasedPaddingBetweenElements,
1970 mIncreasedPaddingBetweenElements,
1980 mIncreasedPaddingBetweenElements,
2703 mIncreasedPaddingBetweenElements,
2753 mIncreasedPaddingBetweenElements,
2757 mIncreasedPaddingBetweenElements,
2767 mIncreasedPaddingBetweenElements,
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java106 private int mIncreasedPaddingBetweenElements; field in class:ExpandableNotificationRow
1199 mIncreasedPaddingBetweenElements = getResources()
1867 return mIncreasedPaddingBetweenElements;

Completed in 72 milliseconds