Searched refs:peekSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackIndentationFunctor.java34 * @param peekSize The visual appearance of this is how far the cards in the stack peek
48 * |__________________SECOND ITEM______________________| | <- peekSize
53 StackIndentationFunctor(int maxItemsInStack, int peekSize, int distanceToPeekStart) { argument
57 mPeekSize = peekSize;
H A DPiecewiseLinearIndentationFunctor.java35 * @param peekSize The visual appearance of this is how far the cards in the stack peek
49 * |__________________SECOND ITEM______________________| | <- peekSize
57 int peekSize,
60 super(maxItemsInStack, peekSize, distanceToPeekStart);
56 PiecewiseLinearIndentationFunctor(int maxItemsInStack, int peekSize, int distanceToPeekStart, float linearPart) argument

Completed in 19 milliseconds