Searched refs:viewStart (Results 1 – 4 of 4) sorted by relevance
418 final float viewStart = child.getTranslationY(); in updateAppearance() local437 if (viewStart >= shelfStart && mNotGoneIndex == -1) { in updateAppearance()465 updateCornerRoundnessOnScroll(anv, viewStart, shelfStart); in updateAppearance()531 float viewStart,542 final boolean shouldUpdateCornerRoundness = viewStart < shelfStart554 final float viewEnd = viewStart + anv.getActualHeight();560 if (viewStart >= cornerAnimationTop) {563 (viewStart - cornerAnimationTop) / cornerAnimationDistance);732 float viewStart = view.getTranslationY();739 viewStart + fullHeight - iconTransformStart,[all …]
159 val viewStart = 1f in getAmountInShelf_lastViewBelowShelf_completelyInShelf() constant163 whenever(expandableView.translationY).thenReturn(viewStart) in getAmountInShelf_lastViewBelowShelf_completelyInShelf()188 val viewStart = 0f in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf() constant193 whenever(expandableView.translationY).thenReturn(viewStart) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()218 val viewStart = 0f in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf() constant223 whenever(expandableView.translationY).thenReturn(viewStart) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()248 val viewStart = 0f in getAmountInShelf_lastViewAboveShelf_notInShelf() constant253 whenever(expandableView.translationY).thenReturn(viewStart) in getAmountInShelf_lastViewAboveShelf_notInShelf()
568 val viewStart = 0f in <lambda>() constant576 expandableViewState.yTranslation = viewStart in <lambda>()585 val viewStart = 1f in <lambda>() constant592 expandableViewState.yTranslation = viewStart in <lambda>()601 val viewStart = 1f in <lambda>() constant608 expandableViewState.yTranslation = viewStart in <lambda>()
266 public int calculateDtToFit(int viewStart, int viewEnd, int boxStart, int boxEnd, int in calculateDtToFit() argument270 return boxStart - viewStart; in calculateDtToFit()274 final int dtStart = boxStart - viewStart; in calculateDtToFit()