commit | 111c83579a165fe9d8f915cda4e08de47e16c056 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Thu Apr 30 15:43:26 2015 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Thu Apr 30 15:43:26 2015 -0700 |
tree | 6061e445f88012dc26c1cc2371aa4518ad80abd0 | |
parent | 9aaef938c3f0db6c78555459eb84be25ab87f98e [diff] |
Removes code that is incompatible with google3, Velvet build rules. Change-Id: Ibce31b52f5ffc4a03bdd48c575521c774f17a353
diff --git a/src/com/android/launcher3/FolderInfo.java b/src/com/android/launcher3/FolderInfo.java index 69b2ae7..80b1564 100644 --- a/src/com/android/launcher3/FolderInfo.java +++ b/src/com/android/launcher3/FolderInfo.java
@@ -33,7 +33,6 @@ /** * The folder is locked in sorted mode - * @deprecated */ public static final int FLAG_ITEMS_SORTED = 0x00000001;
diff --git a/src/com/android/launcher3/widget/WidgetsListAdapter.java b/src/com/android/launcher3/widget/WidgetsListAdapter.java index 051a3ab..a7728a1 100644 --- a/src/com/android/launcher3/widget/WidgetsListAdapter.java +++ b/src/com/android/launcher3/widget/WidgetsListAdapter.java
@@ -161,10 +161,6 @@ @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++) {