Home
last modified time | relevance | path

Searched refs:property (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/util/linux/
H A DClipboardX11.cpp66 ev.property = xsr->property; in SetCopyData()
68 ret = XChangeProperty(ev.display, ev.requestor, ev.property, in SetCopyData()
72 ret = XChangeProperty(ev.display, ev.requestor, ev.property, XA_STRING, in SetCopyData()
75 ret = XChangeProperty(ev.display, ev.requestor, ev.property, UTF8, in SetCopyData()
78 ev.property = None; in SetCopyData()
102 if (event.xselection.property) { in GetPasteType()
103 XGetWindowProperty(event.xselection.display, event.xselection.requestor, event.xselection.property, 0L, in GetPasteType()
110 XDeleteProperty(event.xselection.display, event.xselection.requestor, event.xselection.property); in GetPasteType()
/ide/tools/previewer/test/mock/window/
H A DMockWindow.cpp50 return property;
53 SystemBarProperty property; member in OHOS::Rosen::MockWindow
H A Dwindow.h56 WMError OnSetSpecificBarProperty(WindowType type, const SystemBarProperty& property) in OnSetSpecificBarProperty() argument
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp686 OHOS::Rosen::SystemBarProperty property; in TEST_F() local
687 property.enable_ = true; in TEST_F()
689 OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR, property); in TEST_F()
691 OHOS::Rosen::WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR, property); in TEST_F()
693 OHOS::Rosen::WindowType::APP_MAIN_WINDOW_BASE, property); in TEST_F()
694 property.enable_ = false; in TEST_F()
696 OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR, property); in TEST_F()
698 OHOS::Rosen::WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR, property); in TEST_F()
700 OHOS::Rosen::WindowType::APP_MAIN_WINDOW_BASE, property); in TEST_F()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp54 const OHOS::Rosen::SystemBarProperty& property) in OnSetSpecificBarProperty()
56 JsAppImpl::GetInstance().CalculateAvoidAreaByType(type, property); in OnSetSpecificBarProperty()
954 const OHOS::Rosen::SystemBarProperty& property) in CalculateAvoidAreaByType()
969 if (property.enable_) { in CalculateAvoidAreaByType()
978 if (property.enable_) { in CalculateAvoidAreaByType()
53 OnSetSpecificBarProperty(OHOS::Rosen::WindowType type, const OHOS::Rosen::SystemBarProperty& property) OnSetSpecificBarProperty() argument
953 CalculateAvoidAreaByType(OHOS::Rosen::WindowType type, const OHOS::Rosen::SystemBarProperty& property) CalculateAvoidAreaByType() argument
H A DJsAppImpl.h98 const OHOS::Rosen::SystemBarProperty& property);

Completed in 5 milliseconds