Searched refs:mTouchHandler (Results 1 – 4 of 4) sorted by relevance
63 private PipTouchHandler mTouchHandler; field in PipManager72 mTouchHandler.onActivityPinned();88 mTouchHandler.onActivityUnpinned(topActivity);99 mTouchHandler.setTouchEnabled(false);105 mTouchHandler.setTouchEnabled(true);106 mTouchHandler.onPinnedStackAnimationEnded();112 mTouchHandler.getMotionHelper().expandPip(clearedTask /* skipAnimation */);124 mTouchHandler.setPinnedStackController(controller); in onListenerRegistered()131 mTouchHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()138 mTouchHandler.onShelfVisibilityChanged(shelfVisible, shelfHeight); in onShelfVisibilityChanged()[all …]
149 private RecentsViewTouchHandler mTouchHandler; field in RecentsView172 mTouchHandler = new RecentsViewTouchHandler(this); in RecentsView()406 EventBus.getDefault().register(mTouchHandler, RecentsActivity.EVENT_BUS_PRIORITY + 2);414 EventBus.getDefault().unregister(mTouchHandler);506 return mTouchHandler.onInterceptTouchEvent(ev);511 return mTouchHandler.onTouchEvent(ev);518 ArrayList<DockState> visDockStates = mTouchHandler.getVisibleDockStates();526 ArrayList<DockState> visDockStates = mTouchHandler.getVisibleDockStates();830 ArrayList<DockState> visDockStates = mTouchHandler.getVisibleDockStates();1057 mTouchHandler.cancelStackActionButtonClick();
145 private TaskStackViewTouchHandler mTouchHandler; field in TaskStackView259 mTouchHandler = new TaskStackViewTouchHandler(context, this, mStackScroller); in TaskStackView()426 return mTouchHandler; in getTouchHandler()1126 return mTouchHandler.onInterceptTouchEvent(ev); in onInterceptTouchEvent()1131 return mTouchHandler.onTouchEvent(ev); in onTouchEvent()1136 return mTouchHandler.onGenericMotionEvent(ev); in onGenericMotionEvent()1649 && mTouchHandler.mIsScrolling && curScroll - prevScroll < 0) { in onStackScrollChanged()1757 mTouchHandler.cancelNonDismissTaskAnimations(); in onBusEvent()
194 private BubbleTouchHandler mTouchHandler; field in BubbleStackView299 mTouchHandler = new BubbleTouchHandler(this, data, context); in BubbleStackView()300 setOnTouchListener(mTouchHandler); in BubbleStackView()