Searched refs:sTempInt (Results 1 – 1 of 1) sorted by relevance
26 private static final int[] sTempInt = new int[2]; field in WallpaperOffsetInterpolator119 wallpaperOffsetForScroll(scroll, getNumScreensExcludingEmpty(), sTempInt); in wallpaperOffsetForScroll()120 return ((float) sTempInt[0]) / sTempInt[1]; in wallpaperOffsetForScroll()134 wallpaperOffsetForScroll(mWorkspace.getScrollX(), numScreens, sTempInt); in syncWithScroll() local135 Message msg = Message.obtain(mHandler, MSG_UPDATE_OFFSET, sTempInt[0], sTempInt[1], in syncWithScroll()