HomeSort by relevance Sort by last modified time
    Searched full:rotated90 (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 107 boolean rotated90 = (mLastRotationDegrees % 180 != 0);
108 if (rotated90) {
121 if (rotated90) {
130 if (!rotated90 && mLastRotationDegrees > 0) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 88 public Point rotated90(int count) { method in class:Point
Rectangle.java 62 Point dx = vAxis.rotated90(1).scaledTo(size.x / 2.0f);

Completed in 65 milliseconds