Searched refs:mWallpapersView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperPickerActivity.java97 private LinearLayout mWallpapersView; field in class:WallpaperPickerActivity
453 int childCount = mWallpapersView.getChildCount();
455 mWallpapersView.getChildAt(i).setSelected(false);
464 mWallpapersView = (LinearLayout) findViewById(R.id.wallpaper_list);
466 populateWallpapersFromAdapter(mWallpapersView, ia, false);
471 populateWallpapersFromAdapter(mWallpapersView, mSavedImages, true);
523 if (mSelectedIndex >= 0 && mSelectedIndex < mWallpapersView.getChildCount()) {
525 mWallpapersView.getChildAt(mSelectedIndex));
543 mWallpapersView.setLayoutTransition(transitioner);
577 int childCount = mWallpapersView
[all...]

Completed in 483 milliseconds