Home
last modified time | relevance | path

Searched defs:viewStart (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt159 val viewStart = 1f in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant
188 val viewStart = 0f in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant
218 val viewStart = 0f in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant
248 val viewStart = 0f in getAmountInShelf_lastViewAboveShelf_notInShelf() constant
DStackScrollAlgorithmTest.kt568 val viewStart = 0f in <lambda>() constant
585 val viewStart = 1f in <lambda>() constant
601 val viewStart = 1f in <lambda>() constant
/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java266 public int calculateDtToFit(int viewStart, int viewEnd, int boxStart, int boxEnd, int in calculateDtToFit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java418 final float viewStart = child.getTranslationY(); in updateAppearance() local