Searched refs:mRatio (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerWrapContentWithAspectRatioTest.java | 44 final float mRatio; field in LinearLayoutManagerWrapContentWithAspectRatioTest 52 mRatio = ratio; in LinearLayoutManagerWrapContentWithAspectRatioTest() 132 WRAP_CONTENT, WRAP_CONTENT).aspectRatio(testOrientation, mRatio); in wrapContentAffectsOtherOrientation() 136 .aspectRatio(testOrientation, mRatio); in wrapContentAffectsOtherOrientation() 140 .aspectRatio(testOrientation, mRatio); in wrapContentAffectsOtherOrientation()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 142 mRatio = (float) width / height; in onSurfaceChanged() 143 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7); in onSurfaceChanged() 336 private float mRatio = 1.0f; field in MyRenderer
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 165 mPos[0] = (x*2-1)*mRatio; in setPosition() 236 mRatio = (float) width / height; in onSurfaceChanged() 237 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7); in onSurfaceChanged() 491 private float mRatio = 1.0f; field in CamRenderer
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
D | ConfigGenerator.java | 157 private ScreenRatio mRatio = ScreenRatio.NOTLONG; field in ConfigGenerator 177 config.setScreenRatioQualifier(new ScreenRatioQualifier(mRatio)); in getFolderConfig() 289 mRatio = ratio; in setRatio()
|