Searched refs:isIn (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_element.cpp | 48 … const TweenOption& innerOption, bool isSingleHandle, bool isIn) { in PerformBuild() argument 51 overlay->OnStartAnimation(outerOption, innerOption, isSingleHandle, isIn); in PerformBuild() 113 const TweenOption& outerOption, const TweenOption& innerOption, bool isSingleHandle, bool isIn) in OnStartAnimation() argument 119 AddListener(isSingleHandle, isIn); in OnStartAnimation() 140 if (!isIn || !overlayComponent_) { in OnStartAnimation() 177 void TextOverlayElement::AddListener(bool isSingleHandle, bool isIn) in AddListener() argument 199 controller->AddStopListener([weak = WeakClaim(this), isSingleHandle, isIn]() { in AddListener() 204 if (isIn) { in AddListener() 227 double from = isIn ? offsetX : 0.0; in AddListener() 228 double to = isIn ? 0.0 : offsetX; in AddListener()
|
H A D | text_overlay_element.h | 42 … const TweenOption& outerOption, const TweenOption& innerOption, bool isSingleHandle, bool isIn); 45 void AddListener(bool isSingleHandle, bool isIn);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/ |
H A D | XButton.js | 83 let isIn = this.isTouchInButton(x, y); 86 if (isIn) { 93 if (this.touchDown_ && isIn) { 99 if (isIn) { 104 if (this.rightDown_ && isIn) { 110 return isIn;
|
H A D | XSelect.js | 125 let isIn = this.isTouchIn(x, y); 128 if (!isIn) { 153 return isIn;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_element.cpp | 31 …onent->SetRefreshAnimationCallback([weak = WeakClaim(this)](const TweenOption& option, bool isIn) { in PerformBuild() argument 34 element->OnRefreshAnimation(option, isIn); in PerformBuild() 81 void SelectPopupElement::OnRefreshAnimation(const TweenOption& option, bool isIn) in OnRefreshAnimation() argument 97 isInAnimation_ = isIn; in OnRefreshAnimation()
|
H A D | select_popup_element.h | 33 void OnRefreshAnimation(const TweenOption& option, bool isIn);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | date_time_animation_controller.h | 61 void Play(bool isIn);
|
H A D | date_time_animation_controller.cpp | 442 void DateTimeAnimationController::Play(bool isIn) in Play() argument 449 if (isIn) { in Play()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_animation_controller.h | 103 void Play(bool isIn);
|
H A D | picker_animation_controller.cpp | 461 void PickerAnimationController::Play(bool isIn) in Play() argument 469 if (isIn) { in Play()
|