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

/external/replicaisland/src/com/replica/replicaisland/
H A DNPCComponent.java34 private int mQueueTop; field in class:NPCComponent
92 mQueueTop = 0;
175 if (!mExecutingQueue && mQueueTop != mQueueBottom) {
184 if (mQueueTop != mQueueBottom) {
455 if (mQueueTop != mQueueBottom) {
456 result = mQueuedCommands[mQueueTop];
463 if (mQueueTop != mQueueBottom) {
464 result = mQueuedCommands[mQueueTop];
465 mQueueTop = (mQueueTop
[all...]

Completed in 137 milliseconds