Home
last modified time | relevance | path

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

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