Lines Matching full:fraction
49 // Designated initializer. Asks |controller| for the current shown fraction, so
68 // Calculate the effective duration, based on the current shown fraction.
86 CGFloat fraction =
88 [controller_ changeFloatingBarShownFraction:fraction];
108 // Change the overlay to the given fraction, with or without animation. Only
109 // guaranteed to work properly with |fraction == 0| or |fraction == 1|. This
111 - (void)changeOverlayToFraction:(CGFloat)fraction
316 - (void)changeFloatingBarShownFraction:(CGFloat)fraction {
317 [browserController_ setFloatingBarShownFraction:fraction];
415 - (void)changeOverlayToFraction:(CGFloat)fraction
420 [self changeFloatingBarShownFraction:fraction];
424 // If we're already animating to the given fraction, then there's nothing more
426 if (currentAnimation_ && [currentAnimation_ endFraction] == fraction)
435 if ([browserController_ floatingBarShownFraction] == fraction)
440 [[DropdownAnimation alloc] initWithFraction:fraction