Searched refs:roundableState (Results 1 – 3 of 3) sorted by relevance
29 assertEquals(0f, roundable.roundableState.topRoundness)30 assertEquals(0f, roundable.roundableState.bottomRoundness)45 assertEquals(1f, roundable.roundableState.topRoundness)53 assertEquals(1f, roundable.roundableState.bottomRoundness)61 assertEquals(1f, roundable.roundableState.topRoundness)62 assertEquals(1f, roundable.roundableState.bottomRoundness)69 assertEquals(1f, roundable.roundableState.topRoundness)74 assertEquals(0f, roundable.roundableState.topRoundness)97 assertEquals(0.1f, roundable.roundableState.topRoundness)198 override val roundableState =[all …]
24 val roundableState: RoundableState32 get() = roundableState.topRoundness38 get() = roundableState.bottomRoundness43 get() = roundableState.maxRadius49 if (roundableState.newHeadsUpAnim.isEnabled) roundableState.topCornerRadius56 if (roundableState.newHeadsUpAnim.isEnabled) roundableState.bottomCornerRadius63 roundableState.radiiBuffer.also { radii ->89 val roundnessMap = roundableState.topRoundnessMap136 animate = roundableState.targetView.isShown205 animate = roundableState.targetView.isShown[all …]
90 val roundableState = mView.roundableState regex98 assertThat(mView.roundableState.hashCode()).isEqualTo(roundableState.hashCode())