Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java122 int currentChildWidth = currentChild.getMeasuredWidth(); in onLayout() local
126 ? xPos - getPaddingLeft() - currentChildWidth < 0 in onLayout()
127 : xPos + currentChildWidth > fullRowWidth; in onLayout()
142 ? xPos - currentChildWidth - lp.mHorizontalSpacing in onLayout()
143 : xPos + currentChildWidth + lp.mHorizontalSpacing; in onLayout()
169 int currentChildWidth = currentChild.getMeasuredWidth(); in layoutChildrenOnRow() local
172 xPos = fullRowWidth - xPos - getPaddingRight() - currentChildWidth in layoutChildrenOnRow()
179 xPos + currentChildWidth, in layoutChildrenOnRow()
188 xPos += currentChildWidth + lp.mHorizontalSpacing; in layoutChildrenOnRow()