Searched refs:lowerBound (Results 1 – 9 of 9) sorted by relevance
38 private PortFilter(int lowerBound, int upperBound) { in PortFilter() argument39 mLowerBound = lowerBound; in PortFilter()60 int lowerBound = NO_BOUND;72 lowerBound = value;87 lowerBound = Integer.parseInt(lowerBoundString);107 return new PortFilter(lowerBound, upperBound);
1020 void SpotShadow::updateBound(const Vector2 inVector, Vector2& lowerBound, in updateBound() argument1022 if (inVector.x < lowerBound.x) { in updateBound()1023 lowerBound.x = inVector.x; in updateBound()1026 if (inVector.y < lowerBound.y) { in updateBound()1027 lowerBound.y = inVector.y; in updateBound()1092 Vector2 lowerBound = {FLT_MAX, FLT_MAX}; in testIntersection() local1095 updateBound(poly1[i], lowerBound, upperBound); in testIntersection()1098 updateBound(poly2[i], lowerBound, upperBound); in testIntersection()1108 testPoint.x = lowerBound.x + randomX * (upperBound.x - lowerBound.x); in testIntersection()1109 testPoint.y = lowerBound.y + randomY * (upperBound.y - lowerBound.y); in testIntersection()
70 static void updateBound(const Vector2 inVector, Vector2& lowerBound, Vector2& upperBound );
89 public static void assertArrayWithinLowerBound(String message, float[] value, float lowerBound) in assertArrayWithinLowerBound() argument94 message, value[i], lowerBound, i, Arrays.toString(value)), in assertArrayWithinLowerBound()95 value[i] > lowerBound); in assertArrayWithinLowerBound() local
73 int lowerBound = (maxNumOfPixels == UNCONSTRAINED) ? 1 : in computeInitialSampleSize() local77 return lowerBound; in computeInitialSampleSize()80 return Math.max(sampleSize, lowerBound); in computeInitialSampleSize()
274 int lowerBound = (maxNumOfPixels == UNCONSTRAINED) ? 1 : in computeInitialSampleSize() local280 if (upperBound < lowerBound) { in computeInitialSampleSize()282 return lowerBound; in computeInitialSampleSize()289 return lowerBound; in computeInitialSampleSize()
816 int lowerBound = rotation * 90 - 45 in isOrientationAngleAcceptableLocked() local819 if (orientationAngle >= 315 && orientationAngle < lowerBound + 360) { in isOrientationAngleAcceptableLocked()823 if (orientationAngle < lowerBound) { in isOrientationAngleAcceptableLocked()
1078 public void setVisibleRangeHint(int lowerBound, int upperBound) { in setVisibleRangeHint() argument1079 mVisibleWindowLowerBound = lowerBound; in setVisibleRangeHint()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...