Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java195 final WallpaperOffsetInterpolator mWallpaperOffset; field in Workspace
278 mWallpaperOffset = new WallpaperOffsetInterpolator(this); in Workspace()
362 return mWallpaperOffset.wallpaperOffsetForScroll(pageScroll); in getWallpaperOffsetForCenterPage()
1176 mWallpaperOffset.setLockToDefaultPage(true); in lockWallpaperToDefaultPage()
1180 if (mWallpaperOffset.isLockedToDefaultPage()) { in unlockWallpaperFromDefaultPageOnNextLayout()
1189 mWallpaperOffset.syncWithScroll(); in computeScroll()
1237 mWallpaperOffset.setWindowToken(windowToken); in onAttachedToWindow()
1244 mWallpaperOffset.setWindowToken(null); in onDetachedFromWindow()
1250 mWallpaperOffset.setLockToDefaultPage(false); in onLayout()
1254 mWallpaperOffset.syncWithScroll(); in onLayout()
[all …]