HomeSort by relevance Sort by last modified time
    Searched defs:rotatedRect (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/
OrientedBitmapDrawable.java 90 final RectF rotatedRect = new RectF(mDstRect);
91 matrix.mapRect(rotatedRect);
92 mDstRect.set((int) rotatedRect.left, (int) rotatedRect.top, (int) rotatedRect.right,
93 (int) rotatedRect.bottom);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 179 ArrayList<float[]> rotatedRect = calculateRectangleHitbox(ringCenter, pointRotation);
180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect);

Completed in 2357 milliseconds