Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
90 // Specific runnable types that are run on the main thread deferred handler, this allows us to
109 // pages as this delays the rotation process. Instead, we wait for a callback from the first
111 // a normal load, we also clear this set of Runnables.
120 // other locks, this one can generally be held long-term because we never expect any of these
303 // For all intents and purposes, this is the same object
353 // Item is in a folder, make sure this folder exists
394 synchronized (this) {
433 // We store hotseat items in canonical form which is this orientation invariant position
466 // We store hotseat items in canonical form which is this orientation invariant position
516 * The ItemInfo.id is not set through this function.
549 // If the user no longer exists, skip this item
614 // We store hotseat items in canonical form which is this orientation invariant position
787 * Set this as the current Launcher activity object for the loader.
883 // Do this here because if the launcher activity is running it will be restarted.
942 // We must do this before any loading/binding is scheduled below.
1031 synchronized (LoaderTask.this) {
1045 // This way we don't start loading all apps until the workspace has settled
1047 synchronized (LoaderTask.this) {
1052 synchronized (LoaderTask.this) {
1057 LoaderTask.this.notify();
1066 this.wait(1000);
1092 // Ensure that we are never running the background loading at this point since
1100 // this call is synchronous, we can get away with not locking).
1130 // First step. Load workspace first, this is necessary since adding of apps from
1169 // Clear out this reference, otherwise we end up holding it until all of the
1175 if (mLoaderTask == this) {
1183 synchronized (LoaderTask.this) {
1185 this.notify();
1193 * a new Callbacks object around then also return null. This will save us from
1565 // Order the set of items by their containers first, this allows use to walk through the
1647 // XXX: review this
1741 // This launcher has exited and nobody bothered to tell us. Just bail.
1810 // Load all the remaining pages (if we are loading synchronously, we want to defer this
1824 // If we're profiling, ensure this is the last thing in the queue.
1846 synchronized (LoaderTask.this) {
1860 // This launcher has exited and nobody bothered to tell us. Just bail.
1897 // This launcher has exited and nobody bothered to tell us. Just bail.
1955 // This builds the icon bitmaps.
2185 * This is called from the code that adds shortcuts from the intent receiver. This
2307 // drop this. we have other places to look for icons
2402 // Run through each of the intents that can handle this type of clip data, and cross
2484 // If this icon doesn't have a custom icon, check to see
2487 // into the DB. We do this so when we're loading, if the
2511 // This is slower than is ideal, but this only happens once
2518 * Return an existing FolderInfo object if we have encountered this ID previously,
2543 // TODO: Order this based on profile type rather than string compares.