Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDragEvent.java135 private RuntimeException mRecycledLocation; field in DragEvent
411 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
DMotionEvent.java1318 private RuntimeException mRecycledLocation; field in MotionEvent
1653 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local