mm, you are right. but still there is animation and it performs quite well
i've just discovered we can profile Android apps within Eclipse
i'm not good at reading profiling results, but seems as with animation most of the time is spent in nio buffer operations. if i got it correct, once direct nio buffers are filled, it's only passing a pointer to native code. so i suppose you are right, JIT can dramatically reduce time of passing data to native code