Home
last modified time | relevance | path

Searched refs:mViewHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java122 private int mViewWidth, mViewHeight; field in TiledImageRenderer
184 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()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt284 private var mViewHeight = 0 variable
846 mViewHeight = height in onSizeChanged()
847 mEdgeEffectTop.setSize(mViewWidth, mViewHeight) in onSizeChanged()
848 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight) in onSizeChanged()
1535 dest.bottom = (mViewHeight - yTranslate).toInt() in onDraw()
1589 canvas.rotate(180f, mViewWidth.toFloat() / 2f, mViewHeight.toFloat() / 2f) in onDraw()
1811 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) { in doDraw()
1950 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
1955 r.bottom = mViewStartY + mViewHeight in drawBgColors()
1964 if (lineY < mViewStartY + mViewHeight) { in drawBgColors()
[all …]