Searched refs:mGridExit (Results 1 – 1 of 1) sorted by relevance
122 private Animation mGridExit; field in Home144 mGridExit = AnimationUtils.loadAnimation(this, R.anim.grid_exit); in onCreate()569 mGridExit.setAnimationListener(new HideGrid()); in hideApplications()570 mGrid.startAnimation(mGridExit); in hideApplications()