See screenshot below from my android emulator:
http://imageshack.us/photo/my-images/190/image1zqu.png/
It's a screenshot from the home screen. Watch the object inside the red box. That's the device's widget.
Description:
I created a live wallpaper application that has object on the screen and user can move the object by touching any area on the screen as the destination. The problem is if user touched the device widget, ie. browser button, the object will move to the button widget as well as opening the browser. So I want to know how to detect if user is touching device's widget or not?
My intention is to prevent the object moving when user touching device's widget on screen.
Note: I developed the application using AndEngine library, but android openGL ES or any other solution is welcomed too.