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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 112 int cx = mCanvas.getHorizontalTransform().translate(x);
ControlPoint.java 148 int lx = mCanvas.getHorizontalTransform().inverseTranslate(x);
SelectionOverlay.java 234 CanvasTransform horizontalTransform = mCanvas.getHorizontalTransform();
ViewHierarchy.java 234 mCanvas.getHorizontalTransform().getMargin() + image.getWidth(),
GestureManager.java 825 double scale = mCanvas.getHorizontalTransform().getScale();
    [all...]
MoveGesture.java 551 CanvasTransform ht = mCanvas.getHorizontalTransform();
    [all...]
LayoutCanvas.java 509 /* package */ CanvasTransform getHorizontalTransform() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PointTestCases.java 69 CanvasTransform getHorizontalTransform() {

Completed in 1259 milliseconds