HomeSort by relevance Sort by last modified time
    Searched full:mwallpapersview (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java 107 @Thunk LinearLayout mWallpapersView;
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...]

Completed in 94 milliseconds