OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pivotY
(Results
1 - 5
of
5
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRenderNode.java
19
private float
pivotY
;
190
public boolean setPivotY(float
pivotY
) {
191
this.
pivotY
=
pivotY
;
198
return
pivotY
;
ShadowViewRenderNode.java
18
private float
pivotY
;
189
public boolean setPivotY(float
pivotY
) {
190
this.
pivotY
=
pivotY
;
197
return
pivotY
;
ShadowVectorDrawable.java
162
float
pivotY
;
201
properties[2] = group.
pivotY
;
214
float
pivotY
,
222
group.
pivotY
=
pivotY
;
244
// private static native void nSetPivotY(long groupPtr, float
pivotY
);
/cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java
155
final float
pivotY
= 0.2f;
157
final float actualPivotY =
pivotY
* animWindow.getHeight();
160
Animation.RELATIVE_TO_PARENT, pivotX, Animation.RELATIVE_TO_SELF,
pivotY
);
204
public MyRotateAnimation(float fromDegrees, float toDegrees, float pivotX, float
pivotY
) {
205
super(fromDegrees, toDegrees, pivotX,
pivotY
);
209
float pivotX, int pivotYType, float
pivotY
) {
210
super(fromDegrees, toDegrees, pivotXType, pivotX, pivotYType,
pivotY
);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewTest.java
668
public void
pivotY
() {
Completed in 70 milliseconds