Android WindowManager.updateViewLayout behaving weird -
this part of code in view:
params.width = myactivity.getwidth(); params.focused.height = myactivity.getheight(); wm.updateviewlayout(this, windowlayoutparams.focused);
i'm trying re-size window touch messages.
when call updateviewlayout() translates coords (0,0) , resizes it. problem can see happening. flickers. how update view without happening? (i have tried handler , doesn't work)
Comments
Post a Comment