summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherTransitionable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/LauncherTransitionable.java')
-rw-r--r--src/com/android/launcher3/LauncherTransitionable.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/launcher3/LauncherTransitionable.java b/src/com/android/launcher3/LauncherTransitionable.java
index 9442abcde..49af6928a 100644
--- a/src/com/android/launcher3/LauncherTransitionable.java
+++ b/src/com/android/launcher3/LauncherTransitionable.java
@@ -16,13 +16,10 @@
package com.android.launcher3;
-import android.view.View;
-
/**
* An interface to get callbacks during a launcher transition.
*/
public interface LauncherTransitionable {
- View getContent();
void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace);
void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace);
void onLauncherTransitionStep(Launcher l, float t);