Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEvent.java43 private RuntimeException mRecycledLocation; field in InputEvent
114 if (mRecycledLocation != null) { in recycle()
115 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
117 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
147 mRecycledLocation = null; in prepareForReuse()
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()