Scale down drag views in spring-loaded workspace.

Bug: 24190193
Change-Id: Ic490fc3f46702c3d5360e869c4172f31700085a1
This commit is contained in:
Tony Wickham
2015-10-01 11:06:02 -07:00
parent dec4ee0c33
commit 778c0b020d
3 changed files with 10 additions and 4 deletions

View File

@@ -415,6 +415,10 @@ public class Workspace extends PagedView
mLauncher.onInteractionEnd();
}
public float getSpringLoadedShrinkFactor() {
return mSpringLoadedShrinkFactor;
}
/**
* Initializes various states for this workspace.
*/