Searched refs:resizePreview (Results 1 – 3 of 3) sorted by relevance
47 oneway void resizePreview(in Rect positionInWindow); in resizePreview() method
1528 private void resizePreview(Rect position) { in resizePreview() method in WallpaperService.Engine2597 public void resizePreview(Rect position) { in resizePreview() method in WallpaperService.IWallpaperEngineWrapper2698 mEngine.resizePreview((Rect) message.obj); in executeMessage()
1167 final Animator resizePreview = animateBounds(preview, bounds); in transitionPreviewLayout() local1168 resizePreview.setDuration(DURATION_RESIZE); in transitionPreviewLayout()1172 builder.with(resizePreview); in transitionPreviewLayout()