Home | History | Annotate | Download | only in launcher3

Lines Matching defs:display

1161                 Rect display = mViewport;
1162 canvas.translate(display.left, display.top);
1166 canvas.translate(display.top - sTmpIntPoint[1], 0);
1167 mEdgeGlowLeft.setSize(sTmpIntPoint[1] - sTmpIntPoint[0], display.width());
1175 Rect display = mViewport;
1176 canvas.translate(display.left + mPageScrolls[mIsRtl ? 0 : (getPageCount() - 1)], display.top);
1180 canvas.translate(sTmpIntPoint[0] - display.top, -display.width());
1181 mEdgeGlowRight.setSize(sTmpIntPoint[1] - sTmpIntPoint[0], display.width());