Searched refs:xPos (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 68 Bitmap b, int xPos, int yPos, int w, int h); in drawImage() argument 70 int xPos, int yPos, int w, int h); in drawDecoration() argument 672 int xPos = mSpec.mLeftEdgePadding; in paintDecoration() local 678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos, in paintDecoration() 684 xPos = mSpec.mLeftEdgePadding; in paintDecoration() 688 xPos += mSpec.mCellWidth + mSpec.mCellSpacing; in paintDecoration() 701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing)); in paintSelection() local 708 canvas.drawBitmap(mOutline[type], xPos, yTop, null); in paintSelection() 933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) { in drawEmptyBlock() argument 935 canvas.drawRect(xPos, yPos, xPos + mBlockWidth, yPos + mBlockHeight, in drawEmptyBlock() [all …]
|
D | ImageGallery.java | 782 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, int yPos, int w, int h) { 863 int left = 5 + xPos;
|
D | GalleryPicker.java | 627 int xPos = (col * (imageWidth + widthPadding)) - offsetX; in placeImage() local 630 c.drawBitmap(image, xPos, yPos, paint); in placeImage()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FocusLogic.java | 308 int xPos = -1; in handleDpadHorizontal() local 314 xPos = i; in handleDpadHorizontal() 321 xPos, yPos, iconIdx)); in handleDpadHorizontal() 325 for (int x = xPos + increment; 0 <= x && x < cntX; x += increment) { in handleDpadHorizontal() 342 x = xPos + increment * coeff; in handleDpadHorizontal() 391 int xPos = -1; 397 xPos = i; 405 xPos, yPos, iconIndex)); 410 if ((newIconIndex = inspectMatrix(xPos, y, cntX, cntY, matrix)) != NOOP 424 nextXPos1 = xPos + coeff * increment; [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupStepIndicatorView.java | 53 final int xPos = (int)(getWidth() * mXRatio); in onDraw() local 56 mIndicatorPath.moveTo(xPos, 0); in onDraw() 57 mIndicatorPath.lineTo(xPos + height, height); in onDraw() 58 mIndicatorPath.lineTo(xPos - height, height); in onDraw()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 405 int xPos = x - mDropView.getScrollX() + anchorAdjust; in animateView() 408 mDropView.setTranslationX(xPos); in animateView()
|