OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPivotXType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/animation/
RotateAnimation.java
34
private int
mPivotXType
= ABSOLUTE;
60
mPivotXType
= d.type;
108
mPivotXType
= ABSOLUTE;
146
mPivotXType
= pivotXType;
157
if (
mPivotXType
== ABSOLUTE) {
180
mPivotX = resolveSize(
mPivotXType
, mPivotXValue, width, parentWidth);
ScaleAnimation.java
48
private int
mPivotXType
= ABSOLUTE;
122
mPivotXType
= d.type;
179
mPivotXType
= ABSOLUTE;
221
mPivotXType
= pivotXType;
232
if (
mPivotXType
== ABSOLUTE) {
286
mPivotX = resolveSize(
mPivotXType
, mPivotXValue, width, parentWidth);
Completed in 67 milliseconds