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.java199 public void logActionCommand(int command, int srcContainerType, int dstContainerType) { in logActionCommand() argument
200 logActionCommand(command, newContainerTarget(srcContainerType), in logActionCommand()
204 public void logActionCommand(int command, int srcContainerType, int dstContainerType, in logActionCommand() argument
206 Target srcTarget = newContainerTarget(srcContainerType); in logActionCommand()
232 public void logActionCommand(int command, View itemView, int srcContainerType) { in logActionCommand() argument
240 event.srcTarget[0].containerType = srcContainerType; in logActionCommand()