HomeSort by relevance Sort by last modified time
    Searched refs:hotseatAllAppsRank (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 225 true /* hotseat horizontal */, profile.inv.hotseatAllAppsRank,
226 iconRank == profile.inv.hotseatAllAppsRank /* include all apps icon */);
234 false /* hotseat horizontal */, profile.inv.hotseatAllAppsRank,
235 iconRank == profile.inv.hotseatAllAppsRank /* include all apps icon */);
319 profile.inv.hotseatAllAppsRank,
325 profile.inv.hotseatAllAppsRank,
Hotseat.java 97 mAllAppsButtonRank = grid.inv.hotseatAllAppsRank;
DefaultLayoutParser.java 52 int hotseatAllAppsRank) {
53 super(context, appWidgetHost, callback, sourceRes, layoutId, rootTag, hotseatAllAppsRank);
InvariantDeviceProfile.java 82 int hotseatAllAppsRank;
143 hotseatAllAppsRank = (int) (numHotseatIcons / 2);
AutoInstallsLayout.java 168 LauncherAppState.getInstance().getInvariantDeviceProfile().hotseatAllAppsRank);
173 int layoutId, String rootTag, int hotseatAllAppsRank) {
184 mHotseatAllAppsRank = hotseatAllAppsRank;
LauncherBackupHelper.java 411 data.allappsRank = profile.hotseatAllAppsRank;
    [all...]
LauncherProvider.java     [all...]

Completed in 346 milliseconds