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

  /packages/apps/Email/src/com/android/email/activity/
BannerController.java 33 private static final TimeInterpolator INTERPOLATOR = new DecelerateInterpolator(1.5f);
102 animator.setInterpolator(INTERPOLATOR);
ThreePaneLayout.java 51 private static final TimeInterpolator INTERPOLATOR = new DecelerateInterpolator(1.75f);
477 animator.setInterpolator(INTERPOLATOR);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 39 INTERPOLATOR
168 mPropertiesToSet.add(Properties.INTERPOLATOR);
224 if (mPropertiesToSet.contains(Properties.INTERPOLATOR)) {
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 

Completed in 5099 milliseconds