Home
last modified time | relevance | path

Searched defs:stopInputListening (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotViewProxy.kt68 fun stopInputListening() in reset() method
DLegacyScreenshotViewProxy.kt162 override fun stopInputListening() = view.stopInputListening() in stopInputListening() method
DScreenshotShelfViewProxy.kt253 override fun stopInputListening() { in <lambda>() method
DScreenshotView.java341 void stopInputListening() { in stopInputListening() method in ScreenshotView