From c86df470ab360a6e3f7edfd4b9cadcc5c31734f8 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 25 Feb 2016 09:19:38 -0800 Subject: Adding overlay interaction support > Sending unboundX to the overlay which is the total untranslated X and not just deltaX from last frame > Handling overlay callback and translating workspace accordingly Change-Id: I3bd8d9efac738e9ce131758f0e5ff1b9c1d6a8fc --- src/com/android/launcher3/LauncherCallbacks.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/com/android/launcher3/LauncherCallbacks.java') diff --git a/src/com/android/launcher3/LauncherCallbacks.java b/src/com/android/launcher3/LauncherCallbacks.java index 591bd9206..0be45c389 100644 --- a/src/com/android/launcher3/LauncherCallbacks.java +++ b/src/com/android/launcher3/LauncherCallbacks.java @@ -43,6 +43,8 @@ public interface LauncherCallbacks { public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults); public void onWindowFocusChanged(boolean hasFocus); + public void onAttachedToWindow(); + public void onDetachedFromWindow(); public boolean onPrepareOptionsMenu(Menu menu); public void dump(String prefix, FileDescriptor fd, PrintWriter w, String[] args); public void onHomeIntent(); -- cgit v1.2.3