/development/tools/winscope/src/viewers/common/operations/ |
D | flatten_children_test.ts | 42 const child = TreeNodeUtils.makeUiHierarchyNode({ constant 71 const child = TreeNodeUtils.makeUiHierarchyNode({ constant 89 const child = TreeNodeUtils.makeUiHierarchyNode({ constant 109 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
|
D | simplify_names_test.ts | 36 const child = TreeNodeUtils.makeUiHierarchyNode({ constant 58 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
|
D | filter.ts | 28 for (const child of node.getAllChildren()) { constant
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PictureLayout.java | 41 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/ |
D | CardStreamLinearLayout.java | 223 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/ |
D | FixedGridLayout.java | 64 final View child = getChildAt(index); in onMeasure() local 87 final View child = getChildAt(index); in onLayout() local
|
/development/tools/winscope/src/parsers/input_method/ |
D | hierarchy_tree_builder_input_method.ts | 46 const child: HierarchyTreeNode | undefined = identifierToChildren constant
|
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | hierarchy_tree_builder_vc.ts | 50 const child = identifierToChildren.get(hashcode.getValue())?.at(0); constant
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayout.java | 77 final View child = getChildAt(index); in onMeasure() local 98 final View child = getChildAt(index); in onLayout() local
|
/development/tools/winscope/src/parsers/window_manager/ |
D | hierarchy_tree_builder_wm.ts | 62 const child = identifierToChildren.get(childToken.getValue())?.at(0); constant
|
/development/tools/winscope/src/viewers/common/ |
D | add_diffs_properties_tree_test.ts | 79 const child = TreeNodeUtils.makeUiPropertyNode('test node', 'child', value); constant
|
D | add_diffs_hierarchy_tree_test.ts | 117 const child = TreeNodeUtils.makeUiHierarchyNode({ constant
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
D | FoldingLayout.java | 120 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/ |
D | tree_node_component.ts | 209 for (const child of node.getAllChildren().values()) { constant
|
D | tree_component.ts | 259 for (const child of assertDefined(this.node).getAllChildren()) { constant
|
D | hierarchy_component_test.ts | 173 const child = assertDefined(component.tree?.getChildByName('Child node')); constant
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | ScalingOffsettingHelper.java | 37 public void updateChild(View child, WearableRecyclerView parent) { in updateChild()
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Node.java | 81 Node addChild(Node child) { in addChild() 91 Node addFirstChild(Node child) { in addFirstChild()
|
/development/tools/winscope/src/trace/tree_node/ |
D | tree_node.ts | 70 for (const child of this.children.values()) { constant
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | CustomLayout.java | 92 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/ |
D | PlayerSetupActivity.java | 133 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/ |
D | ListViewRemovalAnimation.java | 182 View child = listview.getChildAt(i); in animateRemoval() local
|
/development/tools/idegen/src/com/android/idegen/ |
D | Module.java | 291 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/ |
D | ShadowLayout.java | 99 View child = getChildAt(i); in onDraw() local
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | TaskListView.java | 50 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
|