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.java193 final WallpaperOffsetInterpolator mWallpaperOffset; field in Workspace
276 mWallpaperOffset = new WallpaperOffsetInterpolator(this); in Workspace()
360 return mWallpaperOffset.wallpaperOffsetForScroll(pageScroll); in getWallpaperOffsetForCenterPage()
1181 mWallpaperOffset.setLockToDefaultPage(true); in lockWallpaperToDefaultPage()
1185 if (mWallpaperOffset.isLockedToDefaultPage()) { in unlockWallpaperFromDefaultPageOnNextLayout()
1194 mWallpaperOffset.syncWithScroll(); in computeScroll()
1242 mWallpaperOffset.setWindowToken(windowToken); in onAttachedToWindow()
1249 mWallpaperOffset.setWindowToken(null); in onDetachedFromWindow()
1255 mWallpaperOffset.setLockToDefaultPage(false); in onLayout()
1259 mWallpaperOffset.syncWithScroll(); in onLayout()
[all …]