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

  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java 137 final int arrowWidth = root.findViewById(R.id.arrow_image).getMeasuredWidth();
139 (width * 3 / 4 - arrowWidth / 2) : (width / 4 + arrowWidth / 2);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
DrawerArrowDrawable.java 118 final float arrowWidth = Math.round(arrowSize * Math.cos(rotation));
123 mPath.rLineTo(arrowWidth, arrowHeight);
127 mPath.rLineTo(arrowWidth, -arrowHeight);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 347 int arrowWidth = m_button.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
398 int arrowWidth = m_button.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
406 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
447 int arrowWidth;
450 arrowWidth = sSize.x - m_spinner.getClientArea().width;
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
498 int arrowWidth = m_button.computeSize(-1, -1).x
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 533 int arrowWidth = 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/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 183 milliseconds