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.java71 static final int MSG_ANIMATION_END = 2; field in DragDropController
598 case MSG_ANIMATION_END: { in handleMessage()
DDragState.java28 import static com.android.server.wm.DragDropController.MSG_ANIMATION_END;
797 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()