/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/ |
H A D | common_napi_utils.h | 67 static void SetSelementToArray(napi_env env, napi_value array, int index, napi_value value);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.h | 92 RefPtr<UINode> GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache = false,
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.h | 35 void JumpToIndex(int32_t index) override;
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | node_data_cache.h | 70 bool PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name, int index);
|
/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | render_calendar.h | 93 bool IsValid(int32_t index) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_measure_layout.h | 59 void UpdateSize(int32_t index, const NG::SizeF& size) override;
|
H A D | js_swiper.h | 47 static void SetDisplayMode(int32_t index);
|
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_paragraph.h | 54 MOCK_METHOD1(GetCharacterWidth, float(int32_t index));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_particle_context.cpp | 70 prop.index, position, size, prop.emitRate ? prop.emitRate : std::nullopt); in updateEmitterPosition()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | particle_modifier.cpp | 57 //The numbers 0-9 represent each attribute in the object, corresponding to index,hasEmitRate,emitRate, in setEmitter() 58 //hasPosition,positionX,positionY,hasSize,sizeX,sizeY. Among them, index 1, 3, and 6 are marker values, in setEmitter() 60 prop.index = values[i * 9].i32; in setEmitter()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | stage_manager.h | 44 virtual bool PopPageToIndex(int32_t index, bool needShowNext = true, bool needTransition = true);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_property.h | 71 RectF GetIndicatorRect(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_pattern.h | 68 const std::string& nodeType, int32_t index = DEFAULT_NODE_SLOT);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | render_pattern_lock.h | 83 bool CheckChoosePointIsLastIndex(int16_t x, int16_t y, int16_t index) const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_pattern.h | 85 void UpdateButtonNode(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.h | 59 * @return lane index 102 * @param idx item's index. 103 * @param crossIdx item's cross-axis lane index. 153 * @brief Get the Segment index of a FlowItem 156 * @return segment index. 160 // convert FlowItem's index to children node index. 184 virtual void NotifyDataChange(int32_t index, int32_t count) = 0; 213 // Stores the tail item index of each segment. 215 // K: item index; [all...] |
/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessibility_ui_test_ability_impl.h | 149 * @param index The index of the child. 154 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
|
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/ |
H A D | accessible_ability_client.h | 140 * @brief Get the child node information by child index. 141 * @param index The index of the child. 146 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
|
H A D | accessibility_ui_test_ability.h | 152 * @brief Get the child node information by child index. 153 * @param index The index of the child. 158 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 334 void GetValueByIndex(char* value, uint8_t len, uint16_t index, int16_t start, int16_t end);
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.h | 40 uint32_t index,
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | date_time_format_module.h | 101 StyleState GetStyle(jerry_value_t style, const char *attrName, const uint8_t index); 140 * @return if string starts with number, return the end index of first number in string 159 * @return the next number index
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 245 * @param index Index of the current call. 254 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number, int type);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 39 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number,
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_pod.h | 89 uint32_t index { 0 };
|