Searched defs:centerY (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java51 * public static Animator createRevealWithDelay(View view, int centerX, int centerY, float startRadius, float endRadius) {
52 * Animator delayAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, startRadius);
54 * Animator revealAnimator = ViewAnimationUtils.createCircularReveal(view, centerX, centerY, startRadius, endRadius);
64 * @param centerY The y coordinate of the center of the animating circle, relative to
70 int centerX, int centerY, float startRadius, float endRadius) {
71 return new RevealAnimator(view, centerX, centerY, startRadius, endRadius);
69 createCircularReveal(View view, int centerX, int centerY, float startRadius, float endRadius) argument
/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java34 public final float centerY; field in class:OrientedBoundingBox
41 centerY = cy;
62 matrix.postTranslate(centerX, centerY);
/frameworks/native/include/input/
H A DVirtualKeyMap.h37 int32_t centerY; member in struct:android::VirtualKeyDefinition
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransform3dActivity.java58 final float centerY = getHeight() / 2.0f - mBitmap1.getHeight() / 2.0f;
63 rotate(centerX, centerY, camera, matrix, 32.0f);
64 drawBitmap(canvas, centerX, centerY, 0.0f, matrix);
66 rotate(centerX, centerY, camera, matrix, 12.0f);
67 drawBitmap(canvas, centerX, centerY, -mBitmap1.getWidth(), matrix);
69 rotate(centerX, centerY, camera, matrix, 52.0f);
70 drawBitmap(canvas, centerX, centerY, mBitmap1.getWidth(), matrix);
72 rotate(centerX, centerY, camera, matrix, 122.0f);
73 drawBitmap(canvas, centerX, centerY, mBitmap1.getWidth() * 2.0f, matrix);
77 private void drawBitmap(Canvas canvas, float centerX, float centerY, floa argument
86 rotate(float centerX, float centerY, Camera camera, Matrix matrix, float angle) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java45 @param centerY The y-coordinate of the center of the radius
54 public RadialGradient(float centerX, float centerY, float radius, argument
67 mY = centerY;
72 init(nativeCreate1(centerX, centerY, radius, colors, stops, tileMode.nativeInt));
77 @param centerY The y-coordinate of the center of the radius
83 public RadialGradient(float centerX, float centerY, float radius, argument
90 mY = centerY;
95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt));
H A DRect.java230 public final int centerY() { method in class:Rect
H A DRectF.java176 public final float centerY() { method in class:RectF
/frameworks/base/core/jni/
H A Dandroid_view_RenderNodeAnimator.cpp136 jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) {
137 BaseRenderNodeAnimator* animator = new RevealAnimator(centerX, centerY, startRadius, endRadius);
135 createRevealAnimator(JNIEnv* env, jobject clazz, jint centerX, jint centerY, jfloat startRadius, jfloat endRadius) argument
/frameworks/base/libs/hwui/
H A DAnimator.cpp433 RevealAnimator::RevealAnimator(int centerX, int centerY, argument
437 , mCenterY(centerY) {
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java65 * @param centerY center of view Y
72 float centerX, float centerY, float centerZ, float upX, float upY,
77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
71 gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
H A DMatrix.java691 * @param centerY center of view Y
699 float centerX, float centerY, float centerZ, float upX, float upY,
706 float fy = centerY - eyeY;
697 setLookAtM(float[] rm, int rmOffset, float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp39 float centerX, float centerY, float centerZ, float upX, float upY,
46 float fy = centerY - eyeY;
38 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp25 float centerX, float centerY, float centerZ, float upX, float upY,
32 float fy = centerY - eyeY;
24 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY,
43 float fy = centerY - eyeY;
35 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java65 public int centerX, centerY; field in class:TiledImageView.ImageRendererWrapper
160 mRenderer.centerY = source != null ? source.getImageHeight() / 2 : 0;
276 mRenderer.centerY = swap ? cx : cy;
305 mRenderer.image.setPosition(mRenderer.centerX, mRenderer.centerY,
H A DTiledImageRenderer.java240 public void setPosition(int centerX, int centerY, float scale) { argument
241 if (mCenterX == centerX && mCenterY == centerY
246 mCenterY = centerY;
430 int centerX = mViewWidth / 2, centerY = mViewHeight / 2;
431 canvas.translate(centerX, centerY);
433 canvas.translate(-centerX, -centerY);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java374 float scale, float centerX, float centerY);
688 float centerX, float centerY) {
691 region, scale, centerX, centerY);
811 final float centerX, final float centerY) {
834 region, scale, centerX, centerY);
839 listener.onMagnificationChanged(this, region, scale, centerX, centerY);
1029 * @param centerY the unscaled screen-relative Y coordinate on which to
1035 public boolean setCenter(float centerX, float centerY, boolean animate) { argument
1042 Float.NaN, centerX, centerY, animate);
1063 * @param centerY th
373 onMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
687 onMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
810 dispatchMagnificationChanged(final @NonNull Region region, final float scale, final float centerX, final float centerY) argument
1066 onMagnificationChanged(@onNull MagnificationController controller, @NonNull Region region, float scale, float centerX, float centerY) argument
1554 onMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java212 final float centerY = (mMagnificationBounds.height() / 2.0f
215 scale, centerX, centerY, false, INVALID_ID);
420 final float centerY = normPivotY + offsetY;
422 return setScaleAndCenterLocked(scale, centerX, centerY, animate, id);
432 * @param centerY the screen-relative Y coordinate around which to
440 public boolean setCenter(float centerX, float centerY, boolean animate, int id) { argument
445 return setScaleAndCenterLocked(Float.NaN, centerX, centerY, animate, id);
457 * @param centerY the screen-relative Y coordinate around which to
466 float scale, float centerX, float centerY, boolean animate, int id) {
471 return setScaleAndCenterLocked(scale, centerX, centerY, animat
465 setScaleAndCenter( float scale, float centerX, float centerY, boolean animate, int id) argument
475 setScaleAndCenterLocked(float scale, float centerX, float centerY, boolean animate, int id) argument
569 updateMagnificationSpecLocked(float scale, float centerX, float centerY) argument
[all...]
H A DAccessibilityManagerService.java782 * @param centerY the new screen-relative center Y coordinate
785 float scale, float centerX, float centerY) {
787 notifyMagnificationChangedLocked(region, scale, centerX, centerY);
972 float scale, float centerX, float centerY) {
976 service.notifyMagnificationChangedLocked(region, scale, centerX, centerY);
2962 public boolean setMagnificationScaleAndCenter(float scale, float centerX, float centerY, argument
2979 .setScaleAndCenter(scale, centerX, centerY, animate, mId);
3228 float scale, float centerX, float centerY) {
3230 .notifyMagnificationChangedLocked(region, scale, centerX, centerY);
3242 float scale, float centerX, float centerY) {
784 notifyMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
971 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
3227 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
3241 notifyMagnificationChangedInternal(@onNull Region region, float scale, float centerX, float centerY) argument
3452 notifyMagnificationChangedLocked(@onNull Region region, float scale, float centerX, float centerY) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1074 final float centerY = getCenterYForRow(currentCell.row);
1080 (getCenterYForRow(nextCell.row) - centerY);
1082 mInProgressY = centerY + dy;
1093 float centerY = getCenterYForRow(i);
1103 drawCircle(canvas, (int) centerX, (int) centerY + translationY,
1133 float centerY = getCenterYForRow(cell.row);
1141 currentPath.lineTo(centerX, centerY);
1146 lastY = centerY;
1189 private void drawCircle(Canvas canvas, float centerX, float centerY, float radius, argument
1193 canvas.drawCircle(centerX, centerY, radiu
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java279 float centerX, centerY;
288 centerY = (getHeight() / 2 - relativeScale * mTranslateRect.centerY()) /
306 centerY = mTranslateRect.centerY();
308 centerY = Math.min(Math.max(mTranslateRect.top + heightBuffer,
313 mScaleRunnable.start(currentScale, targetScale, centerX, centerY);
911 * @param centerY the center vertical point around which to scale
913 private void scale(float newScale, float centerX, float centerY) { argument
972 mMatrix.postScale(factor, factor, centerX, centerY);
1184 start(float startScale, float targetScale, float centerX, float centerY) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 388 milliseconds