Searched refs:MIN_Y_SPAN (Results 1 – 1 of 1) sorted by relevance
124 private static int MIN_Y_SPAN = 100; field in DayView713 MIN_Y_SPAN *= mScale; in DayView()4169 mStartingSpanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY())); in onScaleBegin()4184 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY())); in onScale()