Searched refs:getCurrentPageTaskView (Results 1 – 3 of 3) sorted by relevance
80 TaskView taskView = mRecentsView.getCurrentPageTaskView(); in createSwipeDownToTaskAppAnimation()
1371 TaskView taskView = getCurrentPageTaskView(); in onTouchEvent()3815 boolean isCurrentSplit = getCurrentPageTaskView() instanceof GroupedTaskView; in updateCurrentTaskActionsVisibility()3822 boolean isCurrentDesktop = getCurrentPageTaskView() instanceof DesktopTaskView; in updateCurrentTaskActionsVisibility()4122 public TaskView getCurrentPageTaskView() { in getCurrentPageTaskView() method in RecentsView5614 } else if (getCurrentPageTaskView() != null) {5615 getCurrentPageTaskView().setModalness(modalness);
1980 doLogGesture(HOME, mRecentsView == null ? null : mRecentsView.getCurrentPageTaskView());2030 doLogGesture(RECENTS, mRecentsView.getCurrentPageTaskView());