Home
last modified time | relevance | path

Searched refs:MIN_Y_SPAN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java124 private static int MIN_Y_SPAN = 100; field in DayView
713 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()