OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viewanimations
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/docs/downloads/devbytes/
ViewAnimations.zip
/development/samples/devbytes/animation/ViewAnimations/res/values/
strings.xml
17
<string name="app_name">
ViewAnimations
</string>
18
<string name="title_activity_view_animations">
ViewAnimations
</string>
/development/samples/devbytes/animation/ViewAnimations/
AndroidManifest.xml
16
package="com.example.android.
viewanimations
"
29
android:name="com.example.android.
viewanimations
.
ViewAnimations
"
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
17
package com.example.android.
viewanimations
;
40
public class
ViewAnimations
extends Activity {
99
AnimationUtils.loadAnimation(
ViewAnimations
.this, animationID) :
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
33
* various view animations. Compare this approach to that of the
ViewAnimations
demo, which
Completed in 80 milliseconds