Re: [android-developers] Accessing to Canvas's parent

2011-12-22 Thread Gilberto Cuba Ricardo
Thanks for answering Romain Guy. And, how I can access this Canvas shared by all Views in the same window? Why you say I can understand, that the Canvas of bottom View contains the drawing of other Views, is this true? 2011/12/21, Romain Guy romain...@android.com: a All views in a same

[android-developers] Accessing to Canvas's parent

2011-12-21 Thread Gilberto Cuba R
Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have created several classes that inheritate from View, and therefore have THEIR OWN canvas, wich is not shared, (and please correct me if I'm wrong) that is, that all my inherited View

Re: [android-developers] Accessing to Canvas's parent

2011-12-21 Thread Romain Guy
a All views in a same window share a single Canvas. There's no such thing as a parent Canvas. On Dec 21, 2011 9:37 PM, Gilberto Cuba R gcubar2...@gmail.com wrote: Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have created several