OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowanimations
(Results
1 - 3
of
3
) sorted by null
/development/samples/devbytes/animation/WindowAnimations/src/com/example/android/windowanimations/
SubActivity.java
17
package com.example.android.
windowanimations
;
23
* See
WindowAnimations
.java for comments on the overall application.
AnimatedSubActivity.java
17
package com.example.android.
windowanimations
;
23
* See
WindowAnimations
.java for comments on the overall application.
WindowAnimations.java
17
package com.example.android.
windowanimations
;
36
public class
WindowAnimations
extends Activity {
52
Intent subActivity = new Intent(
WindowAnimations
.this,
65
Intent subActivity = new Intent(
WindowAnimations
.this,
69
ActivityOptions.makeCustomAnimation(
WindowAnimations
.this,
80
Intent subActivity = new Intent(
WindowAnimations
.this,
96
Intent subActivity = new Intent(
WindowAnimations
.this, AnimatedSubActivity.class);
Completed in 77 milliseconds