Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java703 int dragSourceChildCount = mDragSourceInternal.getChildCount(); in addExtraEmptyScreenOnDrag() local
710 dragSourceChildCount += pagePair.getShortcutsAndWidgets().getChildCount(); in addExtraEmptyScreenOnDrag()
717 dragSourceChildCount++; in addExtraEmptyScreenOnDrag()
720 if (dragSourceChildCount == 1) { in addExtraEmptyScreenOnDrag()