Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java184 public void logActionCommand(int command, int srcContainerType, int dstContainerType) { in logActionCommand() argument
185 logActionCommand(command, newContainerTarget(srcContainerType), in logActionCommand()
209 public void logActionCommand(int command, View itemView, int srcContainerType) { in logActionCommand() argument
217 event.srcTarget[0].containerType = srcContainerType; in logActionCommand()