Home
last modified time | relevance | path

Searched defs:centerX (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DTransform3dActivity.java57 final float centerX = getWidth() / 2.0f - mBitmap1.getWidth() / 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/include/androidfw/
DVirtualKeyMap.h36 int32_t centerX; member
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java33 public final float centerX; field in OrientedBoundingBox
DGestureUtils.java331 float centerX = 0; in computeCentroid() local
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
DTransformTestActivity.java97 float centerX = detector.getFocusX(); in onScale() local
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java1149 private void updateTargetPosition(int i, float centerX, float centerY) { in updateTargetPosition()
1154 private void updateTargetPosition(int i, float centerX, float centerY, float angle) { in updateTargetPosition()
1167 private void updateTargetPositions(float centerX, float centerY) { in updateTargetPositions()
1171 private void updateTargetPositions(float centerX, float centerY, boolean skipActive) { in updateTargetPositions()
1190 private void updatePointCloudPosition(float centerX, float centerY) { in updatePointCloudPosition()
/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/base/opengl/java/android/opengl/
DGLU.java72 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
DMatrix.java671 float centerX, float centerY, float centerZ, float upX, float upY, in setLookAtM()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp39 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/base/services/java/com/android/server/accessibility/
DScreenMagnifier.java418 final float centerX = mMagnificationController.getMagnifiedRegionCenterX() + scrollX; in onScroll() local
1341 final float centerX = normPivotX + offsetX; in setScale() local
1346 public void setMagnifiedRegionCenter(float centerX, float centerY, boolean animate) { in setMagnifiedRegionCenter()
1351 public void setScaleAndMagnifiedRegionCenter(float scale, float centerX, float centerY, in setScaleAndMagnifiedRegionCenter()
/frameworks/base/graphics/java/android/graphics/
DRectF.java169 public final float centerX() { in centerX() method in RectF
DRect.java203 public final int centerX() { in centerX() method in Rect
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java757 private void scale(float newScale, float centerX, float centerY) { in scale()
971 public boolean start(float startScale, float targetScale, float centerX, float centerY) { in start()
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java759 private void scale(float newScale, float centerX, float centerY) { in scale()
973 public boolean start(float startScale, float targetScale, float centerX, float centerY) { in start()