Searched refs:centerY (Results 1 - 11 of 11) sorted by relevance
/base/useriam/fingerprint_auth/services/inc/ |
H A D | isensor_illumination_task.h | 33 virtual UserAuth::ResultCode EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius,
|
/base/useriam/fingerprint_auth/services_ex/inc/ |
H A D | sensor_illumination_task.h | 51 UserAuth::ResultCode EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius,
|
/base/update/updater/services/ui/control/ |
H A D | event_listener.cpp | 169 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 D | sensor_illumination_manager.cpp | 132 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 D | sensor_illumination_task.cpp | 162 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 D | ark_web_nweb.h | 1180 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 1021 int ScaleGestureChange(double scale, double centerX, double centerY) override;
|
H A D | ark_web_nweb_impl.cpp | 933 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 D | ark_web_nweb_wrapper.cpp | 1129 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 D | ark_web_nweb_wrapper.h | 1094 int ScaleGestureChange(double scale, double centerX, double centerY) override;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1221 virtual int ScaleGestureChange(double scale, double centerX, double centerY) = 0;
|
Completed in 15 milliseconds