Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java68 private LinearLayout mWallpapersView; field in WallpaperPickerActivity
139 mWallpapersView = (LinearLayout) findViewById(R.id.wallpaper_list); in init()
142 populateWallpapers(mWallpapersView, mSavedImages.loadThumbnailsAndImageIdList(), true); in init()
146 populateWallpapers(mWallpapersView, wallpapers, false); in init()
176 if (mSelectedIndex >= 0 && mSelectedIndex < mWallpapersView.getChildCount()) { in init()
177 onClick(mWallpapersView.getChildAt(mSelectedIndex)); in init()
195 mWallpapersView.setLayoutTransition(transitioner); in init()
256 int childCount = mWallpapersView.getChildCount(); in onLongClick()
258 mWallpapersView.getChildAt(i).setSelected(false); in onLongClick()
279 mSelectedIndex = mWallpapersView.indexOfChild(v); in selectTile()
[all …]