Home
last modified time | relevance | path

Searched refs:RecyclerViewAnimationController (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java42 public class RecyclerViewAnimationController { class
58 protected static final FloatProperty<RecyclerViewAnimationController> PROGRESS =
59 new FloatProperty<RecyclerViewAnimationController>("expansionProgress") {
61 public Float get(RecyclerViewAnimationController controller) {
66 public void setValue(RecyclerViewAnimationController controller, float progress) {
75 public RecyclerViewAnimationController(ActivityAllAppsContainerView<?> allAppsContainerView) { in RecyclerViewAnimationController() method in RecyclerViewAnimationController
DSearchTransitionController.java35 public class SearchTransitionController extends RecyclerViewAnimationController {