Searched refs:mRatio (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java142 mRatio = (float) width / height;
143 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
336 private float mRatio = 1.0f; field in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java165 mPos[0] = (x*2-1)*mRatio;
236 mRatio = (float) width / height;
237 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
491 private float mRatio = 1.0f; field in class:CamRenderer
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java142 private ScreenRatio mRatio = ScreenRatio.NOTLONG; field in class:ConfigGenerator
162 config.setScreenRatioQualifier(new ScreenRatioQualifier(mRatio));
274 mRatio = ratio;

Completed in 586 milliseconds