Searched refs:centerX (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 | 168 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 D | sensor_illumination_manager.cpp | 131 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 D | sensor_illumination_task.cpp | 162 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 D | ark_web_nweb.h | 1174 * @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 D | ark_web_nweb_impl.h | 1015 * @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 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 | 1088 * @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 D | nweb.h | 1215 * @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