Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java663 int dragSourceChildCount = mDragSourceInternal.getChildCount(); in addExtraEmptyScreenOnDrag() local
669 dragSourceChildCount += pagePair.getShortcutsAndWidgets().getChildCount(); in addExtraEmptyScreenOnDrag()
676 dragSourceChildCount++; in addExtraEmptyScreenOnDrag()
679 if (dragSourceChildCount == 1) { in addExtraEmptyScreenOnDrag()