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