Searched refs:mWallpaperScrollContainer (Results 1 – 1 of 1) sorted by relevance
69 private HorizontalScrollView mWallpaperScrollContainer; field in WallpaperPickerActivity132 … mWallpaperScrollContainer = (HorizontalScrollView) findViewById(R.id.wallpaper_scroll_container); in init()288 final ViewTreeObserver observer = mWallpaperScrollContainer.getViewTreeObserver(); in initializeScrollForRtl()293 mWallpaperScrollContainer.scrollTo(masterWallpaperList.getWidth(), 0); in initializeScrollForRtl()294 … mWallpaperScrollContainer.getViewTreeObserver().removeOnGlobalLayoutListener(this); in initializeScrollForRtl()