OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRatio
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java
64
private float
mRatio
;
84
mRatio
= a.getFloat(R.styleable.ProportionalLayout_ratio, 1.0f);
105
width = Math.round(childHeight *
mRatio
);
109
height = Math.round(childWidth *
mRatio
);
140
return
mRatio
;
144
mRatio
= ratio;
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java
165
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;
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java
149
mPos[0] = (x*2-1)*
mRatio
;
216
mRatio
= (float) width / height;
217
Matrix.frustumM(mProjMatrix, 0, -
mRatio
,
mRatio
, -1, 1, 3, 7);
464
private float
mRatio
= 1.0f;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
695
mRatio
= (float) width / height;
696
Matrix.frustumM(mProjMatrix, 0, -
mRatio
,
mRatio
, -1, 1, 3, 7);
[
all
...]
Completed in 63 milliseconds