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

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

Completed in 838 milliseconds