Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mRectForFolderAnimation

350     private Rect mRectForFolderAnimation = new Rect();
3010 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
3012 lp.x = mRectForFolderAnimation.left;
3013 lp.y = mRectForFolderAnimation.top;