Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java550 final int childWidth = child.getMeasuredWidth(); in onLayout() local
551 child.layout(childLeft, 0, childLeft + childWidth, child.getMeasuredHeight()); in onLayout()
552 childLeft += childWidth; in onLayout()