add VSYNC scheduled flag and avoid two doFrame calls in one period
This flag can make sure touch response optimizaion only takes effect when there is no Vsync requesut from previous frame. It will not block animation. It can also make sure there will be only one doFrame call in one Vsync period. Change-Id: I5ce0ab7ba87ba8a88dbba942a28137be91928638 CRs-Fixed: 2346476
Loading
Please sign in to comment