Home
last modified time | relevance | path

Searched refs:MSG_ANIMATION_END (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java53 static final int MSG_ANIMATION_END = 2; field in DragDropController
377 case MSG_ANIMATION_END: { in handleMessage()
DDragState.java19 import static com.android.server.wm.DragDropController.MSG_ANIMATION_END;
682 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()