HomeSort by relevance Sort by last modified time
    Searched full:centery (Results 126 - 150 of 400) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AbstractAvatarDrawable.java 133 canvas.drawCircle(bounds.centerX(), bounds.centerY(), radius, mBorderPaint);
144 canvas.drawCircle(bounds.centerX(), bounds.centerY(), bounds.width() / 2, paint);
CheckableContactFlipDrawable.java 165 canvas.drawCircle(bounds.centerX(), bounds.centerY(), bounds.width() / 2, mPaint);
172 bounds.centerY() - CHECKMARK.getHeight() / 2);
ContactDrawable.java 108 bounds.centerY() + sRect.height() / 2, sPaint);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 687 * @param centerY The Y coordinate of the center of the bounding sphere
692 public float calculateRadiusSquared (final float centerX, final float centerY, final float centerZ, int offset, int count,
712 final float r = tmpV.sub(centerX, centerY, centerZ).len2();
721 final float r = tmpV.sub(centerX, centerY, centerZ).len2();
730 final float r = tmpV.sub(centerX, centerY, centerZ).len2();
740 * @param centerY The Y coordinate of the center of the bounding sphere
745 public float calculateRadius (final float centerX, final float centerY, final float centerZ, int offset, int count,
747 return (float)Math.sqrt(calculateRadiusSquared(centerX, centerY, centerZ, offset, count, transform));
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 750 float centerY = viewRect.centerY();
752 bufferRect.offset(centerX - bufferRect.centerX(), centerY - bufferRect.centerY());
757 matrix.postScale(scale, scale, centerX, centerY);
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
760 matrix.postRotate(180, centerX, centerY);
    [all...]
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 750 float centerY = viewRect.centerY();
752 bufferRect.offset(centerX - bufferRect.centerX(), centerY - bufferRect.centerY());
757 matrix.postScale(scale, scale, centerX, centerY);
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
760 matrix.postRotate(180, centerX, centerY);
    [all...]
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 750 float centerY = viewRect.centerY();
752 bufferRect.offset(centerX - bufferRect.centerX(), centerY - bufferRect.centerY());
757 matrix.postScale(scale, scale, centerX, centerY);
758 matrix.postRotate(90 * (rotation - 2), centerX, centerY);
760 matrix.postRotate(180, centerX, centerY);
    [all...]
  /frameworks/base/docs/html/training/wearables/watch-faces/
drawing.jd 505 float centerY = height / 2f;
524 canvas.drawLine(centerX, centerY, centerX + secX, centerY +
531 canvas.drawLine(centerX, centerY, centerX + minX, centerY + minY,
535 canvas.drawLine(centerX, centerY, centerX + hrX, centerY + hrY,
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 848 SkScalar centerY() const { return fInfo.fCenterEnd.fY; }
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 279 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) {
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtils.java 182 final int centerY = bitmap.getHeight() / 2;
183 final @ColorInt int colorAtCenterPixel = bitmap.getPixel(centerX, centerY);
189 + " but at position (" + centerX + "," + centerY + ") out of ("
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 143 m.setRotate(rot, bound.centerX(), bound.centerY());
176 float centY = r.centerY();
199 r.top = r.centerY() - finalH / 2;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageView.java 193 mUnclipCenterYDiff = dstUnclipRect.centerY() - mSrcUnclipRect.centerY();
228 float unclipCenterY = mSrcUnclipRect.centerY() + mUnclipCenterYDiff * mProgress;
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 374 float scale, float centerX, float centerY);
688 float centerX, float centerY) {
691 region, scale, centerX, centerY);
811 final float centerX, final float centerY) {
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java 114 assertEquals(LineGestureStrokeHelper.LINE_MIDWAY_POINT, box.centerY);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java 106 int lineY = r.centerY();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PlotStatistics.java 95 canvas.drawText(annotationString, r.centerX(), r.centerY(), paint);
  /external/skia/gm/
mixedtextblobs.cpp 132 SkRect lowerRightClip = SkRect::MakeXYWH(bounds.centerX(), bounds.centerY(),
  /frameworks/base/core/java/android/transition/
CircularPropagation.java 79 epicenterY = epicenter.centerY();
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 114 mRemainingSecondsView.setTranslationY(mPreviewArea.centerY() - textHeight / 2);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 432 float centerY = bitmapHeight / 2f;
434 m.setTranslate(-centerX, -centerY);
475 m.postTranslate(viewWidth / 2f - crop.centerX(), viewHeight / 2f - crop.centerY());
477 crop.offset(viewWidth / 2f - crop.centerX(), viewHeight / 2f - crop.centerY());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 106 final float yOffset = halfHeight - textBound.centerY();
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 448 private void layoutThumb(int centerY) {
454 int top = centerY - (mThumbImageView.getHeight() / 2);
460 private void layoutPreview(int centerY) {
481 int bottom = centerY;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationBundlingTests.java 124 int y = obj.getVisibleBounds().centerY();

Completed in 1968 milliseconds

1 2 3 4 56 7 8 91011>>