Searched refs:fullRowWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcutKeysLayout.java | 109 int fullRowWidth = r - l; in onLayout() local 111 ? fullRowWidth - getPaddingRight() in onLayout() 127 : xPos + currentChildWidth > fullRowWidth; in onLayout() 131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos, in onLayout() 135 ? fullRowWidth - getPaddingRight() in onLayout() 150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos, in onLayout() 161 private void layoutChildrenOnRow(int startIndex, int endIndex, int fullRowWidth, int xPos, in layoutChildrenOnRow() argument 164 xPos = getPaddingLeft() + fullRowWidth - xPos + lastHorizontalSpacing; in layoutChildrenOnRow() 172 xPos = fullRowWidth - xPos - getPaddingRight() - currentChildWidth in layoutChildrenOnRow()
|