Searched refs:mCellHeightBeforeScaleGesture (Results 1 – 1 of 1) sorted by relevance
477 private int mCellHeightBeforeScaleGesture; field in DayView3361 mCellHeightBeforeScaleGesture = mCellHeight; in onScaleBegin()3377 mCellHeight = (int) (mCellHeightBeforeScaleGesture * spanY / mStartingSpanY); in onScale()3384 mCellHeightBeforeScaleGesture = mMinCellHeight; in onScale()3388 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()