Searched refs:mMinCellHeight (Results 1 – 1 of 1) sorted by relevance
466 private static int mMinCellHeight = 32; field in DayView1243 mMinCellHeight = Math.max((height - DAY_HEADER_HEIGHT) / 24, (int) MIN_EVENT_HEIGHT); in remeasure()1244 if (mCellHeight < mMinCellHeight) { in remeasure()1245 mCellHeight = mMinCellHeight; in remeasure()3379 if (mCellHeight < mMinCellHeight) { in onScale()3383 mCellHeight = mMinCellHeight; in onScale()3384 mCellHeightBeforeScaleGesture = mMinCellHeight; in onScale()