Home
last modified time | relevance | path

Searched defs:centerY (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTransform3dActivity.java58 final float centerY = getHeight() / 2.0f - mBitmap1.getHeight() / 2.0f; in onDraw() local
77 private void drawBitmap(Canvas canvas, float centerX, float centerY, float offset, in drawBitmap()
86 private void rotate(float centerX, float centerY, Camera camera, in rotate()
/frameworks/base/core/java/android/view/
DViewAnimationUtils.java47 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal()
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java54 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
83 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
DRectF.java177 public final float centerY() { in centerY() method in RectF
DRect.java224 public final int centerY() { in centerY() method in Rect
/frameworks/native/include/input/
DVirtualKeyMap.h37 int32_t centerY; member
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java34 public final float centerY; field in OrientedBoundingBox
DGestureUtils.java332 float centerY = 0; in computeCentroid() local
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java1155 private void updateTargetPosition(int i, float centerX, float centerY) { in updateTargetPosition()
1160 private void updateTargetPosition(int i, float centerX, float centerY, float angle) { in updateTargetPosition()
1173 private void updateTargetPositions(float centerX, float centerY) { in updateTargetPositions()
1177 private void updateTargetPositions(float centerX, float centerY, boolean skipActive) { in updateTargetPositions()
1196 private void updatePointCloudPosition(float centerX, float centerY) { in updatePointCloudPosition()
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
DTransformTestActivity.java98 float centerY = detector.getFocusY(); in onScale() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp25 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java277 float centerX, centerY; in scale() local
398 float centerY = getHeight() / 2; in onScaleEnd() local
942 private void scale(float newScale, float centerX, float centerY) { in scale()
1167 public boolean start(float startScale, float targetScale, float centerX, float centerY) { in start()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DScreenMagnifier.java233 final float centerY = (-spec.offsetY + magnifiedFrame.height() / 2) / scale; in handleOnMagnifiedBoundsChanged() local
1024 final float centerY = normPivotY + offsetY; in setScale() local
1028 public void setMagnifiedRegionCenter(float centerX, float centerY, boolean animate) { in setMagnifiedRegionCenter()
1043 public void setScaleAndMagnifiedRegionCenter(float scale, float centerX, float centerY, in setScaleAndMagnifiedRegionCenter()
/frameworks/base/opengl/java/android/opengl/
DGLU.java72 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
DMatrix.java699 float centerX, float centerY, float centerZ, float upX, float upY, in setLookAtM()
/frameworks/base/core/java/android/transition/
DExplode.java145 int centerY = bounds.centerY(); in calculateOut() local
/frameworks/base/libs/hwui/
DAnimator.cpp303 RevealAnimator::RevealAnimator(int centerX, int centerY, in RevealAnimator()
/frameworks/base/core/java/android/widget/
DEdgeEffect.java324 final float centerY = mBounds.height() - mRadius; in draw() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java65 public int centerX, centerY; field in TiledImageView.ImageRendererWrapper
DTiledImageRenderer.java240 public void setPosition(int centerX, int centerY, float scale) { in setPosition()
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2; in draw() local
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp39 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java103 float centerY = (height / 2f - rendererCenter[1] + (imageHeight - height) / 2f) in getEdgesHelper() local
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp124 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) { in createRevealAnimator()