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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DFocusLogic.java300 int xPos = -1;
306 xPos = i;
313 xPos, yPos, iconIdx));
317 for (int i = xPos + increment; 0 <= i && i < cntX; i = i + increment) {
331 for (i = xPos + increment * coeff; 0 <= i && i < cntX; i = i + increment) {
360 int xPos = -1;
366 xPos = i;
374 xPos, yPos, iconIndex));
379 if ((newIconIndex = inspectMatrix(xPos, j, cntX, cntY, matrix)) != NOOP) {
384 // Rule2: check (xPos
431 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 93 milliseconds