HomeSort by relevance Sort by last modified time
    Searched refs:cornerWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupItemView.java 99 int cornerWidth = mRoundedCornerBitmap.getWidth();
105 mMatrix.setRotate(90, cornerWidth / 2, cornerHeight / 2);
106 mMatrix.postTranslate(canvas.getWidth() - cornerWidth, 0);
109 mMatrix.setRotate(180, cornerWidth / 2, cornerHeight / 2);
110 mMatrix.postTranslate(canvas.getWidth() - cornerWidth, canvas.getHeight() - cornerHeight);
113 mMatrix.setRotate(270, cornerWidth / 2, cornerHeight / 2);
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h     [all...]

Completed in 70 milliseconds