Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEvent.java43 private RuntimeException mRecycledLocation; field in InputEvent
115 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
DDragEvent.java140 private RuntimeException mRecycledLocation; field in DragEvent
445 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local