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

  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view.h 22 @property(assign, nonatomic) CGFloat arrowHeight;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
DrawerArrowDrawable.java 119 final float arrowHeight = Math.round(arrowSize * Math.sin(rotation));
123 mPath.rLineTo(arrowWidth, arrowHeight);
127 mPath.rLineTo(arrowWidth, -arrowHeight);
  /external/chromium_org/third_party/WebKit/public/platform/
WebThemeEngine.h 147 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...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 98 milliseconds