Searched refs:mRectForFolderAnimation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java316 private Rect mRectForFolderAnimation = new Rect(); field in class:Launcher
2309 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
2311 lp.x = mRectForFolderAnimation.left;
2312 lp.y = mRectForFolderAnimation.top;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java344 private Rect mRectForFolderAnimation = new Rect(); field in class:Launcher
2980 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
2982 lp.x = mRectForFolderAnimation.left;
2983 lp.y = mRectForFolderAnimation.top;

Completed in 91 milliseconds