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

  /packages/apps/Camera2/src/com/android/camera/crop/
CropObject.java 47 public CropObject(Rect outerBound, Rect innerBound, int outerAngle) {
48 mBoundedRect = new BoundedRect(outerAngle % 360, outerBound, innerBound);
51 public CropObject(RectF outerBound, RectF innerBound, int outerAngle) {
52 mBoundedRect = new BoundedRect(outerAngle % 360, outerBound, innerBound);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropObject.java 49 public CropObject(Rect outerBound, Rect innerBound, int outerAngle) {
50 mBoundedRect = new BoundedRect(outerAngle % 360, outerBound, innerBound);
53 public CropObject(RectF outerBound, RectF innerBound, int outerAngle) {
54 mBoundedRect = new BoundedRect(outerAngle % 360, outerBound, innerBound);
  /libcore/harmony-tests/src/test/java/tests/api/java/math/
BigIntegerTest.java 946 BigInteger innerbound = j.add(two); local
948 for (; k.compareTo(innerbound) <= 0; k = k.add(one)) {

Completed in 58 milliseconds