Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 12 of 12) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dwindow_change_listener_impl.cpp23Rosen::Rect rect, Rosen::WindowSizeChangeReason reason, const std::shared_ptr<Rosen::RSTransaction… in OnSizeChange()
Dinput_method_panel.cpp741 bool InputMethodPanel::IsRectValid(const Rosen::Rect &rect, const WindowSize &displaySize) in IsRectValid()
759 bool InputMethodPanel::IsRectValid(PanelFlag panelFlag, const Rosen::Rect &rect, const WindowSize &… in IsRectValid()
1375 … InputMethodPanel::PanelStatusChangeToImc(const InputWindowStatus &status, const Rosen::Rect &rect) in PanelStatusChangeToImc()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_info_helper.cpp131 bool SecCompInfoHelper::IsOutOfWatchScreen(const SecCompRect& rect, double radius, std::string& mes… in IsOutOfWatchScreen()
155 bool SecCompInfoHelper::IsOutOfScreen(const SecCompRect& rect, double curScreenWidth, double curScr… in IsOutOfScreen()
187 bool SecCompInfoHelper::CheckRectValid(const SecCompRect& rect, const SecCompRect& windowRect, in CheckRectValid()
Dsec_comp_manager.cpp558 const auto& rect = creaseRects.front(); in GetFoldOffsetY() local
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_info_helper_test.cpp138 SecCompRect rect = { in GetDefaultRect() local
155 SecCompRect rect = GetDefaultRect(); variable
207 SecCompRect rect = GetDefaultRect(); variable
/base/security/security_component_manager/test/fuzztest/security_component/service/reportsecuritycomponentclickeventstub_fuzzer/
Dreportsecuritycomponentclickeventstub_fuzzer.cpp52 void GetCompoRect(nlohmann::json &jsonComponent, SecCompRect& rect) in GetCompoRect()
89 SecCompRect rect; in ConstructClickEvent() local
/base/security/access_token/services/privacymanager/test/tool/
Dcamera_window_create.cpp62 static sptr<Rosen::Window> CreateAppFloatingWindow(Rosen::WindowType type, Rosen::Rect rect, std::s… in CreateAppFloatingWindow()
/base/update/updater/services/ui/driver/
Dui_rotation.cpp94 void UiRotation::SetFlushRange(const OHOS::Rect &rect) in SetFlushRange()
/base/security/security_component_manager/frameworks/security_component/src/
Dsec_comp_base.cpp299 bool SecCompBase::ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) in ParseRect()
599 SecCompRect rect = other->rect_; in CompareComponentBasicInfo() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnative_media_player_impl.cpp392 napi_value rect = nullptr; in ConstructSurfaceInfo() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp381 uint32_t PixelMap::crop(const Rect &rect) in crop()
/base/web/webview/interfaces/kits/cj/include/
Dwebview_utils.h179 CRectEvent rect; member