Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java165 LinearLayout masterWallpaperList = (LinearLayout) findViewById(R.id.master_wallpaper_list); in init() local
166 masterWallpaperList.addView( in init()
167 createTileView(masterWallpaperList, new PickImageInfo(), false), 0); in init()
291 LinearLayout masterWallpaperList = in initializeScrollForRtl()
293 mWallpaperScrollContainer.scrollTo(masterWallpaperList.getWidth(), 0); in initializeScrollForRtl()
323 LinearLayout masterWallpaperList = (LinearLayout) findViewById(R.id.master_wallpaper_list); in updateTileIndices() local
324 final int childCount = masterWallpaperList.getChildCount(); in updateTileIndices()
332 View child = masterWallpaperList.getChildAt(i); in updateTileIndices()
338 subList = masterWallpaperList; in updateTileIndices()