Home | History | Annotate | Download | only in launcher3

Lines Matching refs:apps

211     enum State { NONE, WORKSPACE, WORKSPACE_SPRING_LOADED, APPS, APPS_SPRING_LOADED,
249 // Main container view for the all apps screen.
962 } else if (mOnResumeState == State.APPS) {
964 // Don't update the predicted apps if the user is returning to launcher in the apps
971 if (mOnResumeState != State.APPS) {
1257 if (state == State.APPS || state == State.WIDGETS) {
1307 // Setup Apps and Widgets
1362 * Sets the all apps button. This method is called from {@link Hotseat}.
1547 // If we are already on the workspace, then manually reset all apps
1599 // you're in All Apps and click home to go to the workspace. onWindowVisibilityChanged
1606 // apps is nice and speedy.
1742 // Reset the apps view
2335 * enters all apps mode. In verticalBarLayout the caret can be seen when all apps is open, and
2455 getUserEventDispatcher().logAppLaunch(v, intent); // TODO for discovered apps b/35802115
2566 * - open all apps
2812 return (mState == State.APPS) || (mOnResumeState == State.APPS);
2916 * Shows the apps view.
2923 showAppsOrWidgets(State.APPS, animated);
2945 * Sets up the transition to show the apps/widgets view.
2955 (mState == State.APPS && mAllAppsController.isTransitioning()))) {
2958 if (toState != State.APPS && toState != State.WIDGETS) {
2968 if (toState == State.APPS) {
3021 // Before we show workspace, hide all apps again because
3051 * Updates the set of predicted apps if it hasn't been updated since the last time Launcher was
3056 List<ComponentKeyMapper<AppInfo>> apps = mLauncherCallbacks.getPredictedApps();
3057 if (apps != null) {
3058 mAppsView.setPredictedApps(apps);
3077 if (mState == State.APPS) {
3649 * Add the icons for all apps.
3653 public void bindAllApplications(final ArrayList<AppInfo> apps) {
3656 bindAllApplications(apps);
3665 if (pendingExecutor != null && mState != State.APPS) {
3666 // Wait until the fade in animation has finished before setting all apps list.
3671 mAppsView.setApps(apps);
3674 mLauncherCallbacks.bindAllApplications(apps);
3700 public void bindAppsAddedOrUpdated(final ArrayList<AppInfo> apps) {
3703 bindAppsAddedOrUpdated(apps);
3711 mAppsView.addOrUpdateApps(apps);