Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mAltTmpRect

246     private Rect mAltTmpRect = new Rect();
2801 mAltTmpRect.set(0, 0, 0, 0);
2804 parent.getGlobalVisibleRect(mAltTmpRect);
2807 mTmpRect.offset(-mAltTmpRect.left, -mAltTmpRect.top);