Searched refs:mRecycledLocation (Results 1 – 3 of 3) sorted by relevance
45 private RuntimeException mRecycledLocation; field in InputEvent131 if (mRecycledLocation != null) { in recycle()132 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local134 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()164 mRecycledLocation = null; in prepareForReuse()
167 private RuntimeException mRecycledLocation; field in DragEvent338 ev.mRecycledLocation = null; in obtain()499 if (mRecycledLocation != null) { in recycle()500 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local502 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
59282 Landroid/view/DragEvent;->mRecycledLocation:Ljava/lang/RuntimeException;59604 Landroid/view/InputEvent;->mRecycledLocation:Ljava/lang/RuntimeException;