Searched refs:mMeshHeight (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 987 private int mMeshHeight; field in Magnifier.InternalPopupWindow 1120 mMeshHeight = 6; in createMeshMatrixForFishEyeEffect() 1121 mMeshLeft = new float[2 * (mMeshWidth + 1) * (mMeshHeight + 1)]; in createMeshMatrixForFishEyeEffect() 1122 mMeshRight = new float[2 * (mMeshWidth + 1) * (mMeshHeight + 1)]; in createMeshMatrixForFishEyeEffect() 1128 mMeshHeight = 6; in fillMeshMatrix() 1133 for (int i = 0; i < 2 * (mMeshWidth + 1) * (mMeshHeight + 1); i += 2) { in fillMeshMatrix() 1143 mMeshLeft[i + 1] = yl + hl * rowIndex / mMeshHeight; in fillMeshMatrix() 1146 mMeshRight[i + 1] = yr + hr * rowIndex / mMeshHeight; in fillMeshMatrix() 1326 mMeshWidth, mMeshHeight, mMeshLeft, 0, null, 0, paint); in doDraw() local 1329 mMeshWidth, mMeshHeight, mMeshRight, 0, null, 0, paint); in doDraw() local
|