Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEvent.java44 private RuntimeException mRecycledLocation; field in InputEvent
128 if (mRecycledLocation != null) { in recycle()
129 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
131 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
161 mRecycledLocation = null; in prepareForReuse()
DDragEvent.java144 private RuntimeException mRecycledLocation; field in DragEvent
309 ev.mRecycledLocation = null; in obtain()
449 if (mRecycledLocation != null) { in recycle()
450 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
452 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()