Searched refs:mRecycledLocation (Results 1 – 2 of 2) sorted by relevance
43 private RuntimeException mRecycledLocation; field in InputEvent114 if (mRecycledLocation != null) { in recycle()115 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local117 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()147 mRecycledLocation = null; in prepareForReuse()
135 private RuntimeException mRecycledLocation; field in DragEvent284 ev.mRecycledLocation = null; in obtain()410 if (mRecycledLocation != null) { in recycle()411 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local413 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()