HomeSort by relevance Sort by last modified time
    Searched defs:arrowHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view.h 22 @property(assign, nonatomic) CGFloat arrowHeight;
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 112 int arrowHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 534 int arrowHeight = size;
573 graphics.drawLine(x2 - arrowWidth, y2 - arrowHeight, x2, y2);
574 graphics.drawLine(x2 + arrowWidth, y2 - arrowHeight, x2, y2);
576 graphics.drawLine(x2 - arrowWidth, y2 + arrowHeight, x2, y2);
577 graphics.drawLine(x2 + arrowWidth, y2 + arrowHeight, x2, y2);
582 graphics.drawLine(x2 - arrowHeight, y2 - arrowWidth, x2, y2);
583 graphics.drawLine(x2 - arrowHeight, y2 + arrowWidth, x2, y2);
585 graphics.drawLine(x2 + arrowHeight, y2 - arrowWidth, x2, y2);
586 graphics.drawLine(x2 + arrowHeight, y2 + arrowWidth, x2, y2);
596 // Its two arrow lines are at (-arrowWidth, -arrowHeight) relativ
    [all...]

Completed in 37 milliseconds