Searched refs:kMinElidedBubbleWidth (Results 1 – 2 of 2) sorted by relevance
25 const CGFloat kMinElidedBubbleWidth = 150.0;28 // |kMinElidedBubbleWidth|.79 width = std::max(width * kMaxBubbleFraction, kMinElidedBubbleWidth);
513 static const int kMinElidedBubbleWidth = 150; in Layout() local517 ev_bubble_width = std::min(ev_bubble_width, std::max(kMinElidedBubbleWidth, in Layout()