Searched refs:shownFrame (Results 1 – 1 of 1) sorted by relevance
1602 void setWallpaperOffset(RectF shownFrame) { in setWallpaperOffset() argument1604 final int left = ((int) shownFrame.left) - attrs.surfaceInsets.left; in setWallpaperOffset()1605 final int top = ((int) shownFrame.top) - attrs.surfaceInsets.top; in setWallpaperOffset()