Searched refs:mViewHeight (Results 1 – 2 of 2) 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()
61 private final int mViewHeight; field in InvocationLightsView104 mViewHeight = Math.max(Math.max(cornerRadiusBottom, cornerRadiusTop), in InvocationLightsView()203 getLayoutParams().height = mViewHeight; in onFinishInflate()