Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewController.java69 private final TouchInsetManager.TouchInsetSession mTouchInsetSession; field in DreamOverlayStatusBarViewController
171 mTouchInsetSession = touchInsetSession; in DreamOverlayStatusBarViewController()
225 mTouchInsetSession.clear(); in onViewDetached()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java118 private final TouchInsetManager.TouchInsetSession mTouchInsetSession; field in ComplicationLayoutEngine.ViewEntry
136 mTouchInsetSession = touchSession; in ViewEntry()
284 mTouchInsetSession.removeViewFromTracking(mView); in remove()