Searched refs:pressedTime (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_compatible.h | 92 int64_t pressedTime; member
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | util_napi_value.cpp | 255 int64_t pressedTime = GetNamePropertyInt64(env, napiValue, "pressedTime"); in GetNamePropertyKeyItem() local 256 keyItem.SetDownTime(pressedTime); in GetNamePropertyKeyItem()
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 468 int64_t pressedTime; in HandleTouchPropertyInt32() local 469 if (GetNamedPropertyInt64(env, touchProperty, "pressedTime", pressedTime) != RET_OK) { in HandleTouchPropertyInt32() 488 pointerEvent->SetActionTime(pressedTime); in HandleTouchPropertyInt32()
|
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_utils.cpp | 368 int64_t pressedTime {}; in GetValue() 369 status = GetNamedProperty(env, in, "pressedTime", pressedTime); in GetValue() 370 CHECK_RETURN(status == napi_ok, "get pressedTime property failed", status); in GetValue() 371 SLOGI("pressedTime=%{public}" PRIu64, pressedTime); in GetValue() 372 out.SetDownTime(pressedTime); in GetValue() 394 napi_value pressedTime {}; in SetValue() 395 status = SetValue(env, in->GetDownTime(), pressedTime); in SetValue() 396 CHECK_RETURN((status == napi_ok) && (pressedTime ! in SetValue() [all...] |
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1429 int64_t pressedTime = keyItem->GetDownTime(); in GetKeyValue() local 1430 NAPI_CALL_RETURN_VOID(env, napi_create_int64(env, pressedTime, &timeValue)); in GetKeyValue() 1431 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, keyObject, "pressedTime", timeValue)); in GetKeyValue()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 223 points[i].pressedTime = touchPoint.downTime.time_since_epoch().count(); in ConvertTouchPointsToPoints()
|
H A D | node_common_modifier.cpp | 6563 touchPoint.pressedTime = locationInfo.GetTimeStamp().time_since_epoch().count(); in ConvertTouchLocationInfoToPoint() 6596 points[i].pressedTime = touchPoint.downTime.time_since_epoch().count(); in ConvertTouchPointsToPoints()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 130 ArkUI_Int64 pressedTime; member
|
Completed in 42 milliseconds