Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java107 @Thunk LinearLayout mWallpapersView; field in WallpaperPickerActivity
559 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 …]