Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1376 int32_t xInt { 0 }; in IsLocaledWithinRect() local
1377 CHKRF(napi_get_value_int32(env, xProperty, &xInt), GET_VALUE_INT32); in IsLocaledWithinRect()
1390 if ((xInt >= hotAreaX) && (xInt <= hotAreaX + hotAreaWidth) in IsLocaledWithinRect()