Searched refs:mCellHeightBeforeScaleGesture (Results 1 – 1 of 1) sorted by relevance
482 private int mCellHeightBeforeScaleGesture; field in DayView4170 mCellHeightBeforeScaleGesture = mCellHeight; in onScaleBegin()4186 mCellHeight = (int) (mCellHeightBeforeScaleGesture * spanY / mStartingSpanY); in onScale()4193 mCellHeightBeforeScaleGesture = mMinCellHeight; in onScale()4197 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()