Searched refs:masterWallpaperList (Results 1 – 1 of 1) sorted by relevance
165 LinearLayout masterWallpaperList = (LinearLayout) findViewById(R.id.master_wallpaper_list); in init() local166 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() local324 final int childCount = masterWallpaperList.getChildCount(); in updateTileIndices()332 View child = masterWallpaperList.getChildAt(i); in updateTileIndices()338 subList = masterWallpaperList; in updateTileIndices()