Loading src/com/android/launcher3/AbstractFloatingView.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch protected static <T extends AbstractFloatingView> T getOpenView( ActivityContext activity, @FloatingViewType int type) { BaseDragLayer dragLayer = activity.getDragLayer(); if (dragLayer == null) return null; // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer, // and will be one of the last views. for (int i = dragLayer.getChildCount() - 1; i >= 0; i--) { Loading Loading
src/com/android/launcher3/AbstractFloatingView.java +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch protected static <T extends AbstractFloatingView> T getOpenView( ActivityContext activity, @FloatingViewType int type) { BaseDragLayer dragLayer = activity.getDragLayer(); if (dragLayer == null) return null; // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer, // and will be one of the last views. for (int i = dragLayer.getChildCount() - 1; i >= 0; i--) { Loading