Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarLayerView.java74 private TouchDelegate mHandleTouchDelegate; field in BubbleBarLayerView
201 mHandleTouchDelegate = new TouchDelegate(mHandleTouchBounds, in showExpandedView()
203 setTouchDelegate(mHandleTouchDelegate); in showExpandedView()