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

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DParameterUtils.java153 int x = clipLower(rect.left, /*lo*/0, rect, "left");
154 int y = clipLower(rect.top, /*lo*/0, rect, "top");
155 int w = clipLower(rect.width(), /*lo*/0, rect, "width");
156 int h = clipLower(rect.height(), /*lo*/0, rect, "height");
177 int idSafe = clipLower(id, /*lo*/0, rect, "id");
208 private static int clipLower(int value, int lo, Rect rect, String name) { method in class:ParameterUtils.WeightedRectangle

Completed in 40 milliseconds