Searched defs:lowerBound (Results 1 – 7 of 7) sorted by relevance
73 @NonNull String lowerBound, @NonNull String upperBound) { in PhoneNumberRange()134 private void validateLowerAndUpperBounds(String lowerBound, String upperBound) { in validateLowerAndUpperBounds()
89 public static void assertArrayWithinLowerBound(String message, float[] value, float lowerBound) in assertArrayWithinLowerBound()95 value[i] > lowerBound); in assertArrayWithinLowerBound() local
71 InsetsAnimation(int typeMask, Insets lowerBound, Insets upperBound) { in InsetsAnimation()
38 private PortFilter(int lowerBound, int upperBound) { in PortFilter()
73 int lowerBound = (maxNumOfPixels == UNCONSTRAINED) ? 1 : in computeInitialSampleSize() local
877 int lowerBound = rotation * 90 - 45 in isOrientationAngleAcceptableLocked() local
1101 public void setVisibleRangeHint(int lowerBound, int upperBound) { in setVisibleRangeHint()