Searched defs:xPos (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java334 int xPos = -1;
340 xPos = i;
347 xPos, yPos, iconIdx));
351 for (int x = xPos + increment; 0 <= x && x < cntX; x += increment) {
368 x = xPos + increment * coeff;
417 int xPos = -1;
423 xPos = i;
431 xPos, yPos, iconIndex));
436 if ((newIconIndex = inspectMatrix(xPos, y, cntX, cntY, matrix)) != NOOP
442 // Rule2: check (xPos
502 isValid(int xPos, int yPos, int countX, int countY) argument
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java782 Bitmap b, int xPos, int yPos, int w, int h) {
800 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
804 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
814 int left = (w - width) / 2 + xPos;
837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
841 int left = (w - width) / 2 + xPos;
854 int xPos, in
781 drawImage(Canvas canvas, IImage image, Bitmap b, int xPos, int yPos, int w, int h) argument
853 drawDecoration(Canvas canvas, IImage image, int xPos, int yPos, int w, int h) argument
[all...]
H A DGridViewSpecial.java68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
672 int xPos = mSpec.mLeftEdgePadding;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
684 xPos = mSpec.mLeftEdgePadding;
688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing;
701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing));
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) { argument
935 canvas.drawRect(xPos, yPo
67 drawImage(Canvas canvas, IImage image, Bitmap b, int xPos, int yPos, int w, int h) argument
69 drawDecoration(Canvas canvas, IImage image, int xPos, int yPos, int w, int h) argument
1101 drawBitmap( IImage image, Bitmap b, int xPos, int yPos) argument
1109 doDraw(Canvas canvas, int xPos, int yPos) argument
[all...]

Completed in 393 milliseconds