Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPopOutComponent.java28 private float mAppearDistance; field in PopOutComponent
54 mAppearDistance = DEFAULT_APPEAR_DISTANCE; in reset()
77 if (mDistance.length2() < (mAppearDistance * mAppearDistance)) { in update()
116 mAppearDistance = appearDistance; in setAppearDistance()