Home
last modified time | relevance | path

Searched refs:centerX (Results 1 - 11 of 11) sorted by relevance

/base/useriam/fingerprint_auth/services/inc/
H A Disensor_illumination_task.h33 virtual UserAuth::ResultCode EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius,
/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h51 UserAuth::ResultCode EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius,
/base/update/updater/services/ui/control/
H A Devent_listener.cpp168 int16_t centerX = pView->GetX() + static_cast<int16_t>(static_cast<uint16_t>(pView->GetWidth()) >> 1u); in ProcessPowerKey() local
172 pView->OnClickEvent(OHOS::Point { centerX, centerY }); in ProcessPowerKey()
/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp131 IF_FALSE_LOGE_AND_RETURN_VAL(param.enableSensorIllumination.centerX < MAX_X_Y_VALUE, UserAuth::GENERAL_ERROR); in EnableSensorIllumination()
135 UserAuth::ResultCode enableResultCode = taskInProc->EnableSensorIllumination(param.enableSensorIllumination.centerX, in EnableSensorIllumination()
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp162 ResultCode SensorIlluminationTask::EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius, in EnableSensorIllumination() argument
190 bool convertRetX = convertThousandthToPx(centerX, defaultDisplay->GetWidth(), centerXInPx); in EnableSensorIllumination()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1174 * @param centerX: X-coordinate of the pinch center
1175 * @param centerX: Y-coordinate of the pinch center
1180 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1015 * @param centerX: X-coordinate of the pinch center
1016 * @param centerX: Y-coordinate of the pinch center
1021 int ScaleGestureChange(double scale, double centerX, double centerY) override;
H A Dark_web_nweb_impl.cpp933 int ArkWebNWebImpl::ScaleGestureChange(double scale, double centerX, double centerY) in ScaleGestureChange() argument
935 return nweb_nweb_->ScaleGestureChange(scale, centerX, centerY); in ScaleGestureChange()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1129 int ArkWebNWebWrapper::ScaleGestureChange(double scale, double centerX, double centerY) in ScaleGestureChange() argument
1131 return ark_web_nweb_->ScaleGestureChange(scale, centerX, centerY); in ScaleGestureChange()
H A Dark_web_nweb_wrapper.h1088 * @param centerX: X-coordinate of the pinch center
1089 * @param centerX: Y-coordinate of the pinch center
1094 int ScaleGestureChange(double scale, double centerX, double centerY) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1215 * @param centerX: X-coordinate of the pinch center
1216 * @param centerX: Y-coordinate of the pinch center
1221 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;

Completed in 15 milliseconds