Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mRectForFolderAnimation

311     private Rect mRectForFolderAnimation = new Rect();
2283 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
2285 lp.x = mRectForFolderAnimation.left;
2286 lp.y = mRectForFolderAnimation.top;