Lines Matching refs:mHoursWidth
545 private int mHoursWidth; field in DayView
875 mHoursWidth = Math.max(HOURS_MARGIN, computeMaxStringWidth(mHoursWidth, ampm, p) in init()
877 mHoursWidth = Math.max(MIN_HOURS_WIDTH, mHoursWidth); in init()
1225 int gridAreaWidth = width - mHoursWidth; in onSizeChanged()
1311 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2, in remeasure()
1313 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth in remeasure()
2298 int effectiveWidth = mViewWidth - mHoursWidth; in computeDayLeftPosition()
2299 return day * effectiveWidth / mNumDays + mHoursWidth; in computeDayLeftPosition()
2316 r.right = mHoursWidth; in drawAllDayHighlights()
2606 float x = mHoursWidth; in drawGridBackground()
2653 r.right = mHoursWidth; in drawBgColors()
2666 r.left = mHoursWidth; in drawBgColors()
2869 x = mHoursWidth; in drawAllDayEvents()
3677 mPopup.showAtLocation(this, Gravity.BOTTOM | Gravity.LEFT, mHoursWidth, 5); in updateEventDetails()
3869 if((x < mHoursWidth && y > DAY_HEADER_HEIGHT && y < DAY_HEADER_HEIGHT + mAlldayHeight) in doSingleTapUp()
4565 if (x < mHoursWidth) { in setSelectionFromPosition()
4566 x = mHoursWidth; in setSelectionFromPosition()
4569 int day = (x - mHoursWidth) / (mCellWidth + DAY_GAP); in setSelectionFromPosition()