/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 128 * @param propertyName The name of the property for this holder. 130 private PropertyValuesHolder(String propertyName) { 131 mPropertyName = propertyName; 148 * @param propertyName The name of the property being animated. 152 public static PropertyValuesHolder ofInt(String propertyName, int... values) { 153 return new IntPropertyValuesHolder(propertyName, values); 170 * @param propertyName The name of the property being animated. 174 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { 175 return new FloatPropertyValuesHolder(propertyName, values); 194 * @param propertyName The name of the property being animated [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
ObjectAnimatorTest.java | 129 String propertyName = "backgroundColor"; 134 PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values); 151 String propertyName = "backgroundColor"; 156 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, 159 assertEquals(propertyName, actualPropertyName); 185 String propertyName = "backgroundColor"; 190 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
BaseBuilder.java | 262 * @param propertyName the name of the property. The id of the plugin is added to this string. 266 protected boolean saveProjectStringProperty(String propertyName, String value) { 268 return ProjectHelper.saveStringProperty(project, propertyName, value); 274 * @param propertyName the name of the property. The id of the plugin is added to this string. 277 protected String loadProjectStringProperty(String propertyName) { 279 return ProjectHelper.loadStringProperty(project, propertyName); 284 * @param propertyName the name of the property. The id of the plugin is added to this string. 288 protected boolean saveProjectBooleanProperty(String propertyName, boolean value) { 290 return ProjectHelper.saveStringProperty(project, propertyName, Boolean.toString(value)); 295 * @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/chromium/chrome/browser/resources/shared/js/ |
cr.js | 93 * @param {string} propertyName The name of the property that changed. 97 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { 98 var e = new CrEvent(propertyName + 'Change'); 99 e.propertyName = propertyName; 275 for (var propertyName in exports) { 280 propertyName); 282 Object.defineProperty(obj, propertyName, propertyDescriptor);
|
cr_test.html | 73 assertEquals('test', e.propertyName); 95 assertEquals('test', e.propertyName); 157 assertEquals('test', e.propertyName); 199 assertEquals('test', e.propertyName);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
cr.js | 47 * @param {string} propertyName The name of the property that changed. 51 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { 52 var e = new cr.Event(propertyName + 'Change'); 53 e.propertyName = propertyName; 260 for (var propertyName in exports) { 265 propertyName); 267 Object.defineProperty(obj, propertyName, propertyDescriptor);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
cr.js | 120 * @param {string} propertyName The name of the property that changed. 124 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { 125 var e = new CrEvent(propertyName + 'Change'); 126 e.propertyName = propertyName; 305 for (var propertyName in exports) { 310 propertyName); 312 Object.defineProperty(obj, propertyName, propertyDescriptor);
|
/external/chromium_org/ui/webui/resources/js/ |
cr.js | 47 * @param {string} propertyName The name of the property that changed. 51 function dispatchPropertyChange(target, propertyName, newValue, oldValue) { 52 var e = new cr.Event(propertyName + 'Change'); 53 e.propertyName = propertyName; 260 for (var propertyName in exports) { 265 propertyName); 267 Object.defineProperty(obj, propertyName, propertyDescriptor);
|
/external/chromium_org/v8/test/mjsunit/ |
fuzz-accessors.js | 77 var propertyName = builtInPropertyNames[k]; 78 fun(obj, propertyName);
|
/external/v8/test/mjsunit/ |
fuzz-accessors.js | 77 var propertyName = builtInPropertyNames[k]; 78 fun(obj, propertyName);
|
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
RecurrenceSet.java | 32 String propertyName,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TransitionEvent.idl | 30 [InitializedByEventConstructor] readonly attribute DOMString propertyName;
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 221 bool PluginTest::NPN_GetProperty(NPObject* npObject, NPIdentifier propertyName, NPVariant* value) 223 return browser->getproperty(m_npp, npObject, propertyName, value); 226 bool PluginTest::NPN_RemoveProperty(NPObject* npObject, NPIdentifier propertyName) 228 return browser->removeproperty(m_npp, npObject, propertyName);
|
/frameworks/base/core/res/res/animator/ |
fragment_close_enter.xml | 24 android:propertyName="alpha"
|
fragment_fade_enter.xml | 26 android:propertyName="alpha"
|
fragment_fade_exit.xml | 26 android:propertyName="alpha"
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeRenderSession.java | 72 public Result getProperty(Object objectView, String propertyName) { 74 return super.getProperty(objectView, propertyName); 78 public Result setProperty(Object objectView, String propertyName, String propertyValue) { 80 return super.setProperty(objectView, propertyName, propertyValue);
|
/packages/apps/UnifiedEmail/res/anim/ |
fade_in.xml | 23 android:propertyName="alpha"
|
fade_out.xml | 23 android:propertyName="alpha"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLCall.java | 164 public void addProperty(int propertyName, Object value) { 169 mProperties.put(propertyName, value); 176 public Object getProperty(int propertyName) { 181 return mProperties.get(propertyName);
|
/frameworks/base/docs/html/training/animation/ |
cardflip.jd | 103 android:propertyName="alpha" 110 android:propertyName="rotationY" 118 android:propertyName="alpha" 132 android:propertyName="rotationY" 140 android:propertyName="alpha" 154 android:propertyName="alpha" 161 android:propertyName="rotationY" 169 android:propertyName="alpha" 184 android:propertyName="rotationY" 192 android:propertyName="alpha [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | 49 var propertyName = property.name; 50 this._values.push(propertyName); 54 this._longhands[propertyName] = longhands; 62 shorthands.push(propertyName); 74 WebInspector.CSSMetadata.isColorAwareProperty = function(propertyName) 76 return WebInspector.CSSMetadata._colorAwareProperties[propertyName] === true; 116 * @param {string} propertyName 119 WebInspector.CSSMetadata.isPropertyInherited = function(propertyName) 121 return !!(WebInspector.CSSMetadata.InheritedProperties[WebInspector.CSSMetadata.canonicalPropertyName(propertyName)] 122 || WebInspector.CSSMetadata.NonStandardInheritedProperties[propertyName.toLowerCase()]) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestEventTarget.cpp | 174 AtomicString propertyName = toWebCoreAtomicString(name); 175 RefPtr<Node> element = collection->namedItem(propertyName); 197 V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, propertyName, name); 201 result = collection->anonymousNamedSetterUndefined(propertyName); 203 result = collection->anonymousNamedSetter(propertyName, propertyValue); 219 AtomicString propertyName = toWebCoreAtomicString(name); 220 bool result = collection->anonymousNamedDeleter(propertyName); 248 AtomicString propertyName = toWebCoreAtomicString(name); 250 bool result = collection->namedPropertyQuery(propertyName, es);
|