Searched refs:mTouchHandler (Results 1 – 4 of 4) sorted by relevance
66 private PipTouchHandler mTouchHandler; field in PipManager75 mTouchHandler.onActivityPinned();91 mTouchHandler.onActivityUnpinned(topActivity);102 mTouchHandler.setTouchEnabled(false);108 mTouchHandler.setTouchEnabled(true);109 mTouchHandler.onPinnedStackAnimationEnded();115 mTouchHandler.getMotionHelper().expandPip(clearedTask /* skipAnimation */);127 mTouchHandler.setPinnedStackController(controller); in onListenerRegistered()134 mTouchHandler.onImeVisibilityChanged(imeVisible, imeHeight); in onImeVisibilityChanged()141 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();
147 private TaskStackViewTouchHandler mTouchHandler; field in TaskStackView261 mTouchHandler = new TaskStackViewTouchHandler( in TaskStackView()429 return mTouchHandler; in getTouchHandler()1129 return mTouchHandler.onInterceptTouchEvent(ev); in onInterceptTouchEvent()1134 return mTouchHandler.onTouchEvent(ev); in onTouchEvent()1139 return mTouchHandler.onGenericMotionEvent(ev); in onGenericMotionEvent()1652 && mTouchHandler.mIsScrolling && curScroll - prevScroll < 0) { in onStackScrollChanged()1760 mTouchHandler.cancelNonDismissTaskAnimations(); in onBusEvent()
215 private BubbleTouchHandler mTouchHandler; field in BubbleStackView324 mTouchHandler = new BubbleTouchHandler(this, data, context); in BubbleStackView()325 setOnTouchListener(mTouchHandler); in BubbleStackView()