Searched defs:bound (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarProjectionManagerTest.java45 private static synchronized void setBound(boolean bound) { argument
46 sBound = bound;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropMath.java54 * RectF's "contains" function treats points on the bottom and right bound
90 * image bound rectangle, clamps it to the edge of the rectangle.
136 * @param bound rectangle to rotate
140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { argument
143 m.setRotate(rot, bound.centerX(), bound.centerY());
148 return inclusiveContains(bound, p[0], p[1]);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DUnifiedReal.java286 * mCrFactors cannot diverge, though we don't know of a good runtime bound.
1165 * Return an upper bound on the number of leading zero bits.
1168 * Return Integer.MAX_VALUE if we cannot bound it.
1173 // Adding 3 gives us a somewhat sloppy upper bound.
1188 * Is the number of bits to the left of the decimal point greater than bound?
1191 public boolean approxWholeNumberBitsGreaterThan(int bound) { argument
1193 return mRatFactor.wholeNumberBits() > bound;
1195 return crValue().get_appr(bound - 2).bitLength() > 2;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 97 milliseconds