Home | History | Annotate | Download | only in app

Lines Matching refs:mTargetIndex

1712                         f.mTargetIndex = f.mTarget != null ? f.mTarget.mIndex : -1;
1965 if (f.mTargetIndex >= 0) {
1966 if (f.mTargetIndex < mActive.size()) {
1967 f.mTarget = mActive.get(f.mTargetIndex);
1970 + " target no longer exists: " + f.mTargetIndex);