Animation topAnimation = new TranslateAnimation(0, 0, -heightOfTopTrans, 0);
topAnimation.setDuration(durationMillis);
// topAnimation.setInterpolator(this, anim.accelerate_interpolator);
topAnimation.setFillAfter(true);
mTopLayout.startAnimation(topAnimation);
mGridView.startAnimation(topAnimation);