Home
last modified time | relevance | path

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

123

/development/tools/winscope/src/viewers/common/operations/
Dflatten_children_test.ts42 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
71 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
89 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
109 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
Dsimplify_names_test.ts36 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
58 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
Dfilter.ts28 for (const child of node.getAllChildren()) { constant
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java41 public void addView(View child) { in addView()
50 public void addView(View child, int index) { in addView()
59 public void addView(View child, LayoutParams params) { in addView()
68 public void addView(View child, int index, LayoutParams params) { in addView()
89 final View child = getChildAt(i); in onMeasure() local
150 final View child = getChildAt(i); in onLayout() local
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java223 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
296 protected void swipeView(View child, float deltaX, float deltaY) { in swipeView()
313 protected void notifyOnDismissEvent( View child ){ in notifyOnDismissEvent()
334 View child = getChildAt(index); in getFirstVisibleCardTag() local
449 private void resetAnimatedView(View child) { in resetAnimatedView()
468 final View child = getChildAt(index); in runInitialAnimations() local
486 private void handleViewSwipingOut(final View child, float deltaX, float deltaY) { in handleViewSwipingOut()
507 private void handleViewSwipingIn(final View child, float deltaX, float deltaY) { in handleViewSwipingIn()
533 View child = getChildAt(index); in scrollToCard() local
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java64 final View child = getChildAt(index); in onMeasure() local
87 final View child = getChildAt(index); in onLayout() local
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_builder_input_method.ts46 const child: HierarchyTreeNode | undefined = identifierToChildren constant
/development/tools/winscope/src/parsers/view_capture/legacy/
Dhierarchy_tree_builder_vc.ts50 const child = identifierToChildren.get(hashcode.getValue())?.at(0); constant
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java77 final View child = getChildAt(index); in onMeasure() local
98 final View child = getChildAt(index); in onLayout() local
/development/tools/winscope/src/parsers/window_manager/
Dhierarchy_tree_builder_wm.ts62 const child = identifierToChildren.get(childToken.getValue())?.at(0); constant
/development/tools/winscope/src/viewers/common/
Dadd_diffs_properties_tree_test.ts79 const child = TreeNodeUtils.makeUiPropertyNode('test node', 'child', value); constant
Dadd_diffs_hierarchy_tree_test.ts117 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java120 protected boolean addViewInLayout(View child, int index, LayoutParams params, in addViewInLayout()
128 public void addView(View child, int index, LayoutParams params) { in addView()
135 View child = getChildAt(0); in onMeasure() local
142 View child = getChildAt(0); in onLayout() local
/development/tools/winscope/src/viewers/components/
Dtree_node_component.ts209 for (const child of node.getAllChildren().values()) { constant
Dtree_component.ts259 for (const child of assertDefined(this.node).getAllChildren()) { constant
Dhierarchy_component_test.ts173 const child = assertDefined(component.tree?.getChildByName('Child node')); constant
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DScalingOffsettingHelper.java37 public void updateChild(View child, WearableRecyclerView parent) { in updateChild()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java81 Node addChild(Node child) { in addChild()
91 Node addFirstChild(Node child) { in addFirstChild()
/development/tools/winscope/src/trace/tree_node/
Dtree_node.ts70 for (const child of this.children.values()) { constant
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java92 final View child = getChildAt(i); in onMeasure() local
149 final View child = getChildAt(i); in onLayout() local
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java133 Button child = (Button) parent.getChildAt(i); in buttonClick() local
297 View child = parent.getChildAt(i); in popChildrenIn() local
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java182 View child = listview.getChildAt(i); in animateRemoval() local
/development/tools/idegen/src/com/android/idegen/
DModule.java291 Module child = moduleCache.getAndCacheByName(dependency); in buildDependentModules() local
309 Module child = moduleCache.getAndCacheByDir(dependency); in buildDependentModules() local
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java99 View child = getChildAt(i); in onDraw() local
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskListView.java50 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()

123