summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InsettableFrameLayout.java
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-10-28 16:16:02 -0700
committerAdam Cohen <adamcohen@google.com>2014-10-28 16:16:46 -0700
commitbc927f9c24001e250622ca9a2547ee5b65baef58 (patch)
tree0474d582ff176d6b01c5a477f3565ca822723f9c /src/com/android/launcher3/InsettableFrameLayout.java
parent09ae4aef52b4486b97ecc77feeb64307bcbd3993 (diff)
downloadandroid_packages_apps_Trebuchet-bc927f9c24001e250622ca9a2547ee5b65baef58.tar.gz
android_packages_apps_Trebuchet-bc927f9c24001e250622ca9a2547ee5b65baef58.tar.bz2
android_packages_apps_Trebuchet-bc927f9c24001e250622ca9a2547ee5b65baef58.zip
Make sure DragLayer layout params are of the correct type
bug 18141419 Change-Id: I50695a62cf9e1f25c054ac2c7197cd056d54cfae
Diffstat (limited to 'src/com/android/launcher3/InsettableFrameLayout.java')
-rw-r--r--src/com/android/launcher3/InsettableFrameLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/InsettableFrameLayout.java b/src/com/android/launcher3/InsettableFrameLayout.java
index 1c3d5a189..7343bf686 100644
--- a/src/com/android/launcher3/InsettableFrameLayout.java
+++ b/src/com/android/launcher3/InsettableFrameLayout.java
@@ -63,7 +63,7 @@ public class InsettableFrameLayout extends FrameLayout implements
return new LayoutParams(p);
}
- class LayoutParams extends FrameLayout.LayoutParams {
+ public static class LayoutParams extends FrameLayout.LayoutParams {
boolean ignoreInsets = false;
public LayoutParams(Context c, AttributeSet attrs) {