Searched refs:MAX_CELL_HEIGHT (Results 1 – 1 of 1) sorted by relevance
122 private static int MAX_CELL_HEIGHT = 150; field in DayView704 MAX_CELL_HEIGHT *= mScale; in DayView()3385 } else if (mCellHeight > MAX_CELL_HEIGHT) { in onScale()3387 mCellHeight = MAX_CELL_HEIGHT; in onScale()3388 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()