Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java54 static final int MSG_ANIMATION_END = 2; field in DragDropController
416 case MSG_ANIMATION_END: { in handleMessage()
H A DDragState.java27 import static com.android.server.wm.DragDropController.MSG_ANIMATION_END;
727 mDragDropController.sendHandlerMessage(MSG_ANIMATION_END, null); in onAnimationEnd()