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

  /frameworks/base/core/java/android/text/style/
DynamicDrawableSpan.java 101 int transY = bottom - b.getBounds().bottom;
103 transY -= paint.getFontMetricsInt().descent;
106 canvas.translate(x, transY);
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 420 PreviewItemDrawingParams(float transX, float transY, float scale, int overlayAlpha) {
422 this.transY = transY;
427 float transY;
437 mParams.transY += mPreviewOffsetY;
439 float offsetY = mParams.transY + (mParams.scale * mIntrinsicIconSize) / 2;
458 float transY = mAvailableSpaceInPreview - (offset + scaledSize + scaleOffsetCorrection);
464 params = new PreviewItemDrawingParams(transX, transY, totalScale, overlayAlpha);
467 params.transY = transY;
    [all...]
  /external/skia/include/core/
SkMatrix.h 136 SkScalar skewY, SkScalar scaleY, SkScalar transY,
143 fMat[kMTransY] = transY;
  /frameworks/base/core/java/android/widget/
StackView.java 329 final float transY = perspectiveTranslationY + scaleShiftCorrectionY;
344 PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY);
357 view.setTranslationY(transY);
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 

Completed in 185 milliseconds