Searched refs:MAX_CELL_HEIGHT (Results 1 – 1 of 1) sorted by relevance
123 private static int MAX_CELL_HEIGHT = 150; field in DayView714 MAX_CELL_HEIGHT *= mScale; in DayView()4194 } else if (mCellHeight > MAX_CELL_HEIGHT) { in onScale()4196 mCellHeight = MAX_CELL_HEIGHT; in onScale()4197 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()