Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java64 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
88 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
98 private RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
127 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
145 public RadialGradient(float centerX, float centerY, float radius, in RadialGradient()
/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/core/java/android/view/
DViewAnimationUtils.java70 int centerX, int centerY, float startRadius, float endRadius) { in createCircularReveal()
/frameworks/native/include/input/
DVirtualKeyMap.h36 int32_t centerX; member
/frameworks/base/core/tests/coretests/src/android/view/
DScaleGestureDetectorTest.java66 final int centerX = displayWidth / 2; in testScaleGestureDetector() local
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java33 public final float centerX; field in OrientedBoundingBox
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java388 float scale, float centerX, float centerY); in onMagnificationChanged()
798 float centerX, float centerY) { in onMagnificationChanged()
939 final float centerX, final float centerY) { in dispatchMagnificationChanged()
1163 public boolean setCenter(float centerX, float centerY, boolean animate) { in setCenter()
1195 @NonNull Region region, float scale, float centerX, float centerY); in onMagnificationChanged()
1661 float scale, float centerX, float centerY) { in onBind()
DIAccessibilityServiceClient.aidl44 …void onMagnificationChanged(int displayId, in Region region, float scale, float centerX, float cen… in onMagnificationChanged()
DIAccessibilityServiceConnection.aidl83 boolean setMagnificationScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setMagnificationScaleAndCenter()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSession.java134 int centerX = mBackground.getWidth()/2; in playAssistAnimation() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java443 final float centerX = normPivotX + offsetX; in setScale() local
450 boolean setScaleAndCenter(float scale, float centerX, float centerY, in setScaleAndCenter()
481 boolean updateMagnificationSpecLocked(float scale, float centerX, float centerY) { in updateMagnificationSpecLocked()
913 public boolean setCenter(int displayId, float centerX, float centerY, boolean animate, int id) { in setCenter()
940 public boolean setScaleAndCenter(int displayId, float scale, float centerX, float centerY, in setScaleAndCenter()
DAbstractAccessibilityServiceConnection.java896 public boolean setMagnificationScaleAndCenter(int displayId, float scale, float centerX, in setMagnificationScaleAndCenter()
1141 float scale, float centerX, float centerY) { in notifyMagnificationChangedLocked()
1163 float scale, float centerX, float centerY) { in notifyMagnificationChangedInternal()
1311 final float centerX = (float) args.arg3; in handleMessage() local
1339 float scale, float centerX, float centerY) { in notifyMagnificationChangedLocked()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java148 int centerX = getWidth() / 2; in onLayout() local
DPasswordTextView.java698 float centerX = currentDrawPosition + charWidth / 2; in draw() local
706 float centerX = currentDrawPosition + charWidth / 2; in draw() local
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
DTransformTestActivity.java97 float centerX = detector.getFocusX(); in onScale() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfo.java169 final int centerX = v.getWidth() / 2; in closeControls() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp30 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/base/core/java/android/transition/
DExplode.java143 int centerX = bounds.centerX(); in calculateOut() local
/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/widget/
DEdgeEffect.java365 final float centerX = mBounds.centerX(); in draw() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java65 public int centerX, centerY; field in TiledImageView.ImageRendererWrapper
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp41 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java111 public boolean setMagnificationScaleAndCenter(int displayId, float scale, float centerX, in setMagnificationScaleAndCenter()
/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()

12