OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pivotx
(Results
1 - 25
of
138
) sorted by null
1
2
3
4
5
6
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java
91
float
pivotX
= w/2;
96
float x0 =
pivotX
- l*cos;
98
canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET,
pivotX
+ SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
99
canvas.drawCircle(
pivotX
+ SHADOW_OFFSET, pivotY + SHADOW_OFFSET, PIVOT_RADIUS, mShadow);
100
canvas.drawLine(x0, y0,
pivotX
, pivotY, mPaint);
101
canvas.drawCircle(
pivotX
, pivotY, PIVOT_RADIUS, mPaint);
/cts/tests/res/anim/
anim_set.xml
26
android:
pivotX
="50%"
40
android:
pivotX
="50%"
48
android:
pivotX
="50%"
/development/samples/ApiDemos/res/anim/
hyperspace_out.xml
25
android:
pivotX
="50%"
39
android:
pivotX
="50%"
51
android:
pivotX
="50%"
wave_scale.xml
25
android:
pivotX
="50%" android:pivotY="50%"
30
android:
pivotX
="50%" android:pivotY="50%"
/frameworks/base/packages/SystemUI/res/anim/
priority_alert_enter.xml
8
android:
pivotX
="50%" android:pivotY="50%"
priority_alert_exit.xml
8
android:
pivotX
="50%" android:pivotY="50%"
/frameworks/base/core/res/res/anim/
screen_rotate_minus_90_enter.xml
24
android:
pivotX
="50%" android:pivotY="50%"
31
android:
pivotX
="50%" android:pivotY="50%"
screen_rotate_plus_90_enter.xml
24
android:
pivotX
="50%" android:pivotY="50%"
31
android:
pivotX
="50%" android:pivotY="50%"
screen_rotate_minus_90_exit.xml
24
android:
pivotX
="50%" android:pivotY="50%"
32
android:
pivotX
="50%" android:pivotY="50%"
38
android:
pivotX
="50%" android:pivotY="50%"
screen_rotate_plus_90_exit.xml
24
android:
pivotX
="50%" android:pivotY="50%"
32
android:
pivotX
="50%" android:pivotY="50%"
38
android:
pivotX
="50%" android:pivotY="50%"
/frameworks/base/core/res/res/drawable/
progress_large_holo.xml
21
android:
pivotX
="50%"
29
android:
pivotX
="50%"
progress_medium_holo.xml
21
android:
pivotX
="50%"
29
android:
pivotX
="50%"
progress_small_holo.xml
21
android:
pivotX
="50%"
29
android:
pivotX
="50%"
progress_large.xml
22
android:
pivotX
="50%"
progress_large_white.xml
22
android:
pivotX
="50%"
progress_medium.xml
22
android:
pivotX
="50%"
progress_medium_white.xml
22
android:
pivotX
="50%"
progress_small.xml
22
android:
pivotX
="50%"
progress_small_titlebar.xml
22
android:
pivotX
="50%"
/cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java
137
final float
pivotX
= 0.2f;
139
final float actualPivotX =
pivotX
* animWindowParent.getWidth();
143
Animation.RELATIVE_TO_PARENT,
pivotX
, Animation.RELATIVE_TO_SELF, pivotY);
186
public MyRotateAnimation(float fromDegrees, float toDegrees, float
pivotX
, float pivotY) {
187
super(fromDegrees, toDegrees,
pivotX
, pivotY);
191
float
pivotX
, int pivotYType, float pivotY) {
192
super(fromDegrees, toDegrees, pivotXType,
pivotX
, pivotYType, pivotY);
/cts/tests/res/drawable/
rotatedrawable.xml
19
android:
pivotX
="50%" android:pivotY="50%"
/development/samples/Snake/res/drawable-mdpi/
dpad_down.xml
19
android:
pivotX
="50%"
dpad_left.xml
19
android:
pivotX
="50%"
dpad_right.xml
19
android:
pivotX
="50%"
/development/samples/devbytes/animation/ViewAnimations/res/anim/
rotate_anim.xml
18
android:
pivotX
="50%" android:pivotY="50%"
Completed in 751 milliseconds
1
2
3
4
5
6