HomeSort by relevance Sort by last modified time
    Searched refs:mViewHeight (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 38 mViewHeight = height;
52 win[winOffset + 1] = mY + mViewHeight * (mV[1] * rw + 1.0f) * 0.5f;
83 private int mViewHeight;
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 32 private int mViewHeight;
42 mViewHeight = 0;
50 mViewHeight = 0;
56 mViewHeight = height;
114 final float viewHeight = mViewHeight;
220 || position.y + mHeight < 0 || position.y > mViewHeight) {
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 36 private int mViewHeight;
101 mViewHeight = viewHeight;
114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
145 float viewAspectRatio = mViewWidth / (float)mViewHeight;
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 160 private int mViewHeight;
206 mViewHeight = height;
213 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 139 private int mViewHeight = 0;
370 mViewHeight = measureHeight(heightMeasureSpec, mMode);
372 setMeasuredDimension(mViewWidth, mViewHeight);
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 467 private int mViewHeight;
    [all...]

Completed in 1140 milliseconds