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

  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 276 Runnable endAction = vpa.mEndAction;
284 if (endAction != null) {
285 endAction.run();
707 * Runnable endAction = new Runnable() {
712 * view.animate().x(200).withEndAction(endAction);
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 65 milliseconds