Searched defs:mStartingSpanY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java480 private float mStartingSpanY = 0; field in class:DayView
3952 if (mStartingSpanY != 0) {
4169 mStartingSpanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4186 mCellHeight = (int) (mCellHeightBeforeScaleGesture * spanY / mStartingSpanY);
4189 // If mStartingSpanY is too small, even a small increase in the
4191 mStartingSpanY = spanY;
4195 mStartingSpanY = spanY;
4232 mStartingSpanY = 0;

Completed in 91 milliseconds