Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEvent.java45 private RuntimeException mRecycledLocation; field in InputEvent
131 if (mRecycledLocation != null) { in recycle()
132 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
134 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
164 mRecycledLocation = null; in prepareForReuse()
DDragEvent.java167 private RuntimeException mRecycledLocation; field in DragEvent
338 ev.mRecycledLocation = null; in obtain()
499 if (mRecycledLocation != null) { in recycle()
500 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
502 mRecycledLocation = new RuntimeException("Last recycled here"); in recycle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59282 Landroid/view/DragEvent;->mRecycledLocation:Ljava/lang/RuntimeException;
59604 Landroid/view/InputEvent;->mRecycledLocation:Ljava/lang/RuntimeException;