Searched refs:mViewHeight (Results 1 – 3 of 3) sorted by relevance
54 int mViewHeight; field in MirrorWindowControlTest63 mViewHeight = 20; in setUp()73 mViewHeight); in setUp()85 assertTrue(lpCaptor.getValue().height == mViewHeight); in showControl_createViewAndAddView()
121 private int mViewWidth, mViewHeight; field in TiledImageRenderer181 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()
61 private final int mViewHeight; field in InvocationLightsView104 mViewHeight = Math.max(Math.max(cornerRadiusBottom, cornerRadiusTop), in InvocationLightsView()203 getLayoutParams().height = mViewHeight; in onFinishInflate()