Searched refs:mMinCellHeight (Results 1 – 1 of 1) sorted by relevance
471 private static int mMinCellHeight = 32; field in DayView1260 mMinCellHeight = Math.max((height - DAY_HEADER_HEIGHT) / 24, (int) MIN_EVENT_HEIGHT); in remeasure()1261 if (mCellHeight < mMinCellHeight) { in remeasure()1262 mCellHeight = mMinCellHeight; in remeasure()4188 if (mCellHeight < mMinCellHeight) { in onScale()4192 mCellHeight = mMinCellHeight; in onScale()4193 mCellHeightBeforeScaleGesture = mMinCellHeight; in onScale()