Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
125 // pages as this delays the rotation process. Instead, we wait for a callback from the first
127 // a normal load, we also clear this set of Runnables.
144 // other locks, this one can generally be held long-term because we never expect any of these
221 // This may be the same as MIGRATE_AUTHORITY, or it may be replaced by a different
308 // Mark this info as broken.
524 // Get the list of workspace screens. We need to append to this list and
531 // Short-circuit this logic if the icon exists somewhere on the workspace
669 // For all intents and purposes, this is the same object
755 // Item is in a folder, make sure this folder exists
798 // We store hotseat items in canonical form which is this orientation invariant position
831 // We store hotseat items in canonical form which is this orientation invariant position
864 // We store hotseat items in canonical form which is this orientation invariant position
901 * Returns true if the shortcuts already exists on the workspace. This must be called after
995 // We store hotseat items in canonical form which is this orientation invariant position
1210 * Set this as the current Launcher activity object for the loader.
1298 // Do this here because if the launcher activity is running it will be restarted.
1357 // We must do this before any loading/binding is scheduled below.
1483 synchronized (LoaderTask.this) {
1497 // This way we don't start loading all apps until the workspace has settled
1499 synchronized (LoaderTask.this) {
1504 synchronized (LoaderTask.this) {
1509 LoaderTask.this.notify();
1518 this.wait(1000);
1544 // Ensure that we are never running the background loading at this point since
1552 // this call is synchronous, we can get away with not locking).
1592 // Clear out this reference, otherwise we end up holding it until all of the
1598 if (mLoaderTask == this) {
1607 synchronized (LoaderTask.this) {
1609 this.notify();
1617 * a new Callbacks object around then also return null. This will save us from
1872 // no special handling necessary for this item
1899 // no special handling necessary for this item
1919 // This is a common app. Try to replace this.
2368 // Order the set of items by their containers first, this allows use to walk through the
2445 // XXX: review this
2558 // This launcher has exited and nobody bothered to tell us. Just bail.
2644 // Load all the remaining pages (if we are loading synchronously, we want to defer this
2660 // If we're profiling, ensure this is the last thing in the queue.
2684 synchronized (LoaderTask.this) {
2690 synchronized (LoaderTask.this) {
2725 // This launcher has exited and nobody bothered to tell us. Just bail.
2762 // This launcher has exited and nobody bothered to tell us. Just bail.
2781 // TODO: Fix this. Only fail for the current user.
2789 // This builds the icon bitmaps.
2804 // Huh? Shouldn't this be inside the Runnable below?
3212 // Remove all the components associated with this package
3604 * Return an existing FolderInfo object if we have encountered this ID previously,