OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrowWidth
(Results
1 - 14
of
14
) 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
...]
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DrawerArrowDrawable.java
126
final float
arrowWidth
= Math.round(arrowSize * Math.cos(rotation));
141
mPath.rLineTo(
arrowWidth
, arrowHeight);
145
mPath.rLineTo(
arrowWidth
, -arrowHeight);
/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
...]
/packages/apps/Settings/src/com/android/settings/display/
ConversationMessageView.java
109
final int
arrowWidth
=
116
-
arrowWidth
- getPaddingLeft() - getPaddingRight();
184
final int
arrowWidth
= res.getDimensionPixelOffset(
196
textLeftPadding = messageTextLeftRightPadding +
arrowWidth
;
200
textRightPadding = messageTextLeftRightPadding +
arrowWidth
;
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java
356
final float
arrowWidth
= Math.round(arrowHeadBarLength * Math.cos(rotation));
370
mPath.rLineTo(
arrowWidth
, arrowHeight);
374
mPath.rLineTo(
arrowWidth
, -arrowHeight);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java
172
final int
arrowWidth
=
179
-
arrowWidth
- getPaddingLeft() - getPaddingRight();
674
final int
arrowWidth
= res.getDimensionPixelOffset(R.dimen.message_bubble_arrow_width);
697
contentLeftPadding = incoming ?
arrowWidth
: 0;
698
contentRightPadding = outgoing ?
arrowWidth
: 0;
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java
131
double centerRadius, double strokeWidth, float
arrowWidth
, float arrowHeight) {
141
ring.setArrowDimensions(
arrowWidth
* screenDensity, arrowHeight * screenDensity);
/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 574 milliseconds