Searched refs:mViewHeight (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DSurfaceTextureView.java160 private int mViewHeight; field in class:SurfaceTextureView.Renderer
206 mViewHeight = height;
213 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java122 private int mViewWidth, mViewHeight; field in class:TiledImageRenderer
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/
H A DTiledImageRenderer.java122 private int mViewWidth, mViewHeight; field in class:TiledImageRenderer
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/Calendar/src/com/android/calendar/
H A DDayView.java467 private int mViewHeight; field in class:DayView
1222 mViewHeight = height;
1223 mEdgeEffectTop.setSize(mViewWidth, mViewHeight);
1224 mEdgeEffectBottom.setSize(mViewWidth, mViewHeight);
2182 dest.bottom = (int) (mViewHeight - yTranslate);
2239 canvas.rotate(180, mViewWidth/2, mViewHeight/2);
2476 if (lineY >= mViewStartY && lineY < mViewStartY + mViewHeight - 2) {
2664 if (lineY < mViewStartY + mViewHeight) {
2669 r.bottom = mViewStartY + mViewHeight;
2677 if (lineY < mViewStartY + mViewHeight) {
[all...]

Completed in 410 milliseconds