OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrowHeight
(Results
1 - 7
of
7
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DrawerArrowDrawable.java
127
final float
arrowHeight
= Math.round(arrowSize * Math.sin(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
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
...]
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java
357
final float
arrowHeight
= Math.round(arrowHeadBarLength * Math.sin(rotation));
370
mPath.rLineTo(arrowWidth,
arrowHeight
);
374
mPath.rLineTo(arrowWidth, -
arrowHeight
);
/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/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 132 milliseconds