HomeSort by relevance Sort by last modified time
    Searched defs:transY (Results 1 - 6 of 6) 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);
  /frameworks/base/core/java/android/widget/
StackView.java 332 final float transY = perspectiveTranslationY + scaleShiftCorrectionY;
347 PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY);
360 view.setTranslationY(transY);
    [all...]
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 

Completed in 128 milliseconds