OSDN Git Service

Removes code that is incompatible with google3, Velvet build rules.
authorHyunyoung Song <hyunyoungs@google.com>
Thu, 30 Apr 2015 22:43:26 +0000 (15:43 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Thu, 30 Apr 2015 22:43:26 +0000 (15:43 -0700)
Change-Id: Ibce31b52f5ffc4a03bdd48c575521c774f17a353

src/com/android/launcher3/FolderInfo.java
src/com/android/launcher3/widget/WidgetsListAdapter.java

index 69b2ae7..80b1564 100644 (file)
@@ -33,7 +33,6 @@ public class FolderInfo extends ItemInfo {
 
     /**
      * The folder is locked in sorted mode
-     * @deprecated
      */
     public static final int FLAG_ITEMS_SORTED = 0x00000001;
 
index 051a3ab..a7728a1 100644 (file)
@@ -161,10 +161,6 @@ public class WidgetsListAdapter extends Adapter<WidgetsRowViewHolder> {
 
     @Override
     public void onViewRecycled(WidgetsRowViewHolder holder) {
-        if (DEBUG) {
-            Log.v(TAG, String.format("onViewDetachedFromWindow, [pos=%d]",
-                    holder.getAdapterPosition()));
-        }
         ViewGroup row = ((ViewGroup) holder.getContent().findViewById(R.id.widgets_cell_list));
 
         for (int i = 0; i < row.getChildCount(); i++) {