OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layoutanimation
(Results
1 - 25
of
36
) sorted by null
1
2
/development/samples/ApiDemos/res/layout/
layout_animation_7.xml
18
android:
layoutAnimation
="@anim/layout_animation_table"
27
android:
layoutAnimation
="@anim/layout_animation_row_right_slide">
35
android:
layoutAnimation
="@anim/layout_animation_row_left_slide">
43
android:
layoutAnimation
="@anim/layout_animation_row_right_slide">
51
android:
layoutAnimation
="@anim/layout_animation_row_left_slide">
layout_animation_3.xml
21
android:
layoutAnimation
="@anim/layout_bottom_to_top_slide" />
animations_main_screen.xml
27
android:
layoutAnimation
="@anim/layout_bottom_to_top_slide" />
layout_animation_1.xml
18
android:
layoutAnimation
="@anim/layout_grid_fade"
layout_animation_4.xml
18
android:
layoutAnimation
="@anim/layout_random_fade"
layout_animation_5.xml
18
android:
layoutAnimation
="@anim/layout_grid_inverse_fade"
layout_animation_6.xml
18
android:
layoutAnimation
="@anim/layout_wave_scale"
/development/samples/ApiDemos/res/anim/
layout_animation_row_left_slide.xml
17
<
layoutAnimation
xmlns:android="http://schemas.android.com/apk/res/android"
layout_animation_row_right_slide.xml
17
<
layoutAnimation
xmlns:android="http://schemas.android.com/apk/res/android"
layout_animation_table.xml
17
<
layoutAnimation
xmlns:android="http://schemas.android.com/apk/res/android"
layout_bottom_to_top_slide.xml
17
<
layoutAnimation
xmlns:android="http://schemas.android.com/apk/res/android"
layout_random_fade.xml
17
<
layoutAnimation
xmlns:android="http://schemas.android.com/apk/res/android"
/frameworks/base/core/java/android/view/animation/
AnimationUtils.java
181
if ("
layoutAnimation
".equals(name)) {
LayoutAnimationController.java
104
TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.
LayoutAnimation
);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml
201
<attr name="
layoutAnimation
" format="reference" />
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt
142
android:
layoutAnimation
: Defines the layout animation to use the first time the ViewGroup is laid out. [reference]
/frameworks/base/core/res/res/values/
public.xml
270
<public type="attr" name="
layoutAnimation
" id="0x010100ec" />
[
all
...]
attrs.xml
[
all
...]
/cts/tools/dex-tools/dex/
classes.out.dex
700
public static final int
layoutAnimation
[
all
...]
/prebuilt/sdk/6/
android.jar
/dalvik/hit/samples/
android.hprof
[
all
...]
/frameworks/base/api/
1.xml
[
all
...]
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
Completed in 411 milliseconds
1
2