Home
last modified time | relevance | path

Searched defs:View (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java102 public static ObjectAnimator ofFloat(View target, Property<View, Float> property, in ofFloat()
DWorkspaceStateTransitionAnimation.java229 boolean animated, HashMap<View, Integer> layerViews) { in getAnimationToState()
265 final int duration, final HashMap<View, Integer> layerViews, in animateWorkspace()
DLauncherStateTransitionAnimation.java482 HashMap<View, Integer> layerViews) { in playCommonTransitionAnimations()
DWorkspace.java208 Direction(Property<View, Float> viewProperty) { in Direction()
2109 HashMap<View, Integer> layerViews) { in setStateWithAnimation()
DLauncher.java3350 boolean animated, HashMap<View, Integer> layerViews) { in startWorkspaceStateChangeAnimation()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java804 public ViewPropertyValueHolder(Property<View, Float> property, View view, float value) { in ViewPropertyValueHolder()