Home
last modified time | relevance | path

Searched refs:mViewHeight (Results 1 – 3 of 3) 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/WallpaperPicker/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.java462 private int mViewHeight; field in DayView
1205 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 …]