THREAD_PRIORITY_LESS_FAVORABLE; } else if (pageDiff <= 1) { return Process.THREAD_PRIORITY_LOWEST; } else { return Process.THREAD_PRIORITY_LOWEST; } } Example 2Source File: AppsCustomizePagedView.java From LB-Launcher with Apache License 2.0 5 votes /** * Return the appropriate thread ...