Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java145 protected float mLayoutScale = 1.0f; field in PagedView
610 mLayoutScale = childrenScale; in setLayoutScale()
737 int[] childOffsets = Float.compare(mLayoutScale, 1f) == 0 ? in getChildOffset()
780 return (int) (maxWidth * mLayoutScale + 0.5f); in getScaledMeasuredWidth()
DWorkspace.java870 float layoutScale = mLayoutScale; in wallpaperOffsetForCurrentScroll()
871 mLayoutScale = 1f; in wallpaperOffsetForCurrentScroll()
877 mLayoutScale = layoutScale; in wallpaperOffsetForCurrentScroll()
960 float layoutScale = mLayoutScale; in computeWallpaperScrollRatio()
962 mLayoutScale = 1.0f; in computeWallpaperScrollRatio()
964 mLayoutScale = layoutScale; in computeWallpaperScrollRatio()