OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofPropertyValuesHolder
(Results
26 - 28
of
28
) sorted by null
1
2
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java
538
return ObjectAnimator.
ofPropertyValuesHolder
(view, translationTop, translationBottom);
/cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java
210
final ObjectAnimator intAnimator = ObjectAnimator.
ofPropertyValuesHolder
(object,
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ASurfaceControlTest.java
295
return makeInfinite(ObjectAnimator.
ofPropertyValuesHolder
(view, pvhX, pvhY));
[
all
...]
Completed in 309 milliseconds
1
2