Searched refs:TouchInsetSession (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
H A D | TouchInsetManager.java | 44 public static class TouchInsetSession { class in TouchInsetManager 72 TouchInsetSession(TouchInsetManager manager, Executor executor) { in TouchInsetSession() method in TouchInsetManager.TouchInsetSession 143 private final HashMap<TouchInsetSession, HashMap<AttachedSurfaceControl, Region>> 159 public TouchInsetSession createSession() { in createSession() 160 return new TouchInsetSession(this, mExecutor); in createSession() 207 protected void setTouchRegions(TouchInsetSession session, in setTouchRegions() 216 private void recycleRegions(TouchInsetSession session) { in recycleRegions() 227 private void clearRegion(TouchInsetSession session) { in clearRegion()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/ |
H A D | TouchInsetManagerTest.java | 75 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnAttachedHandling() 104 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnDetachedHandling() 129 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testInsetRegionPropagation() 149 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testMultipleRegions() 159 final TouchInsetManager.TouchInsetSession secondSession = insetManager.createSession(); in testMultipleRegions() 194 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testMultipleViews()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
H A D | ComplicationLayoutEngine.java | 118 private final TouchInsetManager.TouchInsetSession mTouchInsetSession; 128 TouchInsetManager.TouchInsetSession touchSession, int category, Parent parent) { in ViewEntry() 310 private final TouchInsetManager.TouchInsetSession mTouchSession; 315 Builder(View view, TouchInsetManager.TouchInsetSession touchSession, in Builder() 584 private final TouchInsetManager.TouchInsetSession mSession; 597 TouchInsetManager.TouchInsetSession session, in ComplicationLayoutEngine()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
H A D | ComplicationModule.java | 81 static TouchInsetManager.TouchInsetSession providesTouchInsetSession( in providesTouchInsetSession()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewController.java | 69 private final TouchInsetManager.TouchInsetSession mTouchInsetSession; 155 TouchInsetManager.TouchInsetSession touchInsetSession, in DreamOverlayStatusBarViewController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/ |
H A D | DreamOverlayModule.java | 83 public static TouchInsetManager.TouchInsetSession providesTouchInsetSession( in providesTouchInsetSession()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewControllerTest.java | 89 TouchInsetManager.TouchInsetSession mTouchSession;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/ |
H A D | ComplicationLayoutEngineTest.java | 57 TouchInsetManager.TouchInsetSession mTouchSession;
|