Home
last modified time | relevance | path

Searched refs:mViewWidth (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
180 return mViewWidth; in getViewWidth()
236 mViewWidth = width; in setViewSize()
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) { in layoutTiles()
278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale); in layoutTiles()
284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale); in layoutTiles()
363 double w = mViewWidth; in getRange()
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2; in draw()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt285 private var mViewWidth = 0 variable
845 mViewWidth = width in onSizeChanged()
847 mEdgeEffectTop.setSize(mViewWidth, mViewHeight) in onSizeChanged()
848 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight) in onSizeChanged()
1537 dest.right = mViewWidth in onDraw()
1547 mViewWidth.toFloat() in onDraw()
1549 -mViewWidth.toFloat() in onDraw()
1589 canvas.rotate(180f, mViewWidth.toFloat() / 2f, mViewHeight.toFloat() / 2f) in onDraw()
1644 val effectiveWidth = mViewWidth - mHoursWidth in computeDayLeftPosition()
1654 r.right = mViewWidth in drawAllDayHighlights()
[all …]