Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/aosp14/frameworks/base/core/java/android/view/
H A DViewParent.java59 public void requestTransparentRegion(View child); in requestTransparentRegion()
75 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated()
91 public void invalidateChild(View child, Rect r); in invalidateChild()
134 public void requestChildFocus(View child, View focused); in requestChildFocus()
142 public void recomputeViewAttributes(View child); in recomputeViewAttributes()
149 public void clearChildFocus(View child); in clearChildFocus()
205 public void bringChildToFront(View child); in bringChildToFront()
304 public void childDrawableStateChanged(@NonNull View child); in childDrawableStateChanged()
423 public void notifySubtreeAccessibilityStateChanged( in notifySubtreeAccessibilityStateChanged()
531 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, in onStartNestedScroll()
[all …]
H A DViewGroup.java875 void setDefaultFocus(View child) { in setDefaultFocus()
1335 View child = mChildren[i]; in addFocusables() local
1453 View child = children[i]; in findViewsWithText() local
1476 View child = children[i]; in findViewByAccessibilityIdTraversal() local
1497 View child = children[i]; in findViewByAutofillIdTraversal() local
2082 View child) { in dispatchResolvePointerIcon()
3375 View child = children[i]; in onRequestFocusInDescendants() local
3786 final View child; in getAndVerifyPreorderedView() local
5018 public void addView(View child) { in addView()
8978 public View child; field in ViewGroup.TouchTarget
[all …]
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DReverseLinearLayout.java53 public void addView(View child) { in addView()
54 reverseParams(child.getLayoutParams(), child, mIsLayoutReverse); in addView() local
63 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
100 final View child = childList.get(i); in updateOrder() local
107 private static void reverseParams(ViewGroup.LayoutParams params, View child, in reverseParams()
162 final View child = group.getChildAt(i); in reverseGroup() local
163 reverseParams(child.getLayoutParams(), child, isLayoutReverse); in reverseGroup() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DReverseLinearLayout.java51 public void addView(View child) { in addView()
52 reverseParams(child.getLayoutParams(), child, mIsLayoutReverse); in addView() local
61 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
98 final View child = childList.get(i); in updateOrder() local
105 private static void reverseParams(ViewGroup.LayoutParams params, View child, in reverseParams()
160 final View child = group.getChildAt(i); in reverseGroup() local
161 reverseParams(child.getLayoutParams(), child, isLayoutReverse); in reverseGroup() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDimmerTests.java101 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface()
144 TestWindowContainer child = new TestWindowContainer(mWm); in testUpdateDimsAppliesCrop() local
161 TestWindowContainer child = new TestWindowContainer(mWm); in testDimAboveWithChildCreatesSurfaceAboveChild() local
176 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceCreatesSurfaceBelowChild() local
191 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceDestroyedWhenReset() local
208 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted() local
224 TestWindowContainer child = new TestWindowContainer(mWm); in testDimUpdateWhileDimming() local
246 TestWindowContainer child = new TestWindowContainer(mWm); in testRemoveDimImmediately() local
266 TestWindowContainer child = new TestWindowContainer(mWm); in testDimmerWithBlurUpdatesTransaction() local
H A DConfigurationContainerTests.java103 final TestConfigurationContainer child = root.addChild(); in testConfigurationChangeOnAddRemove() local
231 final TestConfigurationContainer child = root.addChild(); in testSetWindowingMode() local
245 final TestConfigurationContainer child = root.addChild(); in testSetActivityType() local
348 final TestConfigurationContainer child = new TestConfigurationContainer(); in testSetMaxBoundsByHierarchy() local
368 final TestConfigurationContainer child = new TestConfigurationContainer(); in testSetBoundsNotOverrideMaxBounds() local
389 final TestConfigurationContainer child = new TestConfigurationContainer(); in testOnRequestedOverrideConfigurationChangedOverrideMaxBounds() local
441 void removeChild(TestConfigurationContainer child) { in removeChild()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java125 View child = getChildAt(i); in onLayout() local
180 View child = mMeasureViews.get(visibleCount - i - 1); in onMeasure() local
228 public void onViewAdded(View child) { in onViewAdded()
236 public void onViewRemoved(View child) { in onViewRemoved()
334 View child = getChildAt(i); in calculateIconTranslations() local
400 View child = getChildAt(i); in calculateIconTranslations() local
409 View child = getChildAt(i); in applyIconStates() local
420 View child = getChildAt(i); in resetViewStates() local
432 private static @Nullable StatusIconState getViewStateFromChild(View child) { in getViewStateFromChild()
436 private static int getViewTotalMeasuredWidth(View child) { in getViewTotalMeasuredWidth()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java59 private void hideViewInternal(View child) { in hideViewInternal()
69 private boolean unhideViewInternal(View child) { in unhideViewInternal()
84 void addView(View child, boolean hidden) { in addView()
96 void addView(View child, int index, boolean hidden) { in addView()
227 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams, in attachViewToParent()
296 int indexOfChild(View child) { in indexOfChild()
517 void addView(View child, int index); in addView()
529 void attachViewToParent(View child, int index, ViewGroup.LayoutParams layoutParams); in attachViewToParent()
533 void onEnteredHiddenState(View child); in onEnteredHiddenState()
535 void onLeftHiddenState(View child); in onLeftHiddenState()
H A DWatchListDecorLayout.java77 View child = getChildAt(i); in onAttachedToWindow() local
112 private void applyMeasureToChild(View child, int widthMeasureSpec, int heightMeasureSpec) { in applyMeasureToChild()
146 private int measureAndGetHeight(View child, int widthMeasureSpec, int heightMeasureSpec) { in measureAndGetHeight()
172 final View child = getChildAt(i); in onMeasure() local
232 final View child = mMatchParentChildren.get(i); in onMeasure() local
H A DLinearLayoutManager.java396 final View child = getChildAt(viewPosition); in findViewByPosition() local
1156 final View child = getChildClosestToEnd(); in updateLayoutState() local
1167 final View child = getChildClosestToStart(); in updateLayoutState() local
1373 View child = getChildAt(i); in recycleViewsFromStart() local
1383 View child = getChildAt(i); in recycleViewsFromStart() local
1417 View child = getChildAt(i); in recycleViewsFromEnd() local
1427 View child = getChildAt(i); in recycleViewsFromEnd() local
1866 final View child = getChildAt(i); in findOneVisibleChild() local
1935 View child = getChildAt(i); in logChildren() local
1961 View child = getChildAt(i); in validateChildOrder() local
[all …]
/aosp14/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp54 for (auto& child : children_) { in AddChild() local
66 [](const std::unique_ptr<Node>& child) -> bool { in AddChild()
72 for (auto& child : children_) { in AddChild() local
/aosp14/frameworks/base/core/java/android/widget/
H A DLinearLayout.java438 final View child = getVirtualChildAt(i); in drawDividersVertical() local
449 final View child = getLastNonGoneChild(); in drawDividersVertical() local
467 final View child = getVirtualChildAt(i); in getLastNonGoneChild() local
479 final View child = getVirtualChildAt(i); in drawDividersHorizontal() local
775 final View child = getVirtualChildAt(i); in allViewsAreGoneBefore() local
789 final View child = getVirtualChildAt(i); in allViewsAreGoneAfter() local
835 final View child = getVirtualChildAt(i); in measureVertical() local
1109 final View child = getVirtualChildAt(i); in forceUniformWidth() local
1551 final View child = getVirtualChildAt(i); in forceUniformHeight() local
1619 int getLocationOffset(View child) { in getLocationOffset()
[all …]
H A DTableRow.java102 final View child = getVirtualChildAt(columnIndex); in setColumnCollapsed() local
163 final View child = getChildAt(i); in mapIndexAndColumns() local
191 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
256 int getChildrenSkipCount(View child, int index) { in getChildrenSkipCount()
267 int getLocationOffset(View child) { in getLocationOffset()
275 int getNextLocationOffset(View child) { in getNextLocationOffset()
297 final View child = getVirtualChildAt(i); in getColumnsWidths() local
534 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
543 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
H A DTableLayout.java377 private void trackCollapsedColumns(View child) { in trackCollapsedColumns()
399 public void addView(View child) { in addView()
408 public void addView(View child, int index) { in addView()
417 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
426 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
453 void measureChildBeforeLayout(View child, int childIndex, in measureChildBeforeLayout()
495 final View child = getChildAt(i); in findLargestCells() local
591 View child = getChildAt(i); in mutateColumnsWidth() local
763 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
774 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
H A DRadioGroup.java154 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
404 public void onChildViewAdded(View parent, View child) { in onChildViewAdded()
425 public void onChildViewRemoved(View parent, View child) { in onChildViewRemoved()
457 final View child = getChildAt(index); in autofill() local
477 final View child = getChildAt(i); in getAutofillValue() local
512 int getIndexWithinVisibleButtons(@Nullable View child) { in getIndexWithinVisibleButtons()
H A DDayPickerViewPager.java68 final View child = getChildAt(i); in onMeasure() local
106 final View child = mMatchParentChildren.get(i); in onMeasure() local
158 final View child = getChildAt(i); in findViewByPredicateTraversal() local
H A DScrollView.java373 public void addView(View child) { in addView()
382 public void addView(View child, int index) { in addView()
391 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
413 View child = getChildAt(0); in canScroll() local
478 final View child = getChildAt(0); in onMeasure() local
574 final View child = getChildAt(0); in inChild() local
1090 View child = getChildAt(0); in getScrollRange() local
1583 public void scrollToDescendant(@NonNull View child) { in scrollToDescendant()
1688 public void requestChildFocus(View child, View focused) { in requestChildFocus()
1924 View child = getChildAt(0); in scrollTo() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListSetSelectionTest.java76 View child = mListView.getChildAt(i); in testSetSelection() local
107 View child = mListView.getChildAt(i); in testSetSelectionFromTop() local
142 View child = mListView.getChildAt(i); in testSetSelection0() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java135 abstract void onChildAdded(View child, int index); in onChildAdded()
149 abstract void onChildRemoved(View child, int index, Runnable finishRemoval); in onChildRemoved()
152 abstract void onChildReordered(View child, int oldIndex, int newIndex); in onChildReordered()
187 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt104 val child = getChildAt(i) regex
131 val child = getChildAt(i) regex
200 val child = getChildAt(i) regex
218 val child = getChildAt(i) regex
284 val child = getChildAt(i) regex
302 val child = getChildAt(i) regex
364 val child = transitionLayout.getChildAt(i) regex
/aosp14/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java775 final View child = parent.getChildAt(i); in runChangeTransition() local
831 Animator baseAnimator, final long duration, final View child) { in setupChangeAnimation()
1155 private void runAppearingTransition(final ViewGroup parent, final View child) { in runAppearingTransition()
1259 private void addChild(ViewGroup parent, View child, boolean changesLayout) { in addChild()
1325 public void addChild(ViewGroup parent, View child) { in addChild()
1333 public void showChild(ViewGroup parent, View child) { in showChild()
1348 public void showChild(ViewGroup parent, View child, int oldVisibility) { in showChild()
1364 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { in removeChild()
1403 public void removeChild(ViewGroup parent, View child) { in removeChild()
1411 public void hideChild(ViewGroup parent, View child) { in hideChild()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingLayoutTransformState.java156 View child = ownMessages.getChildAt(j); in appear() local
189 View child = ownMessages.getChildAt(j); in disappear() local
203 private void appear(View child, float transformationAmount) { in appear()
212 private void disappear(View child, float transformationAmount) { in disappear()
267 View child = ownMessages.get(ownMessages.size() - 1 - i).getView(); in transformGroups() local
428 View child = ownMessages.getChildAt(j); in setVisible() local
441 private void setVisible(View child, boolean visible, boolean force) { in setVisible()
459 View child = ownMessages.getChildAt(j); in resetTransformedView() local
490 private void resetTransformedView(View child) { in resetTransformedView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java181 public void addView(View child, int index) { in addView()
187 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
272 void onChildAdded(View child, int index) { in onChildAdded()
277 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved()
283 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
295 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java59 View child = getChildAt(i); in onTouchEvent() local
71 View child = getChildAt(getDisplayedChild()); in getSecurityView() local
120 final View child = getChildAt(i); in onMeasure() local
141 final View child = getChildAt(i); in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java167 private void sanitizeChild(View child, ExpandableNotificationRow row) { in sanitizeChild()
181 View child = rowHeader.getChildAt(i); in sanitizeTopLine() local
198 View child = rowHeader.getChildAt(i); in sanitizeTopLine() local
313 boolean compare(View parent, View child, Object parentData, Object childData); in compare()
323 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare()
338 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare()
354 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare()
413 public boolean compare(View parent, View child, Object parentData, Object childData) { in compare()
434 public void apply(View parent, View child, boolean showLeftIcon, boolean reset) { in apply()

12345678910>>...13