Home
last modified time | relevance | path

Searched refs:yPos (Results 1 – 8 of 8) 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.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, int w, int h) {
864 int top = h - height - 5 + yPos;
DGalleryPicker.java628 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/
DFocusLogic.java301 int yPos = -1; in handleDpadHorizontal() local
307 yPos = j; in handleDpadHorizontal()
313 xPos, yPos, iconIdx)); in handleDpadHorizontal()
318 if ((newIconIndex = inspectMatrix(i, yPos, cntX, cntY, matrix)) != NOOP) { in handleDpadHorizontal()
329 nextYPos1 = yPos + coeff * increment; in handleDpadHorizontal()
330 nextYPos2 = yPos - coeff * increment; in handleDpadHorizontal()
361 int yPos = -1; in handleDpadVertical() local
367 yPos = j; in handleDpadVertical()
374 xPos, yPos, iconIndex)); in handleDpadVertical()
378 for (int j = yPos + increment; 0 <= j && j <cntY && 0 <= j; j = j + increment) { in handleDpadVertical()
[all …]
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamRS.java162 float yPos = new Float(values[1]); in createBackgroundMesh() local
166 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false); in createBackgroundMesh()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldRS.java147 float yPos = Float.parseFloat(values[1]); in createBackgroundMesh() local
151 mVertexColors.set_position(i, new Float3(xPos, yPos, 0.0f), false); in createBackgroundMesh()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java621 int yPos = y - mDropView.getScrollY(); in animateView()
624 mDropView.setTranslationY(yPos); in animateView()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java745 int yPos = y - mDropView.getScrollY(); in animateView()
748 mDropView.setTranslationY(yPos); in animateView()