Searched refs:isTouchActive (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java478 boolean isTouchActive() { method in class:Workspace
1111 if (!mIsPageMoving && !isTouchActive()) {
H A DLauncher.java1516 if (alreadyOnHome && mState == State.WORKSPACE && !mWorkspace.isTouchActive() &&
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1769 if (shouldMoveToDefaultScreen && !mWorkspace.isTouchActive()
2724 if (!mWorkspace.isTouchActive() && !ignoreLongPressToOverview) {
H A DWorkspace.java560 boolean isTouchActive() { method in class:Workspace
1637 if (!mIsPageInTransition && !isTouchActive()) {

Completed in 99 milliseconds