Searched refs:threadPriority (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java119 threadPriority = Process.THREAD_PRIORITY_DEFAULT;
136 threadPriority = p;
139 Process.setThreadPriority(threadPriority);
145 int threadPriority; field in class:AppsCustomizeAsyncTask
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java112 threadPriority = Process.THREAD_PRIORITY_DEFAULT;
129 threadPriority = p;
132 Process.setThreadPriority(threadPriority);
138 int threadPriority; field in class:AppsCustomizeAsyncTask

Completed in 168 milliseconds