Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/
DPocService.java89 mButton.setOnTouchListener(new FloatingOnTouchListener()); in showFloatingWindow()
100 private static class FloatingOnTouchListener implements View.OnTouchListener { class in PocService