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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 71 LauncherAppState.getInstance().getInvariantDeviceProfile().fillResIconDpi);
LauncherAppState.java 172 public InvariantDeviceProfile getInvariantDeviceProfile() {
AutoInstallsLayout.java 81 InvariantDeviceProfile grid = LauncherAppState.getInstance().getInvariantDeviceProfile();
168 LauncherAppState.getInstance().getInvariantDeviceProfile().hotseatAllAppsRank);
Utilities.java 153 .getInvariantDeviceProfile().fillResIconDpi), context);
162 return LauncherAppState.getInstance().getInvariantDeviceProfile().iconBitmapSize;
FolderPagedView.java 89 InvariantDeviceProfile profile = app.getInvariantDeviceProfile();
LauncherProvider.java 430 .getInvariantDeviceProfile().defaultLayoutId;
    [all...]
LauncherModel.java 421 InvariantDeviceProfile profile = app.getInvariantDeviceProfile();
    [all...]
LauncherBackupHelper.java 211 mIdp = app.getInvariantDeviceProfile();
    [all...]
Launcher.java 444 app.getInvariantDeviceProfile().landscapeProfile
445 : app.getInvariantDeviceProfile().portraitProfile;
    [all...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 145 LauncherAppState.getInstance().getInvariantDeviceProfile();

Completed in 564 milliseconds