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

/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java42 private SolidSurfaceComponent mSolidSurface; field in class:DoorAnimationComponent
58 mSolidSurface = null;
74 if (mSolidSurface != null) {
75 parentObject.remove(mSolidSurface);
86 if (mSolidSurface != null) {
87 parentObject.remove(mSolidSurface);
113 if (mSolidSurface != null) {
114 parentObject.add(mSolidSurface);
163 if (mSolidSurface != null) {
164 ((GameObject)parent).add(mSolidSurface);
[all...]

Completed in 621 milliseconds