Home | History | Annotate | Download | only in launcher3

Lines Matching refs:animate

322     // Holds the page that we need to animate to, and the icon views that we need to animate up
965 mSearchDropTargetBar.animate().translationY(0).start();
966 getQsbBar().animate().translationY(0).start();
1665 // In all these cases, only animate if we're already on home
1675 // If we are already on home, then just animate back to the workspace,
1922 protected void moveToCustomContentScreen(boolean animate) {
1925 mWorkspace.moveToCustomContentScreen(animate);
3041 // Show the search bar (only animate if we were showing the drop target bar in spring
3158 mHotseat.animate().alpha(1f).setDuration(duration);
3177 mHotseat.animate().alpha(0f).setDuration(duration);
3723 // Animate all the applications up now
3744 // Animate to the correct page
4119 private Cling initCling(int clingId, int scrimId, boolean animate,
4128 cling.show(animate, SHOW_CLING_DURATION);
4217 boolean animate) {
4223 if (animate) {
4225 ccHint.animate().alpha(1f)
4232 if (animate) {
4233 ccHint.animate().alpha(0f)