Searched refs:mTouchHandler (Results 1 – 5 of 5) sorted by relevance
84 private PipTouchHandler mTouchHandler; field in PipManager112 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 …]
28 private PanelViewController.TouchHandler mTouchHandler; field in PanelView54 mTouchHandler = touchHandler; in setOnTouchListener()63 return mTouchHandler.onInterceptTouchEvent(event); in onInterceptTouchEvent()
40 private TouchHandler mTouchHandler = new TouchHandler(); field in ActivatableNotificationViewController77 mView.setOnTouchListener(mTouchHandler); in init()78 mView.setTouchHandler(mTouchHandler); in init()
96 private Gefingerpoken mTouchHandler; field in ActivatableNotificationView222 if (mTouchHandler != null && mTouchHandler.onInterceptTouchEvent(ev)) { in onInterceptTouchEvent()985 mTouchHandler = touchHandler; in setTouchHandler()
173 private PanelViewController.TouchHandler mTouchHandler; field in NotificationPanelViewTest215 mTouchHandler = invocation.getArgument(0); in setup()357 mTouchHandler.onTouch(mView, ev); in onTouchEvent()