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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java161 final int clampedChildLeft = clampDimension(childLeft, childWidth, getWidth());
162 final int clampedChildTop = clampDimension(childTop, childHeight, getHeight());
168 private static int clampDimension(int value, int size, int max) { method in class:FloatingChildLayout

Completed in 7 milliseconds