Searched refs:mWindowHeight (Results 1 – 2 of 2) sorted by relevance
93 private int mWindowHeight; field in Magnifier212 mWindowHeight = params.mHeight; in Magnifier()220 mSourceHeight = Math.round(mWindowHeight / mZoom); in Magnifier()361 mParentSurface.mSurfaceControl, mWindowWidth, mWindowHeight, mZoom, in show()443 return mWindowHeight; in getHeight()475 mSourceHeight = Math.round(mWindowHeight / mZoom); in setZoom()488 mWindowHeight = (int) (sourceHeight * zoom); in updateSourceFactors()490 mWindow.updateContentFactors(mWindowHeight, zoom); in updateSourceFactors()761 mWindowCoords.y = windowCenterY - mWindowHeight / 2; in obtainWindowCoordinates()889 Math.min(windowBounds.bottom - mWindowHeight, mWindowCoords.y)); in getCurrentClampedWindowCoordinates()
71592 Landroid/widget/Magnifier;->mWindowHeight:I