Change-Id: I0957e30e7548746a1ad1fff4242ed6738ee16bcc
return __created;
}
+void DSWindowPrivate::setPosition(int x, int y)
+{
+ __x = x;
+ __y = y;
+
+ if (__renderView)
+ __renderView->setPosition(x, y);
+
+ // TODO: set lowerToBottom to hwc window ???
+ // if (__displayDeviceHWCWindow)
+ // __displayDeviceHWCWindow->lowerToBottom();
+}
+
bool DSWindowPrivate::setVkbdFloating(bool set)
{
__vkbd_floating = set;
bool setFocus(void);
bool isCreated();
+ void setPosition(int x, int y);
+
bool setVkbdFloating(bool set);
bool getVkbdFloating();