Searched refs:CLIP_REVEAL_MEET_FRACTION_MIN (Results 1 – 1 of 1) sorted by relevance
82 private static final float CLIP_REVEAL_MEET_FRACTION_MIN = 0.4f; field in DockedStackDividerController792 final float t = Math.max(0, Math.min(1, (fraction - CLIP_REVEAL_MEET_FRACTION_MIN) in getClipRevealMeetFraction()793 / (CLIP_REVEAL_MEET_FRACTION_MAX - CLIP_REVEAL_MEET_FRACTION_MIN))); in getClipRevealMeetFraction()