Home
last modified time | relevance | path

Searched defs:child (Results 126 – 150 of 1040) sorted by relevance

12345678910>>...42

/aosp14/frameworks/base/core/java/com/android/internal/widget/
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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java271 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 DViewState.java376 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 Djson_util.cpp170 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 DListItemFocusablesFarApartTest.java58 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 Ddom_refresh.cpp97 void DOMRefresh::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
104 void DOMRefresh::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
H A Ddom_form.cpp26 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 Dunwinder_pac_test.cpp54 pid_t child = fork(); variable
93 pid_t child = fork(); variable
/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java342 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 DTabWidget.java170 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 Dcounter_element.cpp24 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_collaboration/
H A Drender_focus_collaboration.cpp28 for (const auto& child : GetChildren()) { in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_element.cpp26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
H A Drosen_render_scroll_bar.cpp25 for (auto& child : GetChildren()) { in Paint() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_element.cpp26 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dmod.rs23 mod child; module
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp136 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 Drender_list_item_group.cpp221 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 Dstoperator.cpp29 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 Ddash_xml_unit_test.cpp93 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 Dtrie_builder.cpp55 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 Daccessibility_ui_test_ability_impl_test.cpp546 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 Dui_node_test_ng.cpp1180 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 DNotifPromoter.java41 public abstract boolean shouldPromoteToTopLevel(NotificationEntry child); in shouldPromoteToTopLevel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp42 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Measure() local
80 auto child = layoutWrapper->GetAllChildrenWithBuild().front(); in Layout() local

12345678910>>...42