HomeSort by relevance Sort by last modified time
    Searched refs:mProperty (Results 1 - 4 of 4) sorted by null

  /sdk/anttasks/src/com/android/ant/
XPathTask.java 40 private String mProperty;
49 mProperty = property;
67 if (mProperty == null) {
83 getProject().setProperty(mProperty, result);
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 47 protected Property mProperty;
139 mProperty = property;
487 if (mProperty != null) {
488 // check to make sure that mProperty is on the class of target
490 Object testValue = mProperty.get(target);
493 kf.setValue(mProperty.get(target));
498 Log.e("PropertyValuesHolder","No such property (" + mProperty.getName() +
500 mProperty = null;
531 if (mProperty != null) {
532 kf.setValue(mProperty.get(target))
    [all...]
ObjectAnimator.java 50 private Property mProperty;
110 if (mProperty != null) {
113 mProperty = property;
318 if (mProperty != null) {
319 setValues(PropertyValuesHolder.ofInt(mProperty, values));
333 if (mProperty != null) {
334 setValues(PropertyValuesHolder.ofFloat(mProperty, values));
348 if (mProperty != null) {
349 setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator)null, values));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java     [all...]

Completed in 63 milliseconds