Home
last modified time | relevance | path

Searched defs:touchXY (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1964 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0], in onDrop() local
2639 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { in onDropExternal()