Home | History | Annotate | Download | only in launcher3

Lines Matching refs:searchBarAlpha

281                 ObjectAnimator searchBarAlpha = ObjectAnimator.ofFloat(overlaySearchBarView, "alpha", 0f, 1f);
282 searchBarAlpha.setDuration(100);
283 searchBarAlpha.setInterpolator(new AccelerateInterpolator(1.5f));
285 mStateAnimation.play(searchBarAlpha);