Home | History | Annotate | Download | only in policy

Lines Matching refs:mHistory

1514         private final State[] mHistory;
1530 mHistory = new State[HISTORY_SIZE];
1532 mHistory[i] = cleanState();
1647 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState);
1657 if (mHistory[i].time != 0) size++;
1663 + mHistory[i & (HISTORY_SIZE - 1)]);