Home | History | Annotate | Download | only in calendar

Lines Matching refs:spanY

4174                     + "\tmCellHeight:" + mCellHeight + " SpanY:" + detector.getCurrentSpanY());
4182 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY()));
4184 mCellHeight = (int) (mCellHeightBeforeScaleGesture * spanY / mStartingSpanY);
4189 mStartingSpanY = spanY;
4193 mStartingSpanY = spanY;
4206 + mCellHeight + " SpanY:" + detector.getCurrentSpanY());