Searched defs:touchHandle (Results 1 – 5 of 5) sorted by relevance
293 static int32_t HandleTouchAction(napi_env env, napi_value touchHandle, in HandleTouchAction()320 static napi_value HandleTouchProperty(napi_env env, napi_value touchHandle) in HandleTouchProperty()345 static void HandleTouchPropertyInt32(napi_env env, napi_value touchHandle, in HandleTouchPropertyInt32()419 napi_value touchHandle = nullptr; in InjectTouchEvent() local
359 … std::shared_ptr<NWebTouchHandleState> touchHandle = std::make_shared<NWebTouchHandleStateMock>(); variable
1499 auto touchHandle = std::make_shared<NWeb::CustomNWebTouchHandleState>(); variable
492 auto touchHandle = [weak = AceType::WeakClaim(this)]( in SetTouchHandle() local
3619 RectF WebPattern::ComputeTouchHandleRect(std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> touchHan… in ComputeTouchHandleRect()