Android : Can I make an overlay object above the mouse pointer layer? -


in android wanna make overlay object above mouse pointer.

=> mouse pointer under overlay object

i float overlay object(image) windowmanager (service). if click overlay image, of course overlay image clicked. don't want this. hope if click overlay image, below object clicked.

now mouse pointer in top layer. want make overlay object on mouse pointer layer.

mouse pointer

=====================

overlay object(image)

=====================

object1, object2 ...... ...

->

overlay object(image)

=====================

mouse pointer

=====================

object1, object2 ...... ...

enter image description here android display overview

enter image description here android display sideview (layer view, layer architecture)

but! wanna make mouse pointer layer down. enter image description here


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -