Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1900 parent.onDropChild(cell); in onDrop()
1919 parent.onDropChild(cell); in onDrop()
2542 cellLayout.onDropChild(view);
2734 cellLayout.onDropChild(mDragInfo.cell);
DCellLayout.java2493 void onDropChild(View child) { in onDropChild() method in CellLayout