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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 449 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
462 set.playTogether(oa, leftOa, rightOa);
464 set.playTogether(oa, leftOa, rightOa, topOa, bottomOa);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 447 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f);
460 set.playTogether(oa, leftOa, rightOa);
462 set.playTogether(oa, leftOa, rightOa, topOa, bottomOa);

Completed in 107 milliseconds