Lines Matching refs:mViewHeight
467 private int mViewHeight; field in DayView
1222 mViewHeight = height; in onSizeChanged()
1223 mEdgeEffectTop.setSize(mViewWidth, mViewHeight); in onSizeChanged()
1224 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight); in onSizeChanged()
2182 dest.bottom = (int) (mViewHeight - yTranslate); in onDraw()
2239 canvas.rotate(180, mViewWidth/2, mViewHeight/2); in onDraw()
2476 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) { in doDraw()
2664 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
2669 r.bottom = mViewStartY + mViewHeight; in drawBgColors()
2677 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
2682 r.bottom = mViewStartY + mViewHeight; in drawBgColors()
3109 final int viewEndY = mViewStartY + mViewHeight - DAY_HEADER_HEIGHT - mAlldayHeight; in drawEvents()
3138 drawEventText(layout, r, canvas, mViewStartY + 4, mViewStartY + mViewHeight in drawEvents()
3771 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in initAllDayHeights()
3783 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayEventAnimator()
3807 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayAnimator()
4034 mEdgeEffectTop.onPull(deltaY / mViewHeight); in doScroll()
4039 mEdgeEffectBottom.onPull(deltaY / mViewHeight); in doScroll()
4722 float minDist = mViewWidth + mViewHeight; // some large distance in findSelectedEvent()