Searched refs:mRecycledLocation (Results 1 – 3 of 3) sorted by relevance
44 private RuntimeException mRecycledLocation; field in InputEvent128 if (mRecycledLocation != null) { in recycle()129 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local131 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()161 mRecycledLocation = null; in prepareForReuse()
144 private RuntimeException mRecycledLocation; field in DragEvent309 ev.mRecycledLocation = null; in obtain()449 if (mRecycledLocation != null) { in recycle()450 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local452 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
74354 Landroid/view/DragEvent;->mRecycledLocation:Ljava/lang/RuntimeException;74676 Landroid/view/InputEvent;->mRecycledLocation:Ljava/lang/RuntimeException;