Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DMirrorWindowControlTest.java54 int mViewHeight; field in MirrorWindowControlTest
63 mViewHeight = 20; in setUp()
73 mViewHeight); in setUp()
85 assertTrue(lpCaptor.getValue().height == mViewHeight); in showControl_createViewAndAddView()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java121 private int mViewWidth, mViewHeight; field in TiledImageRenderer
181 return mViewHeight; in getViewHeight()
234 mViewHeight = height; in setViewSize()
256 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) { in layoutTiles()
276 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); in layoutTiles()
282 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); in layoutTiles()
361 double h = mViewHeight; in getRange()
427 int centerX = mViewWidth / 2, centerY = mViewHeight / 2; in draw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A 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()