Searched refs:yPos (Results 1 – 5 of 5) 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 673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight; in paintDecoration() local 678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos, in paintDecoration() 685 yPos += mBlockHeight; in paintDecoration() 910 final int yPos = currentBlock * height; in doDraw() local 911 if (yPos >= scrollPos + thisHeight) { in doDraw() 917 blk.doDraw(canvas, 0, yPos); in doDraw() 919 drawEmptyBlock(canvas, 0, yPos, currentBlock); in doDraw() 933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, int row) { in drawEmptyBlock() argument [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); 815 int top = (w - height) / 2 + yPos; 837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint); 842 int top = (h - height) / 2 + yPos; 854 int xPos, int yPos, int w, int h) { 864 int top = h - height - 5 + yPos;
|
D | GalleryPicker.java | 628 int yPos = (row * (imageHeight + heightPadding)) - offsetY; in placeImage() local 630 c.drawBitmap(image, xPos, yPos, paint); in placeImage()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FocusLogic.java | 309 int yPos = -1; in handleDpadHorizontal() local 315 yPos = j; in handleDpadHorizontal() 321 xPos, yPos, iconIdx)); in handleDpadHorizontal() 326 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP in handleDpadHorizontal() 340 nextYPos1 = yPos + coeff * increment; in handleDpadHorizontal() 341 nextYPos2 = yPos - coeff * increment; in handleDpadHorizontal() 392 int yPos = -1; 398 yPos = j; 405 xPos, yPos, iconIndex)); 409 for (int y = yPos + increment; 0 <= y && y <cntY && 0 <= y; y += increment) { [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 406 int yPos = y - mDropView.getScrollY(); in animateView() 409 mDropView.setTranslationY(yPos); in animateView()
|