OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFlying
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java
46
private boolean
mFlying
;
62
mFlying
= false;
124
if (!
mFlying
&& !parentObject.touchingGround() && airTime > FALL_TIME_THRESHOLD) {
136
if (!
mFlying
) {
147
if (!
mFlying
&& parentObject.touchingGround()) {
381
mFlying
= flying;
PatrolComponent.java
37
private boolean
mFlying
;
65
mFlying
= false;
77
if ((
mFlying
|| parentObject.touchingGround()) && parentObject.life > 0) {
140
if (!
mFlying
) {
192
} else if (!
mFlying
&& !parentObject.touchingGround() && parentObject.life > 0) {
276
mFlying
= flying;
NPCComponent.java
51
private boolean
mFlying
;
105
mFlying
= false;
327
if (
mFlying
) {
334
if (
mFlying
) {
342
if (
mFlying
) {
388
if (
mFlying
) {
395
if (
mFlying
) {
501
mFlying
= flying;
Completed in 186 milliseconds