Searched refs:isAllAppsVisible (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHandleView.java56 if (newFocus == null && !mLauncher.isAllAppsVisible()) {
67 if (ev.getAction() == MotionEvent.ACTION_DOWN && mLauncher.isAllAppsVisible()) {
H A DPagedViewWithDraggableItems.java108 if (!mLauncher.isAllAppsVisible() ||
H A DLauncher.java2004 if (isAllAppsVisible()) {
2067 if (isAllAppsVisible()) {
2512 public boolean isAllAppsVisible() { method in class:Launcher
2533 if (isAllAppsVisible()) {
2977 if (isAllAppsVisible()) {
H A DLauncherModel.java172 public boolean isAllAppsVisible(); method in interface:LauncherModel.Callbacks
1883 if (oldCallbacks.isAllAppsVisible() && isRunningOnMainThread) {
H A DAppsCustomizePagedView.java504 if (!mLauncher.isAllAppsVisible() ||
H A DWorkspace.java1316 if (!mLauncher.isAllAppsVisible()) {
1337 if (!mLauncher.isAllAppsVisible()) {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java124 if (!mLauncher.isAllAppsVisible() && mLauncher.getWorkspace().workspaceInModalState()) {
126 } else if (mLauncher.isAllAppsVisible() &&
138 if (mLauncher.isAllAppsVisible()) {
223 if (!mLauncher.isAllAppsVisible()) {
246 if (!mLauncher.isAllAppsVisible()) {
271 if (!mLauncher.isAllAppsVisible()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java2807 public boolean isAllAppsVisible() { method in class:Launcher

Completed in 366 milliseconds