OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyname
(Results
101 - 125
of
1260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/packages/SystemUI/res/anim/
error_to_trustedstate_ellipse_path_2_animation.xml
23
android:
propertyName
="pathData"
30
android:
propertyName
="pathData"
38
android:
propertyName
="fillColor"
44
android:
propertyName
="fillAlpha"
dismiss_all_shape_animation_rectangle_path_1.xml
20
android:
propertyName
="fillAlpha"
26
android:
propertyName
="fillAlpha"
dismiss_all_shape_animation_rectangle_path_1_1.xml
20
android:
propertyName
="fillAlpha"
26
android:
propertyName
="fillAlpha"
dismiss_all_shape_animation_rectangle_path_1_2.xml
20
android:
propertyName
="fillAlpha"
26
android:
propertyName
="fillAlpha"
/libcore/ojluni/src/main/java/java/beans/
PropertyChangeSupport.java
189
* If <code>
propertyName
</code> or <code>listener</code> is null, no
192
* @param
propertyName
The name of the property to listen on.
196
String
propertyName
,
198
if (listener == null ||
propertyName
== null) {
203
this.map.add(
propertyName
, listener);
212
* If <code>
propertyName
</code> is null, no exception is thrown and no
217
* @param
propertyName
The name of the property that was listened on.
221
String
propertyName
,
223
if (listener == null ||
propertyName
== null) {
228
this.map.remove(
propertyName
, listener)
[
all
...]
/cts/tests/tests/animation/res/animator/
object_animator_pvh_kf1.xml
18
<propertyValuesHolder android:
propertyName
="x" android:valueFrom="0" android:valueTo="1"/>
19
<propertyValuesHolder android:
propertyName
="y" >
/cts/tests/tests/view/res/anim/
changing_state_list_animator.xml
18
<objectAnimator android:
propertyName
="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
22
<objectAnimator android:
propertyName
="x" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
/cts/tests/tests/view/res/anim-land/
changing_state_list_animator.xml
18
<objectAnimator android:
propertyName
="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
22
<objectAnimator android:
propertyName
="x" android:duration="100" android:valueTo="200dp" android:valueType="floatType"/>
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
/development/samples/ApiDemos/res/anim/
animator_set.xml
22
android:
propertyName
="x"
29
android:
propertyName
="y"
object_animator_pvh.xml
22
<propertyValuesHolder android:
propertyName
="x" android:valueTo="400"/>
23
<propertyValuesHolder android:
propertyName
="y" android:valueTo="200"/>
object_animator_pvh_kf.xml
21
<propertyValuesHolder android:
propertyName
="x" >
26
<propertyValuesHolder android:
propertyName
="y" >
/development/samples/ApiDemos/res/animator/
fragment_slide_left_enter.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_left_exit.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_right_enter.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
fragment_slide_right_exit.xml
24
android:
propertyName
="translationX"
30
android:
propertyName
="alpha"
/development/samples/browseable/FloatingActionButtonBasic/res/animator/
fab_anim.xml
24
android:
propertyName
="translationZ"
32
android:
propertyName
="translationZ"
/development/samples/devbytes/animation/PropertyAnimations/res/animator/
scale.xml
18
android:
propertyName
="scaleX"
24
android:
propertyName
="scaleY"
/frameworks/base/core/res/res/anim/
ft_avd_toarrow_rectangle_1_animation.xml
30
android:
propertyName
="rotation"
37
android:
propertyName
="rotation"
ft_avd_toarrow_rectangle_3_animation.xml
30
android:
propertyName
="rotation"
37
android:
propertyName
="rotation"
/frameworks/base/core/res/res/animator/
leanback_setup_fragment_close_exit.xml
21
android:
propertyName
="alpha"
28
android:
propertyName
="x"
leanback_setup_fragment_open_enter.xml
21
android:
propertyName
="alpha"
28
android:
propertyName
="x"
/frameworks/base/packages/DocumentsUI/res/animator/
dir_enter.xml
22
android:
propertyName
="alpha"
29
android:
propertyName
="position"
dir_leave.xml
22
android:
propertyName
="alpha"
32
android:
propertyName
="position"
Completed in 672 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>