Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java209 private static class OnTouchListener implements View.OnTouchListener { class in MotionEventTest
212 public OnTouchListener() { in OnTouchListener() method in MotionEventTest.OnTouchListener
DFlagSlipperyTest.kt287 private inner class OnTouchListener(relayoutView: View) : View.OnTouchListener { class in FlagSlipperyTest