示例#1
0
  protected void handleAnimate() {
    TiUIView tiv = peekView();

    if (tiv != null) {
      tiv.animate();
    }
  }