Searched refs:currentChild (Results 1 – 2 of 2) sorted by relevance
120 View currentChild = getChildAt(i); in onLayout() local121 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() local169 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()
125 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation() local127 isWorkspaceVisible = currentChild.getVisibility() == VISIBLE in prepareForAtomicAnimation()128 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()