Example #1
0
  protected void onAnimationEnd() {
    if (!isVisible()) {
      setVisibility(View.GONE);
      mGrid.setAdapter(null);
      mZoom = 0.0f;
    } else {
      mZoom = 1.0f;
    }

    mLauncher.zoomed(mZoom);
  }