Searched refs:mWallpapersView (Results 1 – 1 of 1) sorted by relevance
107 @Thunk LinearLayout mWallpapersView; field in WallpaperPickerActivity559 int childCount = mWallpapersView.getChildCount();561 mWallpapersView.getChildAt(i).setSelected(false);572 mWallpapersView = (LinearLayout) findViewById(R.id.wallpaper_list);574 populateWallpapersFromAdapter(mWallpapersView, ia, false);579 populateWallpapersFromAdapter(mWallpapersView, mSavedImages, true);629 if (mSelectedIndex >= 0 && mSelectedIndex < mWallpapersView.getChildCount()) {631 mWallpapersView.getChildAt(mSelectedIndex));649 mWallpapersView.setLayoutTransition(transitioner);688 int childCount = mWallpapersView.getChildCount();[all …]