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()
160 private RuntimeException mRecycledLocation; field in DragEvent330 ev.mRecycledLocation = null; in obtain()486 if (mRecycledLocation != null) { in recycle()487 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local489 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
63248 Landroid/view/DragEvent;->mRecycledLocation:Ljava/lang/RuntimeException;63570 Landroid/view/InputEvent;->mRecycledLocation:Ljava/lang/RuntimeException;