Home
last modified time | relevance | path

Searched refs:OnTouchModifier (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts1889 class OnTouchModifier extends ModifierWithKey<TouchCallback> {
3854 modifierWithKey(this._modifiersWithKeys, OnTouchModifier.identity, OnTouchModifier, event);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1737 class OnTouchModifier extends ModifierWithKey { class
1749 OnTouchModifier.identity = Symbol('onTouch');
3708 modifierWithKey(this._modifiersWithKeys, OnTouchModifier.identity, OnTouchModifier, event);