Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A 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()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java125 CellLayout currentChild = (CellLayout) workspace.getChildAt( in prepareForAtomicAnimation() local
127 isWorkspaceVisible = currentChild.getVisibility() == VISIBLE in prepareForAtomicAnimation()
128 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()