Searched refs:mRecycledLocation (Results 1 – 2 of 2) sorted by relevance
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()
1318 private RuntimeException mRecycledLocation; field in MotionEvent1400 ev.mRecycledLocation = null; in obtain()1652 if (mRecycledLocation != null) { in recycle()1653 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local1655 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()