Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java68 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 …]
DImageGallery.java783 Bitmap b, int xPos, int yPos, int w, int h) {
801 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
805 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
816 int top = (w - height) / 2 + yPos;
838 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
843 int top = (h - height) / 2 + yPos;
855 int xPos, int yPos, int w, int h) {
865 int top = h - height - 5 + yPos;
DGalleryPicker.java629 int yPos = (row * (imageHeight + heightPadding)) - offsetY; in placeImage() local
631 c.drawBitmap(image, xPos, yPos, paint); in placeImage()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DBackgroundSurfaceView.java110 float yPos = (canvas.getHeight() / 2f - ((paint.descent() + paint.ascent()) / 2)); in drawSurface() local
111 canvas.drawText(mText, xPos, yPos, paint); in drawSurface()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DRoundedRectImageView.java135 int yPos = (int) ((canvas.getHeight() / 2.0f) in onDraw() local
138 canvas.drawText(mExtraImageCount, xPos, yPos, mTextPaint); in onDraw()