Searched refs:yPos (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java68 Bitmap b, int xPos, int yPos, int w, int h);
70 int xPos, int yPos, int w, int h);
673 int yPos = mSpec.mCellSpacing + startRow * mBlockHeight;
678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos,
685 yPos += mBlockHeight;
910 final int yPos = currentBlock * height;
911 if (yPos >= scrollPos + thisHeight) {
917 blk.doDraw(canvas, 0, yPos);
919 drawEmptyBlock(canvas, 0, yPos, currentBlock);
933 private void drawEmptyBlock(Canvas canvas, int xPos, int yPos, in argument
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...]
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);
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, 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 DGalleryPicker.java628 int yPos = (row * (imageHeight + heightPadding)) - offsetY;
630 c.drawBitmap(image, xPos, yPos, paint);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldRS.java147 float yPos = Float.parseFloat(values[1]);
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamRS.java162 float yPos = new Float(values[1]);
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java621 int yPos = y - mDropView.getScrollY();
624 mDropView.setTranslationY(yPos);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java710 int yPos = y - mDropView.getScrollY();
713 mDropView.setTranslationY(yPos);

Completed in 176 milliseconds