| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tab_bar_pattern.h | 393 void SetImageColorOnIndex(int32_t index) in SetImageColorOnIndex() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
| H A D | render_grid_scroll.cpp | 103 void RenderGridScroll::AddChildByIndex(int32_t index, const RefPtr<RenderNode>& renderNode) in AddChildByIndex() argument 157 int32_t index = startShowItemIndex_; in CheckJumpToIndex() local 491 BuildLazyGridLayout(int32_t index, double sizeNeed) BuildLazyGridLayout() argument 509 CheckGridPlaced( int32_t index, int32_t main, int32_t cross, int32_t& mainSpan, int32_t& crossSpan) CheckGridPlaced() argument 852 int32_t index = mainIndex; Rank() local 1002 DeleteItems(int32_t index, bool isTail) DeleteItems() argument 1077 GetItemMainIndex(int32_t index) GetItemMainIndex() argument 1092 int32_t index = first; GetStartingItem() local 1111 OnDataSourceUpdated(int32_t index) OnDataSourceUpdated() argument 1312 ScrollToIndex(int32_t index) ScrollToIndex() argument 1360 CalculateScrollLength(int32_t index) CalculateScrollLength() argument 1611 int32_t index = 0; GetIndexByPosition() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | inspector_composed_element.cpp | 1306 int32_t index = static_cast<int32_t>(GridSizeType::XS); in GetUseSizeType() local 1473 auto index = std::to_string(i); in GetColorsAndRepeating() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_layout_algorithm.cpp | 653 auto index = pos->first; in SetInactiveOnForward() local 814 auto index = pos->first; SetInactiveOnBackward() local 1408 ResetOffscreenItemPosition( LayoutWrapper* layoutWrapper, int32_t index, bool isForward) const ResetOffscreenItemPosition() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_content_modifier.cpp | 278 size_t index = 0; in PaintImage() local 363 auto index = customSpanPlaceholder.customSpanIndex; in PaintCustomSpan() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| H A D | textpicker_pattern.cpp | 293 std::vector<double> index; in FireChangeEvent() local 353 uint32_t index = 0; in GetColumnNodes() local 716 ProcessCascadeOptionsValues(const std::vector<std::string>& rangeResultValue, uint32_t index) ProcessCascadeOptionsValues() argument 735 ProcessCascadeOptions(const std::vector<NG::TextCascadePickerOptions>& options, std::vector<NG::TextCascadePickerOptions>& reOptions, uint32_t index) ProcessCascadeOptions() argument 780 HandleColumnChange(const RefPtr<FrameNode>& tag, bool isAdd, uint32_t index, bool needNotify) HandleColumnChange() argument 938 auto index = textPickerColumnPattern->GetSelected(); GetSelectedObject() local [all...] |
| H A D | textpicker_column_pattern.cpp | 852 auto index = idx; TextPropertiesLinearAnimation() local 1224 GetShiftDistance(int32_t index, ScrollDirection dir) GetShiftDistance() argument 1272 GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetSelectedDistance() argument 1293 GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetUpCandidateDistance() argument 1318 GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDirection dir) GetDownCandidateDistance() argument 1340 GetShiftDistanceForLandscape(int32_t index, ScrollDirection dir) GetShiftDistanceForLandscape() argument 1411 auto index = GetSelected(); GetSelectedObject() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | water_flow_modifier.cpp | 553 void SetScrollToIndex(ArkUINodeHandle node, ArkUI_Int32 index, ArkUI_Int32 animation, ArkUI_Int32 alignment) in SetScrollToIndex() argument
|
| H A D | node_scroll_modifier.cpp | 137 auto index = 3; in GetScrollScrollSnap() local 522 void SetScrollToIndex(ArkUINodeHandle node, ArkUI_Int32 index, ArkUI_Int32 smooth, ArkUI_Int32 align) in SetScrollToIndex() argument
|
| H A D | node_text_modifier.cpp | 769 uint32_t index = 0; in GetFontFamily() local 823 std::size_t index = 0; in GetFont() local 897 auto index = values[i]; in SetTextDataDetectorConfig() local [all...] |
| H A D | node_swiper_modifier.cpp | 176 std::string GetInfoFromVectorByIndex(const std::vector<std::string>& dotIndicatorInfo, int32_t index) in GetInfoFromVectorByIndex() argument 716 void SetSwiperIndex(ArkUINodeHandle node, ArkUI_Int32 index) in SetSwiperIndex() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_pattern.h | 448 virtual void ScrollToIndex(int32_t index, bool smooth = false, ScrollAlign align = ScrollAlign::START, in ScrollToIndex() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| H A D | timepicker_row_pattern.cpp | 435 HandleColumnChange(const RefPtr<FrameNode>& tag, bool isAdd, uint32_t index, bool needNotify) HandleColumnChange() argument 660 OnDataLinking( const RefPtr<FrameNode>& tag, bool isAdd, uint32_t index, std::vector<RefPtr<FrameNode>>& resultTags) OnDataLinking() argument 967 HandleHour12Change(bool isAdd, uint32_t index, std::vector<RefPtr<FrameNode>>& resultTags) HandleHour12Change() argument 1245 auto index = (code == KeyCode::KEY_DPAD_UP) ? -1 : 1; ParseDirectionKey() local [all...] |
| H A D | timepicker_column_pattern.cpp | 571 void TimePickerColumnPattern::ChangeAmPmTextStyle(uint32_t index, uint32_t showOptionCount, in ChangeAmPmTextStyle() argument 598 ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const RefPtr<TextLayoutProperty>& textLayoutProperty, const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) ChangeTextStyle() argument 721 TextPropertiesLinearAnimation( const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isDown, double scale) TextPropertiesLinearAnimation() argument 994 GetShiftDistance(uint32_t index, TimePickerScrollDirection dir) GetShiftDistance() argument 1062 GetShiftDistanceForLandscape(uint32_t index, TimePickerScrollDirection dir) GetShiftDistanceForLandscape() argument 1420 CalculateHotZone( int32_t index, int32_t midSize, float middleChildHeight, float otherChildHeight) CalculateHotZone() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| H A D | drawing_decoration_painter.cpp | 128 uint32_t index = static_cast<uint32_t>(noValueStartIndex - 1); in AdjustNoValueColorStop() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
| H A D | napi_utils.cpp | 87 std::string::size_type index = 0; in ReplaceHolder() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
| H A D | search_layout_algorithm.cpp | 868 CalcSymbolIconHeight( LayoutWrapper* layoutWrapper, int32_t index, double defaultImageHeight) CalcSymbolIconHeight() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_account_data.cpp | 1118 std::string::size_type index = connection.first.find(elementName); in GetAccessibilityAbilityByName() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
| H A D | swiper_indicator_pattern.cpp | 987 void SwiperIndicatorPattern::ChangeIndex(int32_t index, bool useAnimation) in ChangeIndex() argument
|
| /foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
| H A D | napi_accessibility_element.cpp | 196 size_t index = 0; in ConvertElementInfosToJS() local 967 size_t index = 0; in GetElementInfoContents() local 1068 size_t index = 0; in GetElementInfoSpan() local
|
| /foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
| H A D | asac_account_data_benchmark.cpp | 1118 std::string::size_type index = connection.first.find(elementName); in GetA11yBenchmarkAbilityByName() local
|
| /foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
| H A D | accessible_ability_client_impl.cpp | 567 uint32_t index = 0; in SortElementInfosIfNecessary() local 679 RetError AccessibleAbilityClientImpl::GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, in GetChildElementInfo() argument 1537 uint32_t index = 0; in GetElementByWindowIdBFS() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_util.cpp | 437 std::string BundleUtil::CreateSharedBundleTempDir(uint32_t installerId, uint32_t index) in CreateSharedBundleTempDir() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | canvas_component.cpp | 2178 GetSubFont(const char *font, const uint8_t index, char *&subFont) const GetSubFont() argument [all...] |
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_view.cpp | 1090 void UIView::SetViewIndex(int16_t index) in SetViewIndex() argument
|