Lines Matching refs:handle_
53 OH_ArkUI_NodeContent_AddNode(handle_, myNativeNode);
54 OH_ArkUI_NodeContent_RemoveNode(handle_, myNativeNode);
221 handle_ = handle;
227 OH_ArkUI_NodeContent_AddNode(handle_, root_->GetHandle());
231 OH_ArkUI_NodeContent_RemoveNode(handle_, root_->GetHandle());
237 ArkUI_NodeContentHandle handle_;
354 … : handle_(handle), nativeModule_(NativeModuleInstance::GetInstance()->GetNativeNodeAPI()) {}
360 nativeModule_->removeChild(handle_, child->GetHandle());
365 nativeModule_->disposeNode(handle_);
389 ArkUI_NodeHandle GetHandle() const { return handle_; }
397 ArkUI_NodeHandle handle_;
430 assert(handle_);
433 nativeModule_->setAttribute(handle_, NODE_WIDTH, &item);
436 assert(handle_);
439 nativeModule_->setAttribute(handle_, NODE_WIDTH_PERCENT, &item);
442 assert(handle_);
445 nativeModule_->setAttribute(handle_, NODE_HEIGHT, &item);
448 assert(handle_);
451 nativeModule_->setAttribute(handle_, NODE_HEIGHT_PERCENT, &item);
454 assert(handle_);
457 nativeModule_->setAttribute(handle_, NODE_BACKGROUND_COLOR, &item);
463 nativeModule_->addChild(handle_, child->GetHandle());
466 nativeModule_->removeChild(handle_, child->GetHandle());
469 nativeModule_->insertChildAt(handle_, child->GetHandle(), index);
497 assert(handle_);
502 nativeModule_->setAttribute(handle_, NODE_SCROLL_BAR_DISPLAY_MODE, &item);
552 assert(handle_);
555 nativeModule_->setAttribute(handle_, NODE_FONT_SIZE, &item);
558 assert(handle_);
561 nativeModule_->setAttribute(handle_, NODE_FONT_COLOR, &item);
564 assert(handle_);
566 nativeModule_->setAttribute(handle_, NODE_TEXT_CONTENT, &item);
569 assert(handle_);
572 nativeModule_->setAttribute(handle_, NODE_TEXT_ALIGN, &item);