Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java347 float itemLeft; in positionChildren() local
357 itemLeft = 0; in positionChildren()
371 childLayoutParams.left = (int) itemLeft; in positionChildren()
372 childLayoutParams.right = (int) (itemLeft + itemWidth); in positionChildren()
377 itemLeft += itemWidth; in positionChildren()
382 mVerticalDividerRects.add(new Rect((int) itemLeft, in positionChildren()
383 (int) itemTop, (int) (itemLeft + mVerticalDividerWidth), in positionChildren()
390 itemLeft += mVerticalDividerWidth; in positionChildren()