OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPivotYType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/animation/
RotateAnimation.java
35
private int
mPivotYType
= ABSOLUTE;
65
mPivotYType
= d.type;
109
mPivotYType
= ABSOLUTE;
148
mPivotYType
= pivotYType;
160
if (
mPivotYType
== ABSOLUTE) {
181
mPivotY = resolveSize(
mPivotYType
, mPivotYValue, height, parentHeight);
ScaleAnimation.java
49
private int
mPivotYType
= ABSOLUTE;
127
mPivotYType
= d.type;
180
mPivotYType
= ABSOLUTE;
223
mPivotYType
= pivotYType;
235
if (
mPivotYType
== ABSOLUTE) {
287
mPivotY = resolveSize(
mPivotYType
, mPivotYValue, height, parentHeight);
Completed in 5489 milliseconds