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

  /frameworks/base/core/java/android/animation/
Keyframe.java 59 boolean mHasValue = false;
165 return mHasValue;
249 mHasValue = (value != null);
250 mValueType = mHasValue ? value.getClass() : Object.class;
259 mHasValue = (value != null);
264 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), mHasValue ? mValue : null);
284 mHasValue = true;
303 mHasValue = true;
309 IntKeyframe kfClone = mHasValue ?
330 mHasValue = true
    [all...]
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 83 int mHasValue;
326 if(gSwitches[switchLoop]->mHasValue)
466 if(gSwitches[loop]->mHasValue)
codesighs.c 109 int mHasValue;
651 if(gSwitches[switchLoop]->mHasValue)
    [all...]
msdump2symdb.c 83 int mHasValue;
913 if(gSwitches[switchLoop]->mHasValue)
    [all...]
maptsvdifftool.c 88 int mHasValue;
    [all...]
msmap2tsv.c 203 int mHasValue;
    [all...]
  /external/doclava/src/com/google/doclava/
FieldInfo.java 473 return mHasValue;
477 mHasValue = hasValue;
484 boolean mHasValue;

Completed in 752 milliseconds