Lines Matching refs:user

300     // This is set to the view that launched the activity that navigated the user away from
436 // We only load the page synchronously if the user rotates (or triggers a
459 // if the user has specifically allowed rotation.
471 // On large interfaces, or on devices that a user has specifically enabled screen rotation,
698 // This is called only if the user did not previously have permissions to bind widgets
781 // Leave the widget in the pending state if the user canceled the configure.
964 // Don't update the predicted apps if the user is returning to launcher in the apps
1026 // onNewIntent while the user was present within launcher. In that case, we post a call
1027 // to move the user to the main screen (which will occur after onResume). We don't want to
1091 // Indicates whether the user is allowed to scroll away from the custom content.
1108 * Scroll progress, between 0 and 100, when the user scrolls beyond the leftmost
1426 info = Process.myUserHandle().equals(args.user)
1515 launcherInfo.user = appWidgetInfo.getUser();
1554 // the user unlocked and the Launcher is not in the foreground.
2311 mAppWidgetManager.findProvider(info.providerName, info.user);
2370 final UserHandle user = Process.myUserHandle();
2371 mWorkspace.removeAbandonedPromise(packageName, user);
2407 // Framework will tell the user why the app is suspended.
2554 * Called when the user stops interacting with the launcher.
2555 * This implies that the user is now on the homescreen and is not doing housekeeping.
2564 * Called when the user starts interacting with the launcher.
2570 * when the user is on the homescreen and not doing housekeeping.
2605 packageName, id, intent.getSourceBounds(), optsBundle, info.user);
2677 UserHandle user = item == null ? null : item.user;
2692 } else if (user == null || user.equals(Process.myUserHandle())) {
2697 intent.getComponent(), user, intent.getSourceBounds(), optsBundle);
3415 appWidgetInfo = mAppWidgetManager.findProvider(item.providerName, item.user);
3440 // Also try to bind the widget. If the bind fails, the user will be shown
3751 public void bindShortcutsChanged(final ArrayList<ShortcutInfo> updated, final UserHandle user) {
3754 bindShortcutsChanged(updated, user);
3864 * refreshes the widgets and shortcuts associated with the given package/user