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

  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DragDropControllerTests.java 79 void onDragStateClosedLocked(DragState dragState) {
80 super.onDragStateClosedLocked(dragState);
  /frameworks/base/services/core/java/com/android/server/wm/
DragDropController.java 59 * The variable is cleared by {@code #onDragStateClosedLocked} which is invoked by DragState
327 void onDragStateClosedLocked(DragState dragState) {
DragState.java 133 * After calling this, DragDropController#onDragStateClosedLocked is invoked, which causes
204 mDragDropController.onDragStateClosedLocked(this);

Completed in 196 milliseconds