Searched refs:shownPosition (Results 1 – 1 of 1) sorted by relevance
1644 void setWallpaperOffset(Point shownPosition) { in setWallpaperOffset() argument1646 final int left = shownPosition.x - attrs.surfaceInsets.left; in setWallpaperOffset()1647 final int top = shownPosition.y - attrs.surfaceInsets.top; in setWallpaperOffset()