Searched refs:mRecycledList (Results 1 – 1 of 1) sorted by relevance
698 private static KeyState mRecycledList; field in InputEventConsistencyVerifier.KeyState712 state = mRecycledList; in obtain()714 mRecycledList = state.next; in obtain()728 next = mRecycledList; in recycle()729 mRecycledList = next; in recycle()