Searched refs:mViewHeight (Results 1 – 3 of 3) sorted by relevance
122 private int mViewWidth, mViewHeight; field in TiledImageRenderer184 return mViewHeight; in getViewHeight()237 mViewHeight = height; in setViewSize()259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) { in layoutTiles()279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); in layoutTiles()285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); in layoutTiles()364 double h = mViewHeight; in getRange()430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2; in draw()
462 private int mViewHeight; field in DayView1205 mViewHeight = height; in onSizeChanged()1206 mEdgeEffectTop.setSize(mViewWidth, mViewHeight); in onSizeChanged()1207 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight); in onSizeChanged()1911 dest.bottom = (int) (mViewHeight - yTranslate); in onDraw()1967 canvas.rotate(180, mViewWidth/2, mViewHeight/2); in onDraw()2193 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) { in doDraw()2335 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()2340 r.bottom = mViewStartY + mViewHeight; in drawBgColors()2348 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()[all …]