Page 1 of 1

x, y coordinates

Posted: 09 Jun 2017 01:05
by suda
"Hide Custom Widget Overlay"

When this command is executed, i want to get the x,y of the hiden widget overlay.

Thank you.

Re: x, y coordinates

Posted: 25 Jun 2017 08:37
by suda
a_widget is showed.

Using App Task Started [Ended]: com.android.gallery3d,
Hide Custom Widget Overlay: a_widget,
and
Show Custom Widget Overlay: a_widget_overlay, a_widget (100*100) Center <=here*

...
I enjoy favorite movies.
...

Then,
If I can replace "Center" with hiden location of a_widget,
I thought I can continue working at the same location by using a_widget.


But,
I am satisfied by moving a_widget.
Thank you, Martin.
Draggable function is fine!

Sorry, bad english.

Re: x, y coordinates

Posted: 30 Jun 2017 14:02
by suda
Without using hide, I noticed that setting width / height of show to "1, 1" is the same as redisplaying in the hide place.
Thank you!