Home
last modified time | relevance | path

Searched refs:isIn (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_element.cpp48 … 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 Dtext_overlay_element.h42 … 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 DXButton.js83 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 DXSelect.js125 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 Dselect_popup_element.cpp31 …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 Dselect_popup_element.h33 void OnRefreshAnimation(const TweenOption& option, bool isIn);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.h61 void Play(bool isIn);
H A Ddate_time_animation_controller.cpp442 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 Dpicker_animation_controller.h103 void Play(bool isIn);
H A Dpicker_animation_controller.cpp461 void PickerAnimationController::Play(bool isIn) in Play() argument
469 if (isIn) { in Play()