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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java967 task.setThreadPriority(getThreadPriorityForPage(pageIndex));
1080 private int getThreadPriorityForPage(int page) { method in class:AppsCustomizePagedView
1111 task.setThreadPriority(getThreadPriorityForPage(taskPage));
1146 t.setThreadPriority(getThreadPriorityForPage(page));
1323 task.setThreadPriority(getThreadPriorityForPage(pageIndex));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java902 task.setThreadPriority(getThreadPriorityForPage(pageIndex));
1014 private int getThreadPriorityForPage(int page) { method in class:AppsCustomizePagedView
1045 task.setThreadPriority(getThreadPriorityForPage(taskPage));
1080 t.setThreadPriority(getThreadPriorityForPage(page));
1267 task.setThreadPriority(getThreadPriorityForPage(pageIndex));

Completed in 74 milliseconds