Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java120 View currentChild = getChildAt(i); in onLayout() local
121 if (currentChild.getVisibility() != GONE) { in onLayout()
122 int currentChildWidth = currentChild.getMeasuredWidth(); in onLayout()
123 LayoutParams lp = (LayoutParams) currentChild.getLayoutParams(); in onLayout()
168 View currentChild = getChildAt(j); in layoutChildrenOnRow() local
169 int currentChildWidth = currentChild.getMeasuredWidth(); in layoutChildrenOnRow()
170 LayoutParams lp = (LayoutParams) currentChild.getLayoutParams(); in layoutChildrenOnRow()
176 currentChild.layout( in layoutChildrenOnRow()
180 yPos + currentChild.getMeasuredHeight()); in layoutChildrenOnRow()