OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyanimations
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/docs/downloads/devbytes/
PropertyAnimations.zip
/development/samples/devbytes/animation/PropertyAnimations/res/values/
strings.xml
17
<string name="app_name">
PropertyAnimations
</string>
18
<string name="title_activity_property_animations">
PropertyAnimations
</string>
/development/samples/devbytes/animation/PropertyAnimations/
AndroidManifest.xml
16
package="com.example.android.
propertyanimations
"
29
android:name="com.example.android.
propertyanimations
.
PropertyAnimations
"
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
17
package com.example.android.
propertyanimations
;
39
public class
PropertyAnimations
extends Activity {
102
Animator anim = AnimatorInflater.loadAnimator(
PropertyAnimations
.this, animationID);
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
34
* effects. See also the demo
PropertyAnimations
, which shows how this is done using the new
Completed in 616 milliseconds