Home
last modified time | relevance | path

Searched refs:first (Results 5676 - 5700 of 6195) sorted by relevance

1...<<221222223224225226227228229230>>...248

/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp49 // currentIndex_ should be updated only for the first time in Update()
585 for (const auto& [first, second] : changeEndListeners_) { in FireChangedEvent()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp101 image->GetImageSourceSize().first, image->GetImageSourceSize().second, in Update()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp853 if (position < region.first) { in GetEventMarker()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp68 gradientColorStart.SetLinearColor(LinearColor(item.first)); in DataPanelModifier()
233 // first line and start half circle not cover end half circle in GetPaintPath()
271 * when it's not first line or total draw angle is a whole circle, path is a half circle inward in GetPaintPath()
272 * when it's first line and end half circle not cover start cover circle, path is a half circle outword in GetPaintPath()
273 * when it's first line and end half circle cover start cover circle, path is cut by end half circle in GetPaintPath()
608 // first line and start half circle not cover end half circle in PaintProgress()
617 * when it's first line and end circle not cover start circle, use wide gradient in PaintProgress()
618 * when it's first line and end circle cover start circle, use default gradient and set start half circle color in PaintProgress()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp275 double x = ConvertDimensionToPx(transformOrigin_.first, LengthType::HORIZONTAL, isRoot); in GetTransformOffset()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp328 totalFlexWeight_ -= magicWeightMaps_[(*magicNodes_.begin()).first]; in PerformLayoutInWeightMode()
507 // first time layout in PerformLayoutInItemMode()
784 // first time layout flex item in LayoutFlexItem()
881 // in column, just get the first child baseline in GetBaselineDistance()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp313 * The child elements with layoutWeight=0 are measured first. in MeasureAndCleanMagicNodes()
405 newTotalFlexWeight -= magicNodeWeights_[magicNodes_.begin()->first]; in MeasureAndCleanMagicNodes()
546 // min size should not participate in the first measure of blank in HandleBlankFirstTimeMeasure()
915 * first measure in Measure()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_progress_bridge.cpp102 gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(colorIndex).first)); in ConvertProgressResourceColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp77 size.first = xValue; in ParsSize()
H A Djs_navigation_stack.cpp722 const auto& name = navPathList_[i].first; in DumpStackInfo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp80 * @tc.steps: step2. Scroll -25px, first group footer at top edge in HWTEST_F()
89 * @tc.steps: step3. Scroll 0px, first group footer at top edge in HWTEST_F()
196 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(listLayoutAlgorithm.itemPosition_.begin()->first); in HWTEST_F()
1206 * @tc.steps: step2. Scroll -50px, first group load 1 item. in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp103 originStr.replace(matches[0].first - originStr.begin(), matches[0].length(), replaceContentStr); in ReplaceHolder()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp749 // if index in emoji or the first or the last, selectedRects is empty and in IsIndexInEmoji()
990 lineMetrics.runMetrics.insert(std::map<size_t, RunMetrics>::value_type(it.first, runMetrics)); in GetLineMetrics()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp342 env, item.first.c_str(), NAPI_AUTO_LENGTH, &nKey)); in ConvertParameters()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp687 summaryInfo.totalBundleNames.emplace_back(item.first); in ReportSysEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.cpp335 if (pos->first != event) { in DisableExcludeEvents()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp410 iter->second.deployingAppqfInfo.hqfInfos[0].hqfFilePath = iter->first; in ParseAndCheckAppQuickFixInfos()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp261 reply.WriteString(static_cast<std::string>(it->first)); in HandleGetExtraAudioParameters()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp411 MEDIA_LOG_I("dash first get segment in streamId " PUBLIC_LOG_D32 ", type " in OpenInitSegment()
1051 playbackInfo.downloadRate = recordData.first; in GetPlaybackInfo()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp235 // theoretically the offset of TextureInfos can't be less than the offset of the first and this could be in MapTextureSlots()
478 auto& properties = result.first->second->properties; in GetManager()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp1722 auto ifd = exif_ifd_from_name(it.first.c_str()); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_meta_data.cpp131 if (pair.first == metaKey) { in ConvertFilter()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp221 auto funcName = itFunc->second.first; in OnRemoteRequest()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dcgroup_event_handler.cpp1164 if (iter->first == taskName && iter->second != nullptr) { in RemoveTask()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp619 if (!parcel.WriteUint32(static_cast<uint32_t>(it.first))) { in MapMarshalling()

Completed in 51 milliseconds

1...<<221222223224225226227228229230>>...248