Searched refs:stackY (Results 1 – 5 of 5) sorted by relevance
337 whenever(ambientState.stackY).thenReturn(100f) in updateState_withNullLastVisibleBackgroundChild_hideShelf()363 whenever(ambientState.stackY).thenReturn(100f) in updateState_withNullFirstViewInShelf_hideShelf()389 whenever(ambientState.stackY).thenReturn(100f) in updateState_withCollapsedShade_hideShelf()415 whenever(ambientState.stackY).thenReturn(100f) in updateState_withHiddenSectionBeforeShelf_hideShelf()
131 ambientState.stackY = stackScrollAlgorithm.mHeadsUpInset + bigGap in <lambda>()134 resetViewStates_hunYTranslationIs(ambientState.stackY + scrimPadding) in <lambda>()174 ambientState.stackY = 2500f // Scroll over the max translation in <lambda>()191 ambientState.stackY = 2500f // Scroll over the max translation in <lambda>()282 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY in <lambda>()283 val centeredY = ambientState.stackY + fullHeight / 2f - emptyShadeView.height / 2f in <lambda>()
186 public void setStackY(float stackY) { in setStackY() argument187 mStackY = stackY; in setStackY()
1012 float computeCornerRoundnessForPinnedHun(float hostViewHeight, float stackY, in computeCornerRoundnessForPinnedHun() argument1020 final float distToOriginalRoundness = Math.max(0f, stackY - originalRoundnessY); in computeCornerRoundnessForPinnedHun()
1432 final float stackY = MathUtils.lerp(0, endTopPosition, fraction);1433 mAmbientState.setStackY(stackY);