Home
last modified time | relevance | path

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

12

/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.java70 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal()
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java57 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
88 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
DRectF.java176 public final float centerY() { in centerY() method in RectF
/frameworks/native/include/input/
DVirtualKeyMap.h37 int32_t centerY; member
/frameworks/base/core/tests/coretests/src/android/view/
DScaleGestureDetectorTest.java74 final int centerY = displayHeight / 2; in testScaleGestureDetector() local
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java34 public final float centerY; field in OrientedBoundingBox
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java375 float scale, float centerX, float centerY); in onMagnificationChanged()
716 float centerX, float centerY) { in onMagnificationChanged()
853 final float centerX, final float centerY) { in dispatchMagnificationChanged()
1077 public boolean setCenter(float centerX, float centerY, boolean animate) { in setCenter()
1109 @NonNull Region region, float scale, float centerX, float centerY); in onMagnificationChanged()
1550 float scale, float centerX, float centerY) { in onBind()
DIAccessibilityServiceClient.aidl44 void onMagnificationChanged(in Region region, float scale, float centerX, float centerY); in onMagnificationChanged()
DIAccessibilityServiceConnection.aidl83 boolean setMagnificationScaleAndCenter(float scale, float centerX, float centerY, in setMagnificationScaleAndCenter()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java449 final float centerY = normPivotY + offsetY; in setScale() local
469 public boolean setCenter(float centerX, float centerY, boolean animate, int id) { in setCenter()
495 float scale, float centerX, float centerY, boolean animate, int id) { in setScaleAndCenter()
504 private boolean setScaleAndCenterLocked(float scale, float centerX, float centerY, in setScaleAndCenterLocked()
595 private boolean updateMagnificationSpecLocked(float scale, float centerX, float centerY) { in updateMagnificationSpecLocked()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java135 int centerY = (int) (mBackground.getHeight()/5*3.8f); in playAssistAnimation() local
/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/base/opengl/java/android/opengl/
DGLU.java72 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/base/core/java/android/transition/
DExplode.java144 int centerY = bounds.centerY(); in calculateOut() local
/frameworks/support/transition/src/android/support/transition/
DExplode.java145 int centerY = bounds.centerY(); in calculateOut() local
/frameworks/base/core/java/android/widget/
DEdgeEffect.java326 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/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java279 float centerX, centerY; in scale() local
913 private void scale(float newScale, float centerX, float centerY) { in scale()
1184 public boolean start(float startScale, float targetScale, float centerX, float centerY) { in start()
/frameworks/base/libs/hwui/
DAnimator.cpp449 RevealAnimator::RevealAnimator(int centerX, int centerY, in RevealAnimator()
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp136 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) { in createRevealAnimator()

12