Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInputEvent.java45 private RuntimeException mRecycledLocation; field in InputEvent
132 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local
H A DDragEvent.java160 private RuntimeException mRecycledLocation; field in DragEvent
487 throw new RuntimeException(toString() + " recycled twice!", mRecycledLocation); in recycle() local