Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherCallbacks.java73 void onInteractionBegin(); in onInteractionBegin() method
DLauncher.java2572 protected void onInteractionBegin() {
2574 mLauncherCallbacks.onInteractionBegin();
2585 onInteractionBegin();
DWorkspace.java438 mLauncher.onInteractionBegin(); in onDragStart()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DLauncherExtension.java132 public void onInteractionBegin() { in onInteractionBegin() method in LauncherExtension.LauncherExtensionCallbacks