Home
last modified time | relevance | path

Searched refs:clampedChildLeft (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java161 final int clampedChildLeft = clampDimension(childLeft, childWidth, getWidth()); in onLayout() local
164 layoutChild(child, clampedChildLeft, clampedChildTop); in onLayout()