summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/popup/PopupContainerWithArrow.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-07-13 11:03:04 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-08-02 14:41:08 -0700
commitdb6cdb07e859e64edaee4d92dccfe1d0af5b232a (patch)
tree8f808d72852a5db8b115320e8c95e0718f3b8767 /src/com/android/launcher3/popup/PopupContainerWithArrow.java
parent0b74a7fe5e132cb647b767b1ec2ada89a7a0c611 (diff)
downloadandroid_packages_apps_Trebuchet-db6cdb07e859e64edaee4d92dccfe1d0af5b232a.tar.gz
android_packages_apps_Trebuchet-db6cdb07e859e64edaee4d92dccfe1d0af5b232a.tar.bz2
android_packages_apps_Trebuchet-db6cdb07e859e64edaee4d92dccfe1d0af5b232a.zip
Exposing some private methods to easily customize widgets popup
Change-Id: Ie7bd879200b1f14d472ff03fd64429930651a39f
Diffstat (limited to 'src/com/android/launcher3/popup/PopupContainerWithArrow.java')
-rw-r--r--src/com/android/launcher3/popup/PopupContainerWithArrow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/popup/PopupContainerWithArrow.java b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
index 635e04371..10be92551 100644
--- a/src/com/android/launcher3/popup/PopupContainerWithArrow.java
+++ b/src/com/android/launcher3/popup/PopupContainerWithArrow.java
@@ -84,7 +84,7 @@ public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
private final List<DeepShortcutView> mShortcuts = new ArrayList<>();
private final PointF mInterceptTouchDown = new PointF();
- private final Point mIconLastTouchPos = new Point();
+ protected final Point mIconLastTouchPos = new Point();
private final int mStartDragThreshold;
private final LauncherAccessibilityDelegate mAccessibilityDelegate;