Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java42 private Rect mOutRect = new Rect(); field in InterpolatingLayout
312 mInRect, mOutRect); in onLayout()
313 child.layout(mOutRect.left, mOutRect.top, mOutRect.right, mOutRect.bottom); in onLayout()
315 offset = mOutRect.right + rightMargin; in onLayout()