Home
last modified time | relevance | path

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

12345678910>>...15

/frameworks/base/core/java/android/view/
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()
171 public boolean getChildVisibleRect(View child, Rect r, android.graphics.Point offset); in getChildVisibleRect()
205 public void bringChildToFront(View child); in bringChildToFront()
304 public void childDrawableStateChanged(@NonNull View child); in childDrawableStateChanged()
343 public boolean requestChildRectangleOnScreen(@NonNull View child, Rect rectangle, in requestChildRectangleOnScreen()
[all …]
DViewGroup.java847 public void requestChildFocus(View child, View focused) { in requestChildFocus()
871 void setDefaultFocus(View child) { in setDefaultFocus()
890 void clearDefaultFocus(View child) { in clearDefaultFocus()
927 void clearFocusedInCluster(View child) { in clearFocusedInCluster()
1053 View child = getChildAt(i); in dispatchActivityResult() local
1083 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { in requestChildRectangleOnScreen()
1088 public boolean requestSendAccessibilityEvent(View child, AccessibilityEvent event) { in requestSendAccessibilityEvent()
1116 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
1131 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEventInternal()
1139 public void childHasTransientStateChanged(View child, boolean childHasTransientState) { in childHasTransientStateChanged()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
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
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DMockView.java71 public void addView(View child) { in addView()
78 public void addView(View child, int index) { in addView()
85 public void addView(View child, int width, int height) { in addView()
92 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
99 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java126 View child = getChildAt(i); in onLayout() local
181 View child = mMeasureViews.get(visibleCount - i - 1); in onMeasure() local
229 public void onViewAdded(View child) { in onViewAdded()
237 public void onViewRemoved(View child) { in onViewRemoved()
335 View child = getChildAt(i); in calculateIconTranslations() local
401 View child = getChildAt(i); in calculateIconTranslations() local
410 View child = getChildAt(i); in applyIconStates() local
421 View child = getChildAt(i); in resetViewStates() local
433 private static @Nullable StatusIconState getViewStateFromChild(View child) { in getViewStateFromChild()
437 private static int getViewTotalMeasuredWidth(View child) { in getViewTotalMeasuredWidth()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
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()
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
DNotificationOptimizedLinearLayout.java166 final View child = activeChildren.get(i); in requiresNegativeMarginHandlingForHorizontalLinearLayout() local
191 final View child = activeChildren.get(i); in requiresMatchParentRemeasureForVerticalLinearLayout() local
217 final View child = activeChildren.get(i); in requiresBaselineAlignmentForHorizontalLinearLayout() local
256 final View child = activeChildren.get(i); in getSingleWeightedChild() local
374 final View child = getChildAt(i); in measureVerticalOptimized() local
449 final View child = getChildAt(i); in getActiveChildren() local
504 final View child = getChildAt(i); in layoutVerticalOptimized() local
/frameworks/base/core/java/android/widget/
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
495 final View child = getLastNonGoneChild(); in drawDividersHorizontal() local
595 final View child = getChildAt(mBaselineAlignedChildIndex); in getBaseline() 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
957 final View child = getVirtualChildAt(i); in measureVertical() local
[all …]
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()
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()
/frameworks/base/tools/aapt2/
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
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt104 val child = getChildAt(i) in onFinishInflate() constant
131 val child = getChildAt(i) in applyCurrentState() constant
200 val child = getChildAt(i) in onMeasure() constant
218 val child = getChildAt(i) in onLayout() constant
284 val child = getChildAt(i) in applySetToFullLayout() constant
302 val child = getChildAt(i) in ensureViewsNotGone() constant
364 val child = transitionLayout.getChildAt(i) in initFromLayout() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DFillContentLayoutTest.java53 View child = new View(application); in testMeasureChildIsSmallerThanMaxSize() local
72 View child = new View(application); in testMeasureChildIsSmallerThanParent() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemInflater.java25 void addChild(ItemHierarchy child); in addChild()
34 protected void onAddChildItem(ItemHierarchy parent, ItemHierarchy child) { in onAddChildItem()
/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp311 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
328 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
346 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
382 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
411 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
429 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
452 sp<SurfaceControl> child = createSurface(mClient, "Child surface", 10, 10, in TEST_F() local
479 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F() local
491 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F() local
503 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
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()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewShowHidePerfTest.java142 void run(BenchmarkState state, int width, int height, ViewGroup parent, View child); in run()
178 testParentWithChild((state, width, height, parent, child) -> { in testRemove() argument
194 testParentWithChild((state, width, height, parent, child) -> { in testAdd() argument
210 testParentWithChild((state, width, height, parent, child) -> { in testRecordAfterAdd() argument
225 testParentWithChild((state, width, height, parent, child) -> { in testVisibility() argument
/frameworks/base/core/java/android/animation/
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()
1203 private void runDisappearingTransition(final ViewGroup parent, final View child) { in runDisappearingTransition()
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()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java187 public void addView(View child, int index) { in addView()
193 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
281 void onChildAdded(View child, int index) { in onChildAdded()
286 void onChildRemoved(View child, int index, Runnable finishRemoval) { in onChildRemoved()
292 void onChildReordered(View child, int oldIndex, int newIndex) { in onChildReordered()
304 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DDisableSubpixelTextTransitionListener.kt42 childrenTextViews.forEach { child -> in <lambda>() method
54 childrenTextViews.forEach { child -> in <lambda>() method
73 parent?.forEach { child -> in <lambda>() method
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationPersistence.java146 SettingsXml.ChildSection child = SettingsXml.parser(parentParser).children(); in readFromXml() local
163 SettingsXml.ChildSection child = section.children(); in readPackageStates() local
193 SettingsXml.ChildSection child = section.children(); in createPkgStateFromXml() local
214 SettingsXml.ChildSection child = section.children(); in readUriRelativeFilterGroups() local
223 SettingsXml.ChildSection child = section.children(); in createUriRelativeFilterGroupsFromXml() local
235 SettingsXml.ChildSection child = section.children(); in readUriRelativeFiltersFromXml() local
247 SettingsXml.ChildSection child = section.children(); in readUserStates() local
258 SettingsXml.ChildSection child = stateSection.children(); in readDomainStates() local
346 SettingsXml.ChildSection child = section.children(); in createUserStateFromXml() local
356 SettingsXml.ChildSection child = section.children(); in readEnabledHosts() local

12345678910>>...15