OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvhLeft
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java
150
PropertyValuesHolder
pvhLeft
=
163
this,
pvhLeft
, pvhTop, pvhRight, pvhBottom, pvhScaleX, pvhScaleY).
180
this,
pvhLeft
, pvhTop, pvhRight, pvhBottom, pvhRotation).
LayoutAnimationsHideShow.java
114
PropertyValuesHolder
pvhLeft
=
127
this,
pvhLeft
, pvhTop, pvhRight, pvhBottom, pvhScaleX, pvhScaleY).
145
this,
pvhLeft
, pvhTop, pvhRight, pvhBottom, pvhRotation).
/frameworks/base/core/java/android/animation/
LayoutTransition.java
280
PropertyValuesHolder
pvhLeft
= PropertyValuesHolder.ofInt("left", 0, 1);
287
pvhLeft
, pvhTop, pvhRight, pvhBottom, pvhScrollX, pvhScrollY);
[
all
...]
Completed in 27 milliseconds