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.java200 public void logActionCommand(int command, int srcContainerType, int dstContainerType) { in logActionCommand() argument
201 logActionCommand(command, newContainerTarget(srcContainerType), in logActionCommand()
205 public void logActionCommand(int command, int srcContainerType, int dstContainerType, in logActionCommand() argument
207 Target srcTarget = newContainerTarget(srcContainerType); in logActionCommand()
233 public void logActionCommand(int command, View itemView, int srcContainerType) { in logActionCommand() argument
244 itemTarget.containerType = srcContainerType; in logActionCommand()