Home
last modified time | relevance | path

Searched refs:centerY (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.cpp169 int16_t centerY = pView->GetY() + static_cast<int16_t>(static_cast<uint16_t>(pView->GetHeight()) >> 1u); in ProcessPowerKey() local
172 pView->OnClickEvent(OHOS::Point { centerX, centerY }); in ProcessPowerKey()
/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp132 IF_FALSE_LOGE_AND_RETURN_VAL(param.enableSensorIllumination.centerY < MAX_X_Y_VALUE, UserAuth::GENERAL_ERROR); in EnableSensorIllumination()
136 param.enableSensorIllumination.centerY, param.enableSensorIllumination.radius, 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
193 bool convertRetY = convertThousandthToPx(centerY, defaultDisplay->GetHeight(), centerYInPx); in EnableSensorIllumination()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1180 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.h1021 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.h1094 int ScaleGestureChange(double scale, double centerX, double centerY) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1221 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;

Completed in 16 milliseconds