Searched refs:mRadius (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSphereCollisionVolume.java22 private float mRadius; field in class:SphereCollisionVolume
29 mRadius = radius;
37 mRadius = radius;
45 return mCenter.x + mRadius;
50 return mCenter.x - mRadius;
55 return mCenter.y + mRadius;
60 return mCenter.y - mRadius;
72 return mRadius;
76 mRadius = radius;
81 mRadius
[all...]
/external/webkit/Source/WebKit/android/nav/
H A DCachedColor.h53 int radius() const { return mRadius; }
62 void setRadius(Length l) { mRadius = l.value(); }
72 int mRadius; member in class:android::CachedColor
H A DCachedColor.cpp50 DUMP_NAV_LOGD("// int mRadius=%d;\n", b->mRadius);

Completed in 62 milliseconds