Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java164 public int resolveLeftMargin(int parentSize) { in resolveLeftMargin() method in InterpolatingLayout.LayoutParams
261 width += params.resolveLeftMargin(parentWidth) + params.resolveRightMargin(parentWidth); in onMeasure()
305 int leftMargin = params.resolveLeftMargin(width); in onLayout()