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

<<11121314151617181920>>

  /frameworks/base/core/res/res/anim/
watch_switch_thumb_to_on_animation.xml 19 android:propertyName="pathData"
26 android:propertyName="pathData"
33 android:propertyName="pathData"
btn_checkbox_to_checked_box_outer_merged_animation.xml 21 android:propertyName="pathData"
28 android:propertyName="pathData"
37 android:propertyName="fillAlpha"
43 android:propertyName="fillAlpha"
btn_checkbox_to_unchecked_box_inner_merged_animation.xml 21 android:propertyName="pathData"
28 android:propertyName="pathData"
37 android:propertyName="fillAlpha"
43 android:propertyName="fillAlpha"
ft_avd_toarrow_rectangle_4_animation.xml 28 android:propertyName="rotation"
ft_avd_toarrow_rectangle_6_animation.xml 28 android:propertyName="rotation"
  /frameworks/base/packages/SystemUI/res/anim/
lockscreen_fingerprint_fp_to_error_state_path_1_animation.xml 24 android:propertyName="pathData"
31 android:propertyName="pathData"
38 android:propertyName="pathData"
lockscreen_fingerprint_error_state_to_fp_path_1_animation.xml 24 android:propertyName="pathData"
31 android:propertyName="pathData"
lockscreen_fingerprint_error_state_to_fp_path_2_animation.xml 24 android:propertyName="pathData"
31 android:propertyName="pathData"
  /libcore/ojluni/src/main/java/java/beans/
IndexedPropertyChangeEvent.java 52 * @param propertyName The programmatic name of the property that
58 public IndexedPropertyChangeEvent(Object source, String propertyName,
61 super (source, propertyName, oldValue, newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 263 * @param propertyName the name of the property. The id of the plugin is added to this string.
267 protected boolean saveProjectStringProperty(String propertyName, String value) {
269 return ProjectHelper.saveStringProperty(project, propertyName, value);
275 * @param propertyName the name of the property. The id of the plugin is added to this string.
278 protected String loadProjectStringProperty(String propertyName) {
280 return ProjectHelper.loadStringProperty(project, propertyName);
285 * @param propertyName the name of the property. The id of the plugin is added to this string.
289 protected boolean saveProjectBooleanProperty(String propertyName, boolean value) {
291 return ProjectHelper.saveStringProperty(project, propertyName, Boolean.toString(value));
296 * @param propertyName the name of the property. The id of the plugin is added to this string
    [all...]
  /development/samples/training/AnimationsDemo/res/animator/
card_flip_left_out.xml 41 android:propertyName="rotationY"
49 android:propertyName="alpha"
card_flip_right_out.xml 41 android:propertyName="rotationY"
49 android:propertyName="alpha"
  /external/jacoco/jacoco-maven-plugin.test/
pom.xml 30 <jacoco.propertyName>invoker.mavenOpts</jacoco.propertyName>
  /external/v8/test/mjsunit/
fuzz-accessors.js 77 var propertyName = builtInPropertyNames[k];
78 fun(obj, propertyName);
  /frameworks/base/tests/VectorDrawableTest/res/anim/
ic_hourglass_animation_mask_1.xml 20 android:propertyName="pathData"
27 android:propertyName="pathData"
  /packages/apps/DeskClock/res/animator-v22/
ic_timer_animation_mask_1.xml 23 android:propertyName="pathData"
30 android:propertyName="pathData"
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 546 const wchar_t* PropertyName,
548 CFX_WideString ws = CFX_WideString(PropertyName, Len);
558 const wchar_t* PropertyName) {
563 FXJS_WSToJSString(pIsolate, PropertyName)).ToLocal(&val))
580 const wchar_t* PropertyName,
585 FXJS_WSToJSString(pIsolate, PropertyName),
591 const wchar_t* PropertyName,
596 FXJS_WSToJSString(pIsolate, PropertyName),
602 const wchar_t* PropertyName,
607 FXJS_WSToJSString(pIsolate, PropertyName),
    [all...]
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 32 String propertyName,
  /cts/tests/tests/view/res/anim/
changing_test_animator.xml 18 android:propertyName="x" android:duration="100"
test_state_list_animator_2.xml 18 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="10" android:valueType="floatType"/>
  /cts/tests/tests/view/res/anim-land/
changing_test_animator.xml 18 android:propertyName="x" android:duration="100"
  /development/samples/ApiDemos/res/anim/
object_animator.xml 22 android:propertyName="y"
  /external/testng/src/main/java/org/testng/internal/
PropertyUtilsMock.java 29 public Class getPropertyType(Class instanceClass, String propertyName) {
  /external/v8/test/webkit/
class-syntax-prototype.js 28 function descriptor(object, propertyName) {
29 return Object.getOwnPropertyDescriptor(object, propertyName);
34 for (var propertyName in object)
35 properties.push(propertyName);
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 89 const char *name, const char *propertyName, long def) {
91 if (property_get(propertyName, value, NULL)) {
99 const char *name, const char *propertyName, ADebug::Level def) {
100 long level = GetLevelFromProperty(name, propertyName, (long)def);

Completed in 911 milliseconds

<<11121314151617181920>>