Searched refs:mHeight (Results 1 - 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DSensors.java70 private float mHeight; field in class:Sensors.GraphView
95 mHeight = h;
96 if (mWidth < mHeight) {
129 if (mWidth < mHeight) {
149 float h0 = mHeight * 0.333333f;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DSpriteTextRenderer.java193 mLabels.beginDrawing(gl, mWidth, mHeight);
219 mNumericSprite.draw(gl, x, 0, mWidth, mHeight);
242 mHeight = h;
260 private int mHeight; field in class:SpriteTextRenderer

Completed in 99 milliseconds