Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
DTouchInsetManagerTest.java66 final TouchInsetManager insetManager = new TouchInsetManager(mFakeExecutor); in testViewOnAttachedHandling()
75 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnAttachedHandling()
96 final TouchInsetManager insetManager = new TouchInsetManager(mFakeExecutor); in testViewOnDetachedHandling()
104 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testViewOnDetachedHandling()
126 final TouchInsetManager insetManager = new TouchInsetManager(mFakeExecutor); in testInsetRegionPropagation()
129 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testInsetRegionPropagation()
146 final TouchInsetManager insetManager = new TouchInsetManager(mFakeExecutor); in testMultipleRegions()
149 final TouchInsetManager.TouchInsetSession session = insetManager.createSession(); in testMultipleRegions()
159 final TouchInsetManager.TouchInsetSession secondSession = insetManager.createSession(); in testMultipleRegions()
191 final TouchInsetManager insetManager = new TouchInsetManager(mFakeExecutor); in testMultipleViews()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DComplicationModule.java27 import com.android.systemui.touch.TouchInsetManager;
82 static TouchInsetManager.TouchInsetSession providesTouchInsetSession( in providesTouchInsetSession()
83 TouchInsetManager manager) { in providesTouchInsetSession()
DComplicationComponent.kt8 import com.android.systemui.touch.TouchInsetManager
22 @BindsInstance touchInsetManager: TouchInsetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/dagger/
DComplicationComponent.kt5 import com.android.systemui.touch.TouchInsetManager
16 @BindsInstance touchInsetManager: TouchInsetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
DTouchInsetManager.java38 public class TouchInsetManager { class
45 private final TouchInsetManager mManager;
72 TouchInsetSession(TouchInsetManager manager, Executor executor) { in TouchInsetSession()
152 public TouchInsetManager(Executor executor) { in TouchInsetManager() method in TouchInsetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/dagger/
DDreamOverlayComponent.java27 import com.android.systemui.touch.TouchInsetManager;
52 @BindsInstance TouchInsetManager touchInsetManager); in create()
DDreamOverlayModule.java34 import com.android.systemui.touch.TouchInsetManager;
92 public static TouchInsetManager.TouchInsetSession providesTouchInsetSession( in providesTouchInsetSession()
93 TouchInsetManager manager) { in providesTouchInsetSession()
DDreamModule.java45 import com.android.systemui.touch.TouchInsetManager;
119 static TouchInsetManager providesTouchInsetManager(@Main Executor executor) { in providesTouchInsetManager()
120 return new TouchInsetManager(executor); in providesTouchInsetManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandler.java35 import com.android.systemui.touch.TouchInsetManager;
64 private final TouchInsetManager mTouchInsetManager;
102 TouchInsetManager touchInsetManager, in HideComplicationTouchHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutEngine.java48 import com.android.systemui.touch.TouchInsetManager;
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayContainerViewController.java59 import com.android.systemui.touch.TouchInsetManager;
78 private final TouchInsetManager.TouchInsetSession mTouchInsetSession;
197 TouchInsetManager.TouchInsetSession touchInsetSession, in DreamOverlayContainerViewController()
DDreamOverlayService.java65 import com.android.systemui.touch.TouchInsetManager;
259 @Named(DREAM_TOUCH_INSET_MANAGER) TouchInsetManager touchInsetManager, in DreamOverlayService()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/complication/
DHideComplicationTouchHandlerTest.java43 import com.android.systemui.touch.TouchInsetManager;
65 TouchInsetManager mTouchInsetManager;
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayContainerViewControllerTest.java60 import com.android.systemui.touch.TouchInsetManager;
138 private TouchInsetManager.TouchInsetSession mTouchInsetSession;
DDreamOverlayServiceTest.kt62 import com.android.systemui.touch.TouchInsetManager
145 @Mock lateinit var mTouchInsetManager: TouchInsetManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationLayoutEngineTest.java34 import com.android.systemui.touch.TouchInsetManager;
57 TouchInsetManager.TouchInsetSession mTouchSession;