Searched refs:stackY (Results 1 – 5 of 5) sorted by relevance
365 whenever(ambientState.stackY).thenReturn(100f)392 whenever(ambientState.stackY).thenReturn(100f)419 whenever(ambientState.stackY).thenReturn(100f)446 whenever(ambientState.stackY).thenReturn(100f)
148 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY149 val centeredY = ambientState.stackY + fullHeight / 2f - emptyShadeView.height / 2f
184 public void setStackY(float stackY) { in setStackY() argument185 mStackY = stackY; in setStackY()
871 float computeCornerRoundnessForPinnedHun(float hostViewHeight, float stackY, in computeCornerRoundnessForPinnedHun() argument879 final float distToOriginalRoundness = Math.max(0f, stackY - originalRoundnessY); in computeCornerRoundnessForPinnedHun()
1376 final float stackY = MathUtils.lerp(0, endTopPosition, fraction);1377 mAmbientState.setStackY(stackY);