summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-17 11:57:24 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-03-17 11:57:39 -0700
commit05c8c57fa72a81f34058036f6dc30c084ca6742b (patch)
tree5fe8be4bb54c2822f80b7134d1df19a6459d90c4 /src/com/android/launcher3/allapps/AllAppsSearchBarController.java
parent1bc8fc3de2113b7be9df304309a42276d642a8c4 (diff)
downloadandroid_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.tar.gz
android_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.tar.bz2
android_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.zip
Removing dependency on LauncherCallbacks for getting the search bounds
> Instead of handling insets in BaseContainerView, directly applying them to margins, as that scpace can't be used for scroll handling > Appliying the top and bottom padding in xml > The left & right padding is defied in xml which is reused for scroll handling Bug: 27108154 Change-Id: Ia32e6d5e8fd1bfafb1d77d1244ce2268e4da9df9
Diffstat (limited to 'src/com/android/launcher3/allapps/AllAppsSearchBarController.java')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsSearchBarController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
index 39d6dd50c..a4bea8dbd 100644
--- a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
+++ b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
@@ -175,6 +175,7 @@ public abstract class AllAppsSearchBarController
/**
* Called when the bounds of the search bar has changed.
*/
+ @Deprecated
void onBoundsChanged(Rect newBounds);
/**