HomeSort by relevance Sort by last modified time
    Searched full:propertyname (Results 76 - 100 of 1260) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/sdk/current/support/design/res/anim-v21/
design_appbar_state_list_animator.xml 20 <objectAnimator android:propertyName="elevation"
26 <objectAnimator android:propertyName="elevation"
32 <objectAnimator android:propertyName="elevation"
38 <objectAnimator android:propertyName="elevation"
  /cts/tests/tests/view/res/anim/
changing_reset_state_anim.xml 17 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="50dp" android:valueType="floatType"/>
18 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="50dp" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="50dp" android:valueType="floatType"/>
reset_state_anim.xml 17 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
18 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
test_animator.xml 18 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="@dimen/test_animator_target_x" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="@dimen/test_animator_target_y" android:valueType="floatType"/>
20 <objectAnimator android:propertyName="left" android:duration="100" android:valueTo="2" android:valueType="intType"/>
  /cts/tests/tests/view/res/anim-land/
changing_reset_state_anim.xml 17 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
18 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
  /frameworks/base/core/res/res/anim/
btn_radio_to_off_mtrl_ring_outer_path_animation.xml 23 android:propertyName="strokeWidth"
30 android:propertyName="strokeWidth"
37 android:propertyName="strokeWidth"
progress_indeterminate_material.xml 23 android:propertyName="trimPathStart"
31 android:propertyName="trimPathEnd"
39 android:propertyName="trimPathOffset"
  /frameworks/base/core/tests/coretests/res/anim/
reset_state_anim.xml 17 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
18 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
test_animator.xml 19 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="0" android:valueType="floatType"/>
20 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="1" android:valueType="floatType"/>
21 <objectAnimator android:propertyName="left" android:duration="100" android:valueTo="2" android:valueType="intType"/>
  /frameworks/base/packages/SystemUI/res/anim/
ic_hotspot_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
ic_invert_colors_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
ic_landscape_to_auto_rotate_animation_arrows.xml 20 android:propertyName="scaleX"
26 android:propertyName="scaleY"
32 android:propertyName="rotation"
ic_signal_airplane_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
ic_signal_flashlight_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
ic_signal_location_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
ic_signal_workmode_enable_animation_cross_1.xml 20 android:propertyName="pathData"
29 android:propertyName="strokeAlpha"
35 android:propertyName="strokeAlpha"
tv_pip_controls_in_recents_focus_gain_animation.xml 20 android:propertyName="translationY"
25 android:propertyName="scaleX"
30 android:propertyName="scaleY"
tv_pip_controls_in_recents_focus_loss_animation.xml 20 android:propertyName="translationY"
25 android:propertyName="scaleX"
30 android:propertyName="scaleY"
trusted_state_to_error_ellipse_path_2_animation.xml 21 android:propertyName="pathData"
28 android:propertyName="fillColor"
34 android:propertyName="fillAlpha"
  /frameworks/base/tests/VectorDrawableTest/res/anim/
trim_path_animation_progress_bar.xml 23 android:propertyName="trimPathStart"
31 android:propertyName="trimPathEnd"
39 android:propertyName="trimPathOffset"
  /frameworks/support/design/res/anim-v21/
design_appbar_state_list_animator.xml 21 android:propertyName="elevation"
28 android:propertyName="elevation"
35 android:propertyName="elevation"
  /frameworks/support/samples/SupportVectorDrawable/animated/res/anim/
trim_path_animation_progress_bar.xml 23 android:propertyName="trimPathStart"
31 android:propertyName="trimPathEnd"
39 android:propertyName="trimPathOffset"
  /packages/apps/Settings/res/anim/
enrollment_fingerprint_isolated_ridge_6_path_animation.xml 23 android:propertyName="trimPathEnd"
30 android:propertyName="trimPathEnd"
38 android:propertyName="trimPathStart"
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/util/
BrNameUtil.java 47 CharSequence propertyName;
50 propertyName = name.subSequence(3, name.length());
52 propertyName = name.subSequence(2, name.length());
57 char firstChar = propertyName.charAt(0);
59 propertyName.subSequence(1, propertyName.length());
  /libcore/tzdata/tools/src/main/libcore/tzdata/update/tools/
CreateTzDataBundle.java 92 private static File getMandatoryPropertyFile(Properties p, String propertyName) {
93 String fileName = getMandatoryProperty(p, propertyName);
97 "Missing file: " + file + " for property " + propertyName + " does not exist.");
104 private static String getMandatoryProperty(Properties p, String propertyName) {
105 String value = p.getProperty(propertyName);
107 System.out.println("Missing property: " + propertyName);

Completed in 376 milliseconds

1 2 34 5 6 7 8 91011>>