Searched defs:scaleOut (Results 1 - 2 of 2) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimUtils.java151 public static void scaleOut(final View view, int durationMs) { method in class:AnimUtils
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java176 * Immediately remove the affects of the last call to {@link #scaleOut}.
189 public void scaleOut() { method in class:FloatingActionButtonController
190 AnimUtils.scaleOut(mFloatingActionButtonContainer, mAnimationDuration);

Completed in 319 milliseconds