Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotShelfViewProxy.kt133 stopInputListening() in <lambda>()
253 override fun stopInputListening() { in <lambda>() method
326 stopInputListening() in <lambda>()
DScreenshotViewProxy.kt68 fun stopInputListening() in reset() method
DLegacyScreenshotViewProxy.kt162 override fun stopInputListening() = view.stopInputListening() in stopInputListening() method
DScreenshotView.java239 stopInputListening(); in ScreenshotView()
326 stopInputListening(); in startInputListening()
341 void stopInputListening() { in stopInputListening() method in ScreenshotView
DScreenshotController.java739 mViewProxy.stopInputListening(); in removeWindow()