OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrowWidth
(Results
1 - 7
of
7
) sorted by null
/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
...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ValidationMessageBubble.java
137
final int
arrowWidth
= root.findViewById(R.id.arrow_image).getMeasuredWidth();
139
(width * 3 / 4 -
arrowWidth
/ 2) : (width / 4 +
arrowWidth
/ 2);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm
[
all
...]
/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
Completed in 612 milliseconds