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