Searched refs:isAllAppsVisible (Results 1 - 10 of 10) 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.java1959 if (isAllAppsVisible()) {
2022 if (isAllAppsVisible()) {
2436 public boolean isAllAppsVisible() { method in class:Launcher
2457 if (isAllAppsVisible()) {
2901 if (isAllAppsVisible()) {
H A DLauncherModel.java165 public boolean isAllAppsVisible(); method in interface:LauncherModel.Callbacks
1098 final boolean loadWorkspaceFirst = cbk != null ? (!cbk.isAllAppsVisible()) : true;
1858 if (oldCallbacks.isAllAppsVisible() && isRunningOnMainThread) {
H A DAppsCustomizePagedView.java502 if (!mLauncher.isAllAppsVisible() ||
H A DWorkspace.java1315 if (!mLauncher.isAllAppsVisible()) {
1336 if (!mLauncher.isAllAppsVisible()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWithDraggableItems.java108 if (!mLauncher.isAllAppsVisible() ||
H A DLauncher.java2103 if (isAllAppsVisible()) {
2207 if (isAllAppsVisible()) {
2669 public boolean isAllAppsVisible() { method in class:Launcher
3101 if (isAllAppsVisible()) {
H A DAppsCustomizePagedView.java494 if (!mLauncher.isAllAppsVisible() ||
H A DWorkspace.java1598 if (!mLauncher.isAllAppsVisible()) {
1619 if (!mLauncher.isAllAppsVisible()) {

Completed in 409 milliseconds