commit | 28cfd20f024a56a927014351c8bdf9d8552603e3 | [log] [tgz] |
---|---|---|
author | Doris Liu <tianliu@google.com> | Mon Feb 22 16:51:40 2016 -0800 |
committer | Doris Liu <tianliu@google.com> | Tue Feb 23 14:40:47 2016 -0800 |
tree | e7e6e0ff59ad1073da1727774c775934ece78a07 | |
parent | 272fe13331cad7197e47c19056d2f49dd26ba0b3 [diff] |
Support running AVD on UI thread By default, AVD animates on RT thread. But since in some cases there's a need for a finer control on when the frame update for the animation should happen, such as coordiating the AVD animation with other animations that run on UI thread, we are providing a way to force the AVD to run on UI thread. Bug: 27278616 Change-Id: I372ecd3dc52e3fa0bdce3a1e9c19443f9b199027