Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java84 private PipTouchHandler mTouchHandler; field in PipManager
112 mTouchHandler.adjustBoundsForRotation(mTmpNormalBounds,
123 mTouchHandler.onShelfVisibilityChanged(false, 0);
124 mTouchHandler.onImeVisibilityChanged(false, 0);
151 mTouchHandler.onActivityPinned();
167 mTouchHandler.onActivityUnpinned(topActivity);
182 mTouchHandler.getMotionHelper().expandPipToFullscreen(clearedTask /* skipAnimation */);
192 mHandler.post(() -> mTouchHandler.setPinnedStackController(controller)); in onListenerRegistered()
199 mTouchHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()
263 mTouchHandler = new PipTouchHandler(context, mActivityManager, in PipManager()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java28 private PanelViewController.TouchHandler mTouchHandler; field in PanelView
54 mTouchHandler = touchHandler; in setOnTouchListener()
63 return mTouchHandler.onInterceptTouchEvent(event); in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewController.java40 private TouchHandler mTouchHandler = new TouchHandler(); field in ActivatableNotificationViewController
77 mView.setOnTouchListener(mTouchHandler); in init()
78 mView.setTouchHandler(mTouchHandler); in init()
DActivatableNotificationView.java96 private Gefingerpoken mTouchHandler; field in ActivatableNotificationView
222 if (mTouchHandler != null && mTouchHandler.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()
985 mTouchHandler = touchHandler; in setTouchHandler()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java173 private PanelViewController.TouchHandler mTouchHandler; field in NotificationPanelViewTest
215 mTouchHandler = invocation.getArgument(0); in setup()
357 mTouchHandler.onTouch(mView, ev); in onTouchEvent()