Home
last modified time | relevance | path

Searched refs:mRecycledLocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DDragEvent.java135 private RuntimeException mRecycledLocation; field in DragEvent
284 ev.mRecycledLocation = null; in obtain()
410 if (mRecycledLocation != null) { in recycle()
411 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
413 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
DMotionEvent.java1318 private RuntimeException mRecycledLocation; field in MotionEvent
1400 ev.mRecycledLocation = null; in obtain()
1652 if (mRecycledLocation != null) { in recycle()
1653 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
1655 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()