HomeSort by relevance Sort by last modified time
    Searched defs:LauncherViewPropertyAnimator (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener {
57 public LauncherViewPropertyAnimator(View target) {
231 public LauncherViewPropertyAnimator translationX(float value) {
237 public LauncherViewPropertyAnimator translationY(float value) {
243 public LauncherViewPropertyAnimator scaleX(float value) {
249 public LauncherViewPropertyAnimator scaleY(float value) {
255 public LauncherViewPropertyAnimator rotationY(float value) {
261 public LauncherViewPropertyAnimator alpha(float value) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 28 public class LauncherViewPropertyAnimator extends Animator implements AnimatorListener {
58 public LauncherViewPropertyAnimator(View target) {
235 public LauncherViewPropertyAnimator translationX(float value) {
241 public LauncherViewPropertyAnimator translationY(float value) {
247 public LauncherViewPropertyAnimator scaleX(float value) {
253 public LauncherViewPropertyAnimator scaleY(float value) {
259 public LauncherViewPropertyAnimator rotationY(float value) {
265 public LauncherViewPropertyAnimator alpha(float value) {
271 public LauncherViewPropertyAnimator withLayer() {

Completed in 45 milliseconds