/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearLayoutManager.java | 396 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackScrollAlgorithm.java | 271 ExpandableView child = algorithmState.visibleChildren.get(i); in updateSpeedBumpState() local 302 ExpandableView child = algorithmState.visibleChildren.get(i); in updateClipping() local 344 ExpandableView child = algorithmState.visibleChildren.get(i); in updateDimmedAndHideSensitive() local 502 View child = algorithmState.visibleChildren.get(i); in hasNonClearableNotifs() local 658 View child, in getGapHeightForChild() 694 View child, in childNeedsGapHeight() 708 View child = algorithmState.visibleChildren.get(i); in updatePulsingStates() local 753 View child = algorithmState.visibleChildren.get(i); in updateHeadsUpStates() local 886 protected int getMaxAllowedChildHeight(View child) { in getMaxAllowedChildHeight() 908 ExpandableView child = algorithmState.visibleChildren.get(i); in updateZValuesForState() local [all …]
|
H A D | ViewState.java | 376 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() 437 private void startAlphaAnimation(final View child, AnimationProperties properties) { in startAlphaAnimation() 524 private void startZTranslationAnimation(final View child, AnimationProperties properties) { in startZTranslationAnimation() 585 private void startXTranslationAnimation(final View child, AnimationProperties properties) { in startXTranslationAnimation() 651 private void startYTranslationAnimation(final View child, AnimationProperties properties) { in startYTranslationAnimation() 729 public static <T> T getChildTag(View child, int tag) { in getChildTag() 733 protected void abortAnimation(View child, int animatorTag) { in abortAnimation() 808 public static boolean isAnimatingY(View child) { in isAnimatingY()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.cpp | 170 cJSON* child = cJSON_CreateString(value); in Put() local 253 cJSON* child = cJSON_CreateNumber(static_cast<double>(value)); in Put() local 284 cJSON* child = cJSON_CreateNumber(static_cast<double>(value)); in Put() local 337 cJSON* child = cJSON_CreateNumber(value); in Put() local 414 cJSON* child = cJSON_CreateNumber(value); in Replace() local 431 cJSON* child = cJSON_CreateBool(value); in Put() local 462 cJSON* child = cJSON_CreateBool(value); in Replace() local 479 cJSON* child = cJSON_CreateString(value); in Replace() local 496 cJSON* child = cJSON_CreateNumber(static_cast<double>(value)); in Replace() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemFocusablesFarApartTest.java | 58 View child = listItem.getChildAt(index); in getTopOfChildOfItem() local 64 View child = listItem.getChildAt(index); in getBottomOfChildOfItem() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_refresh.cpp | 97 void DOMRefresh::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() 104 void DOMRefresh::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
|
H A D | dom_form.cpp | 26 void DOMForm::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() 56 void DOMForm::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_pac_test.cpp | 54 pid_t child = fork(); variable 93 pid_t child = fork(); variable
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | HorizontalScrollView.java | 342 public void addView(View child) { in addView() 351 public void addView(View child, int index) { in addView() 360 public void addView(View child, ViewGroup.LayoutParams params) { in addView() 381 View child = getChildAt(0); in canScroll() local 447 final View child = getChildAt(0); in onMeasure() local 529 final View child = getChildAt(0); in inChild() local 1019 View child = getChildAt(0); in getScrollRange() local 1534 private void scrollToChild(View child) { in scrollToChild() 1635 public void requestChildFocus(View child, View focused) { in requestChildFocus() 1862 View child = getChildAt(0); in scrollTo() local [all …]
|
H A D | TabWidget.java | 170 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth, in measureChildBeforeLayout() 203 final View child = getChildAt(i); in measureHorizontal() local 213 final View child = getChildAt(i); in measureHorizontal() local 371 public void childDrawableStateChanged(View child) { in childDrawableStateChanged() 515 final View child = getChildTabViewAt(i); in setEnabled() local 521 public void addView(View child) { in addView()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_element.cpp | 24 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/ |
H A D | render_focus_collaboration.cpp | 28 for (const auto& child : GetChildren()) { in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | scroll_bar_element.cpp | 26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
H A D | rosen_render_scroll_bar.cpp | 25 for (auto& child : GetChildren()) { in Paint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_element.cpp | 26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | mod.rs | 23 mod child; module
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item_group.cpp | 136 const auto& child = *(it); in RecycleStartCacheItems() local 154 RefPtr<RenderListItem> child; in LayoutALine() local 215 auto child = RequestListItem(newIndex + idx, false); in RequestNewItemsAtEnd() local 255 auto child = RequestListItem(startIndex_ - idx - 1, true); in RequestNewItemsAtStart() local 344 auto child = *(it++); in SetItemsPostion() local 508 for (const auto& child : GetItems()) { in Paint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 221 auto child = *rIter++; in LayoutExpandableList() local 245 auto child = *rIter++; in LayoutExpandableList() local 287 for (const auto& child : GetChildren()) { in PerformLayout() local 448 auto child = *rIter++; in SetChildOpacity() local 467 auto child = *rIter++; in SetChildStretch() local 629 for (const auto& child : GetChildren()) { in ResetChildVisibleState() local 661 for (const auto& child : GetChildren()) { in ShowFocusAnimation() local 697 for (auto child : GetChildren()) { in ItemPrimaryChange() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/ |
H A D | stoperator.cpp | 29 for (auto child : ParentOperator.GetChildOperator()) { in PushOperatorInVector() local 61 auto child = std::make_shared<StOperator>(); in PullOperatorFromVector() local 179 for (auto child : popChildOperator) { in PopChildOperator() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_xml_unit_test.cpp | 93 std::shared_ptr<XmlElement> child = root->GetChild(); variable 111 std::shared_ptr<XmlElement> child = root->GetChild(); variable 133 std::shared_ptr<XmlElement> child = root->GetChild(); variable
|
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_builder.cpp | 55 auto child = current_node->FindChild(name_pieces.front()); in AddToTrie() local 79 auto child = current_node->FindChild(name_pieces.front()); in AddToTrie() local
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/ |
H A D | accessibility_ui_test_ability_impl_test.cpp | 546 AccessibilityElementInfo child {}; variable 568 AccessibilityElementInfo child {}; variable 673 AccessibilityElementInfo child {}; variable 694 AccessibilityElementInfo child {}; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | ui_node_test_ng.cpp | 1180 auto child = FrameNode::CreateFrameNode("child", 3, AceType::MakeRefPtr<Pattern>()); variable 1247 auto child = FrameNode::CreateFrameNode("child_test", childId, AceType::MakeRefPtr<Pattern>()); variable 1272 auto child = CustomNode::CreateCustomNode(childId, "child"); variable 1335 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 1378 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 1439 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 1472 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 1512 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 1552 auto child = FrameNode::CreateFrameNode("child", childId, AceType::MakeRefPtr<Pattern>(), true); variable 2127 auto child = CustomNode::CreateCustomNode(childId, "child"); variable [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/pluggable/ |
H A D | NotifPromoter.java | 41 public abstract boolean shouldPromoteToTopLevel(NotificationEntry child); in shouldPromoteToTopLevel()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_layout_algorithm.cpp | 42 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Measure() local 80 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Layout() local
|