Removing some eclipse warnings

Change-Id: I160feaee81b262be02446885fae643c0be71b7af
This commit is contained in:
Sunny Goyal
2015-08-17 12:54:57 -07:00
parent e3e05563b7
commit 42e28092b3
18 changed files with 10 additions and 77 deletions

View File

@@ -317,7 +317,7 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.
}
}
private Launcher mLauncher;
@Thunk Launcher mLauncher;
private LayoutInflater mLayoutInflater;
@Thunk AlphabeticalAppsList mApps;
private GridLayoutManager mGridLayoutMgr;
@@ -340,9 +340,9 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.
// each time the search query changes.
private String mMarketSearchMessage;
// The intent to send off to the market app, updated each time the search query changes.
private Intent mMarketSearchIntent;
@Thunk Intent mMarketSearchIntent;
// The last query that the user entered into the search field
private String mLastSearchQuery;
@Thunk String mLastSearchQuery;
// Section drawing
@Thunk int mSectionNamesMargin;