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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java147 algorithmState.scrolledPixelsTop = 0;
556 - algorithmState.scrolledPixelsTop;
637 algorithmState.scrolledPixelsTop = algorithmState.scrollY
639 algorithmState.partialInTop = (algorithmState.scrolledPixelsTop) / (childHeight
860 public float scrolledPixelsTop; field in class:StackScrollAlgorithm.StackScrollAlgorithmState

Completed in 102 milliseconds