HomeSort by relevance Sort by last modified time
    Searched refs:mViewHeight (Results 1 - 11 of 11) 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) {
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 36 private int mViewHeight;
101 mViewHeight = viewHeight;
114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
145 float viewAspectRatio = mViewWidth / (float)mViewHeight;
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 36 private int mViewHeight;
101 mViewHeight = viewHeight;
114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
145 float viewAspectRatio = mViewWidth / (float)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;
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
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);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 122 private int mViewWidth, mViewHeight;
184 return mViewHeight;
237 mViewHeight = height;
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale);
285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale);
364 double h = mViewHeight;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 122 private int mViewWidth, mViewHeight;
184 return mViewHeight;
237 mViewHeight = height;
259 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale);
285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale);
364 double h = mViewHeight;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 123 private int mViewWidth, mViewHeight;
185 return mViewHeight;
238 mViewHeight = height;
260 if (mViewWidth == 0 || mViewHeight == 0 || !mLayoutTiles) {
280 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale);
286 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale);
365 double h = mViewHeight;
431 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 467 private int mViewHeight;
    [all...]

Completed in 623 milliseconds