Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DInvocationLightsView.java61 private final int mViewHeight; field in InvocationLightsView
104 mViewHeight = Math.max(Math.max(cornerRadiusBottom, cornerRadiusTop), in InvocationLightsView()
203 getLayoutParams().height = mViewHeight; in onFinishInflate()