blob: e39e89c0386869f6036da19543fc0b55676c7554 [file] [log] [blame]
Adam Cohen2e6da152015-05-06 11:42:25 -07001/*
2 * Copyright (C) 2015 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.launcher3;
18
Hyunyoung Songc55a3502018-12-04 15:43:16 -080019import static com.android.launcher3.Utilities.getDevicePrefs;
Tracy Zhoued5f3082020-04-20 01:13:26 -070020import static com.android.launcher3.Utilities.getPointString;
Sunny Goyal8b0cb412019-04-22 09:01:26 -070021import static com.android.launcher3.config.FeatureFlags.APPLY_CONFIG_AT_RUNTIME;
Sunny Goyal9c2b9602020-01-07 13:07:55 -080022import static com.android.launcher3.util.Executors.MAIN_EXECUTOR;
Sunny Goyal8b0cb412019-04-22 09:01:26 -070023import static com.android.launcher3.util.PackageManagerHelper.getPackageFilter;
Sunny Goyal87dc48b2018-10-12 11:42:33 -070024
Sunny Goyalc6205602015-05-21 20:46:33 -070025import android.annotation.TargetApi;
Sunny Goyal58fa4b62019-03-22 16:23:25 -070026import android.appwidget.AppWidgetHostView;
Hyunyoung Songe11eb472019-03-19 15:05:21 -070027import android.content.BroadcastReceiver;
Sunny Goyal58fa4b62019-03-22 16:23:25 -070028import android.content.ComponentName;
Adam Cohen2e6da152015-05-06 11:42:25 -070029import android.content.Context;
Hyunyoung Songe11eb472019-03-19 15:05:21 -070030import android.content.Intent;
Sunny Goyal27835952017-01-13 12:15:53 -080031import android.content.res.Configuration;
Hyunyoung Songc55a3502018-12-04 15:43:16 -080032import android.content.res.Resources;
Sunny Goyal819e1932016-07-07 16:43:58 -070033import android.content.res.TypedArray;
34import android.content.res.XmlResourceParser;
Adam Cohen2e6da152015-05-06 11:42:25 -070035import android.graphics.Point;
Sunny Goyal58fa4b62019-03-22 16:23:25 -070036import android.graphics.Rect;
Sunny Goyal415f1732018-11-29 10:33:47 -080037import android.text.TextUtils;
38import android.util.AttributeSet;
Adam Cohen2e6da152015-05-06 11:42:25 -070039import android.util.DisplayMetrics;
Sunny Goyal87dc48b2018-10-12 11:42:33 -070040import android.util.Log;
Sunny Goyal5bc18462019-01-07 15:13:39 -080041import android.util.SparseArray;
42import android.util.TypedValue;
Sunny Goyal819e1932016-07-07 16:43:58 -070043import android.util.Xml;
Sunny Goyal9c2b9602020-01-07 13:07:55 -080044import android.view.Display;
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070045
Sunny Goyal6fe3eec2019-08-15 14:53:41 -070046import androidx.annotation.Nullable;
47import androidx.annotation.VisibleForTesting;
48
Sunny Goyal905262c2019-05-03 16:50:43 -070049import com.android.launcher3.graphics.IconShape;
Sunny Goyald0e360a2018-06-29 14:40:18 -070050import com.android.launcher3.util.ConfigMonitor;
Winson Chung13c1c2c2019-09-06 11:46:19 -070051import com.android.launcher3.util.DefaultDisplay;
Sunny Goyal9c2b9602020-01-07 13:07:55 -080052import com.android.launcher3.util.DefaultDisplay.Info;
Sunny Goyal5bc18462019-01-07 15:13:39 -080053import com.android.launcher3.util.IntArray;
Sunny Goyald0e360a2018-06-29 14:40:18 -070054import com.android.launcher3.util.MainThreadInitializedObject;
Sunny Goyal5bc18462019-01-07 15:13:39 -080055import com.android.launcher3.util.Themes;
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070056
Sunny Goyal819e1932016-07-07 16:43:58 -070057import org.xmlpull.v1.XmlPullParser;
58import org.xmlpull.v1.XmlPullParserException;
59
60import java.io.IOException;
Adam Cohen2e6da152015-05-06 11:42:25 -070061import java.util.ArrayList;
Sunny Goyal6d55f662019-01-02 12:13:43 -080062import java.util.Collections;
Adam Cohen2e6da152015-05-06 11:42:25 -070063
64public class InvariantDeviceProfile {
Adam Cohen2e6da152015-05-06 11:42:25 -070065
Hyunyoung Songc55a3502018-12-04 15:43:16 -080066 public static final String TAG = "IDP";
Sunny Goyald0e360a2018-06-29 14:40:18 -070067 // We do not need any synchronization for this variable as its only written on UI thread.
68 public static final MainThreadInitializedObject<InvariantDeviceProfile> INSTANCE =
Sunny Goyal87dc48b2018-10-12 11:42:33 -070069 new MainThreadInitializedObject<>(InvariantDeviceProfile::new);
Adam Cohen2e6da152015-05-06 11:42:25 -070070
Tracy Zhoued5f3082020-04-20 01:13:26 -070071 public static final String KEY_MIGRATION_SRC_WORKSPACE_SIZE = "migration_src_workspace_size";
72 public static final String KEY_MIGRATION_SRC_HOTSEAT_COUNT = "migration_src_hotseat_count";
73
Hyunyoung Songc55a3502018-12-04 15:43:16 -080074 private static final String KEY_IDP_GRID_NAME = "idp_grid_name";
Sunny Goyal415f1732018-11-29 10:33:47 -080075
Sunny Goyal53d7ee42015-05-22 12:25:45 -070076 private static final float ICON_SIZE_DEFINED_IN_APP_DP = 48;
77
Sunny Goyal87dc48b2018-10-12 11:42:33 -070078 public static final int CHANGE_FLAG_GRID = 1 << 0;
Hyunyoung Songc55a3502018-12-04 15:43:16 -080079 public static final int CHANGE_FLAG_ICON_PARAMS = 1 << 1;
80
81 public static final String KEY_ICON_PATH_REF = "pref_icon_shape_path";
Sunny Goyal87dc48b2018-10-12 11:42:33 -070082
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070083 // Constants that affects the interpolation curve between statically defined device profile
84 // buckets.
Hyunyoung Songc55a3502018-12-04 15:43:16 -080085 private static final float KNEARESTNEIGHBOR = 3;
86 private static final float WEIGHT_POWER = 5;
Adam Cohen2e6da152015-05-06 11:42:25 -070087
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070088 // used to offset float not being able to express extremely small weights in extreme cases.
Hyunyoung Songc55a3502018-12-04 15:43:16 -080089 private static final float WEIGHT_EFFICIENT = 100000f;
90
91 private static final int CONFIG_ICON_MASK_RES_ID = Resources.getSystem().getIdentifier(
92 "config_icon_mask", "string", "android");
Adam Cohen2e6da152015-05-06 11:42:25 -070093
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070094 /**
95 * Number of icons per row and column in the workspace.
96 */
Adam Cohen2e6da152015-05-06 11:42:25 -070097 public int numRows;
98 public int numColumns;
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -070099
100 /**
101 * Number of icons per row and column in the folder.
102 */
Adam Cohen2e6da152015-05-06 11:42:25 -0700103 public int numFolderRows;
104 public int numFolderColumns;
Sunny Goyalfc218302015-09-17 14:59:10 -0700105 public float iconSize;
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800106 public String iconShapePath;
Jon Mirandab28c4fc2017-06-20 10:58:36 -0700107 public float landscapeIconSize;
Sunny Goyalfc218302015-09-17 14:59:10 -0700108 public int iconBitmapSize;
109 public int fillResIconDpi;
110 public float iconTextSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000111 public float allAppsIconSize;
112 public float allAppsIconTextSize;
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700113
Sunny Goyal5bc18462019-01-07 15:13:39 -0800114 private SparseArray<TypedValue> mExtraAttrs;
115
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700116 /**
117 * Number of icons inside the hotseat area.
118 */
Sunny Goyalf862a262015-12-14 14:27:38 -0800119 public int numHotseatIcons;
Adam Cohen27824492017-09-22 17:10:55 -0700120
Jon Miranda6f7e9702019-09-16 14:44:14 -0700121 /**
122 * Number of columns in the all apps list.
123 */
124 public int numAllAppsColumns;
125
Tracy Zhou7df93d22020-01-27 13:44:06 -0800126 public String dbFile;
Sunny Goyal415f1732018-11-29 10:33:47 -0800127 public int defaultLayoutId;
Adam Cohen27824492017-09-22 17:10:55 -0700128 int demoModeLayoutId;
Adam Cohen2e6da152015-05-06 11:42:25 -0700129
cuijiaxingabda8d72017-03-20 09:51:36 -0700130 public DeviceProfile landscapeProfile;
131 public DeviceProfile portraitProfile;
Sunny Goyalc6205602015-05-21 20:46:33 -0700132
Sunny Goyal6f866092016-03-17 17:04:15 -0700133 public Point defaultWallpaperSize;
Sunny Goyal58fa4b62019-03-22 16:23:25 -0700134 public Rect defaultWidgetPadding;
Sunny Goyal6f866092016-03-17 17:04:15 -0700135
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700136 private final ArrayList<OnIDPChangeListener> mChangeListeners = new ArrayList<>();
137 private ConfigMonitor mConfigMonitor;
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700138 private OverlayMonitor mOverlayMonitor;
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700139
Sunny Goyalf633ef52018-03-13 09:57:05 -0700140 @VisibleForTesting
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700141 public InvariantDeviceProfile() {}
Adam Cohen2e6da152015-05-06 11:42:25 -0700142
Sunny Goyalf633ef52018-03-13 09:57:05 -0700143 private InvariantDeviceProfile(InvariantDeviceProfile p) {
Sunny Goyal415f1732018-11-29 10:33:47 -0800144 numRows = p.numRows;
145 numColumns = p.numColumns;
146 numFolderRows = p.numFolderRows;
147 numFolderColumns = p.numFolderColumns;
148 iconSize = p.iconSize;
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800149 iconShapePath = p.iconShapePath;
Sunny Goyal415f1732018-11-29 10:33:47 -0800150 landscapeIconSize = p.landscapeIconSize;
Tony Wickham9459f312020-06-15 13:30:20 -0500151 iconBitmapSize = p.iconBitmapSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800152 iconTextSize = p.iconTextSize;
153 numHotseatIcons = p.numHotseatIcons;
Jon Miranda6f7e9702019-09-16 14:44:14 -0700154 numAllAppsColumns = p.numAllAppsColumns;
Tracy Zhou7df93d22020-01-27 13:44:06 -0800155 dbFile = p.dbFile;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000156 allAppsIconSize = p.allAppsIconSize;
157 allAppsIconTextSize = p.allAppsIconTextSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800158 defaultLayoutId = p.defaultLayoutId;
159 demoModeLayoutId = p.demoModeLayoutId;
Sunny Goyal5bc18462019-01-07 15:13:39 -0800160 mExtraAttrs = p.mExtraAttrs;
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700161 mOverlayMonitor = p.mOverlayMonitor;
Adam Cohen2e6da152015-05-06 11:42:25 -0700162 }
163
Sunny Goyalbbf01842015-10-08 07:41:15 -0700164 @TargetApi(23)
Sunny Goyald0e360a2018-06-29 14:40:18 -0700165 private InvariantDeviceProfile(Context context) {
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700166 String gridName = getCurrentGridName(context);
167 String newGridName = initGrid(context, gridName);
168 if (!newGridName.equals(gridName)) {
169 Utilities.getPrefs(context).edit().putString(KEY_IDP_GRID_NAME, newGridName).apply();
170 }
Tracy Zhoued5f3082020-04-20 01:13:26 -0700171 Utilities.getPrefs(context).edit()
172 .putInt(KEY_MIGRATION_SRC_HOTSEAT_COUNT, numHotseatIcons)
173 .putString(KEY_MIGRATION_SRC_WORKSPACE_SIZE, getPointString(numColumns, numRows))
174 .apply();
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700175
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700176 mConfigMonitor = new ConfigMonitor(context,
177 APPLY_CONFIG_AT_RUNTIME.get() ? this::onConfigChanged : this::killProcess);
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700178 mOverlayMonitor = new OverlayMonitor(context);
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700179 }
180
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700181 /**
182 * This constructor should NOT have any monitors by design.
183 */
Sunny Goyaleff44f32019-01-09 17:29:49 -0800184 public InvariantDeviceProfile(Context context, String gridName) {
185 String newName = initGrid(context, gridName);
186 if (newName == null || !newName.equals(gridName)) {
187 throw new IllegalArgumentException("Unknown grid name");
188 }
189 }
190
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700191 /**
Sunny Goyal9c2b9602020-01-07 13:07:55 -0800192 * This constructor should NOT have any monitors by design.
193 */
194 public InvariantDeviceProfile(Context context, Display display) {
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700195 // Ensure that the main device profile is initialized
196 InvariantDeviceProfile originalProfile = INSTANCE.get(context);
197 String gridName = getCurrentGridName(context);
198
199 // Get the display info based on default display and interpolate it to existing display
200 DisplayOption defaultDisplayOption = invDistWeightedInterpolate(
201 DefaultDisplay.INSTANCE.get(context).getInfo(),
202 getPredefinedDeviceProfiles(context, gridName));
203
Jon Miranda7772fcd2020-06-01 14:08:16 -0700204 Info myInfo = new Info(context, display);
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700205 DisplayOption myDisplayOption = invDistWeightedInterpolate(
206 myInfo, getPredefinedDeviceProfiles(context, gridName));
207
208 DisplayOption result = new DisplayOption(defaultDisplayOption.grid)
209 .add(myDisplayOption);
210 result.iconSize = defaultDisplayOption.iconSize;
211 result.landscapeIconSize = defaultDisplayOption.landscapeIconSize;
212 result.allAppsIconSize = Math.min(
213 defaultDisplayOption.allAppsIconSize, myDisplayOption.allAppsIconSize);
214 initGrid(context, myInfo, result);
Sunny Goyal9c2b9602020-01-07 13:07:55 -0800215 }
216
Tracy Zhou42255d22020-03-13 00:38:11 -0700217 public static String getCurrentGridName(Context context) {
Tracy Zhouc6060e62020-04-27 13:05:34 -0700218 return Utilities.isGridOptionsEnabled(context)
219 ? Utilities.getPrefs(context).getString(KEY_IDP_GRID_NAME, null) : null;
Tracy Zhou42255d22020-03-13 00:38:11 -0700220 }
221
Sunny Goyal9c2b9602020-01-07 13:07:55 -0800222 /**
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800223 * Retrieve system defined or RRO overriden icon shape.
224 */
225 private static String getIconShapePath(Context context) {
226 if (CONFIG_ICON_MASK_RES_ID == 0) {
227 Log.e(TAG, "Icon mask res identifier failed to retrieve.");
228 return "";
229 }
230 return context.getResources().getString(CONFIG_ICON_MASK_RES_ID);
231 }
232
Sunny Goyaleff44f32019-01-09 17:29:49 -0800233 private String initGrid(Context context, String gridName) {
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700234 DefaultDisplay.Info displayInfo = DefaultDisplay.INSTANCE.get(context).getInfo();
235 ArrayList<DisplayOption> allOptions = getPredefinedDeviceProfiles(context, gridName);
236
237 DisplayOption displayOption = invDistWeightedInterpolate(displayInfo, allOptions);
238 initGrid(context, displayInfo, displayOption);
239 return displayOption.grid.name;
Sunny Goyal9c2b9602020-01-07 13:07:55 -0800240 }
Adam Cohen2e6da152015-05-06 11:42:25 -0700241
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700242 private void initGrid(
243 Context context, DefaultDisplay.Info displayInfo, DisplayOption displayOption) {
244 GridOption closestProfile = displayOption.grid;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000245 numRows = closestProfile.numRows;
246 numColumns = closestProfile.numColumns;
247 numHotseatIcons = closestProfile.numHotseatIcons;
248 dbFile = closestProfile.dbFile;
249 defaultLayoutId = closestProfile.defaultLayoutId;
250 demoModeLayoutId = closestProfile.demoModeLayoutId;
251 numFolderRows = closestProfile.numFolderRows;
252 numFolderColumns = closestProfile.numFolderColumns;
253 numAllAppsColumns = closestProfile.numAllAppsColumns;
254
255 mExtraAttrs = closestProfile.extraAttrs;
256
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700257 iconSize = displayOption.iconSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000258 iconShapePath = getIconShapePath(context);
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700259 landscapeIconSize = displayOption.landscapeIconSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000260 iconBitmapSize = ResourceUtils.pxFromDp(iconSize, displayInfo.metrics);
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700261 iconTextSize = displayOption.iconTextSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000262 fillResIconDpi = getLauncherIconDensity(iconBitmapSize);
263
Tracy Zhouc6060e62020-04-27 13:05:34 -0700264 if (Utilities.isGridOptionsEnabled(context)) {
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700265 allAppsIconSize = displayOption.allAppsIconSize;
266 allAppsIconTextSize = displayOption.allAppsIconTextSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000267 } else {
268 allAppsIconSize = iconSize;
269 allAppsIconTextSize = iconTextSize;
270 }
271
272 // If the partner customization apk contains any grid overrides, apply them
273 // Supported overrides: numRows, numColumns, iconSize
274 applyPartnerDeviceProfileOverrides(context, displayInfo.metrics);
Sunny Goyalc6205602015-05-21 20:46:33 -0700275
Winson Chung13c1c2c2019-09-06 11:46:19 -0700276 Point realSize = new Point(displayInfo.realSize);
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700277 // The real size never changes. smallSide and largeSide will remain the
Sunny Goyalc6205602015-05-21 20:46:33 -0700278 // same in any orientation.
279 int smallSide = Math.min(realSize.x, realSize.y);
280 int largeSide = Math.max(realSize.x, realSize.y);
281
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700282 DeviceProfile.Builder builder = new DeviceProfile.Builder(context, this, displayInfo)
283 .setSizeRange(new Point(displayInfo.smallestSize),
284 new Point(displayInfo.largestSize));
285
286 landscapeProfile = builder.setSize(largeSide, smallSide).build();
287 portraitProfile = builder.setSize(smallSide, largeSide).build();
Sunny Goyal6f866092016-03-17 17:04:15 -0700288
289 // We need to ensure that there is enough extra space in the wallpaper
290 // for the intended parallax effects
291 if (context.getResources().getConfiguration().smallestScreenWidthDp >= 720) {
292 defaultWallpaperSize = new Point(
293 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)),
294 largeSide);
295 } else {
296 defaultWallpaperSize = new Point(Math.max(smallSide * 2, largeSide), largeSide);
297 }
Sunny Goyal58fa4b62019-03-22 16:23:25 -0700298
299 ComponentName cn = new ComponentName(context.getPackageName(), getClass().getName());
300 defaultWidgetPadding = AppWidgetHostView.getDefaultPaddingForWidget(context, cn, null);
Adam Cohen2e6da152015-05-06 11:42:25 -0700301 }
302
Sunny Goyal5bc18462019-01-07 15:13:39 -0800303 @Nullable
304 public TypedValue getAttrValue(int attr) {
305 return mExtraAttrs == null ? null : mExtraAttrs.get(attr);
306 }
307
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700308 public void addOnChangeListener(OnIDPChangeListener listener) {
309 mChangeListeners.add(listener);
310 }
311
Hyunyoung Songb4d1ca42019-01-08 17:15:16 -0800312 public void removeOnChangeListener(OnIDPChangeListener listener) {
313 mChangeListeners.remove(listener);
314 }
315
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700316 private void killProcess(Context context) {
317 Log.e("ConfigMonitor", "restarting launcher");
318 android.os.Process.killProcess(android.os.Process.myPid());
319 }
320
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800321 public void verifyConfigChangedInBackground(final Context context) {
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800322 String savedIconMaskPath = getDevicePrefs(context).getString(KEY_ICON_PATH_REF, "");
323 // Good place to check if grid size changed in themepicker when launcher was dead.
324 if (savedIconMaskPath.isEmpty()) {
325 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context))
326 .apply();
327 } else if (!savedIconMaskPath.equals(getIconShapePath(context))) {
328 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context))
329 .apply();
330 apply(context, CHANGE_FLAG_ICON_PARAMS);
331 }
332 }
333
Sunny Goyal7d892ff2019-01-11 15:08:44 -0800334 public void setCurrentGrid(Context context, String gridName) {
335 Context appContext = context.getApplicationContext();
336 Utilities.getPrefs(appContext).edit().putString(KEY_IDP_GRID_NAME, gridName).apply();
Sunny Goyal6fe3eec2019-08-15 14:53:41 -0700337 MAIN_EXECUTOR.execute(() -> onConfigChanged(appContext));
Sunny Goyal7d892ff2019-01-11 15:08:44 -0800338 }
339
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700340 private void onConfigChanged(Context context) {
341 // Config changes, what shall we do?
342 InvariantDeviceProfile oldProfile = new InvariantDeviceProfile(this);
343
344 // Re-init grid
Tracy Zhouc6060e62020-04-27 13:05:34 -0700345 String gridName = getCurrentGridName(context);
Jon Miranda6f7e9702019-09-16 14:44:14 -0700346 initGrid(context, gridName);
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700347
348 int changeFlags = 0;
349 if (numRows != oldProfile.numRows ||
350 numColumns != oldProfile.numColumns ||
351 numFolderColumns != oldProfile.numFolderColumns ||
352 numFolderRows != oldProfile.numFolderRows ||
353 numHotseatIcons != oldProfile.numHotseatIcons) {
354 changeFlags |= CHANGE_FLAG_GRID;
355 }
356
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800357 if (iconSize != oldProfile.iconSize || iconBitmapSize != oldProfile.iconBitmapSize ||
358 !iconShapePath.equals(oldProfile.iconShapePath)) {
359 changeFlags |= CHANGE_FLAG_ICON_PARAMS;
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700360 }
Sunny Goyal90e3fbc2019-01-23 16:42:43 -0800361 if (!iconShapePath.equals(oldProfile.iconShapePath)) {
Sunny Goyal905262c2019-05-03 16:50:43 -0700362 IconShape.init(context);
Sunny Goyal90e3fbc2019-01-23 16:42:43 -0800363 }
364
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800365 apply(context, changeFlags);
366 }
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700367
Hyunyoung Songc55a3502018-12-04 15:43:16 -0800368 private void apply(Context context, int changeFlags) {
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700369 // Create a new config monitor
370 mConfigMonitor.unregister();
371 mConfigMonitor = new ConfigMonitor(context, this::onConfigChanged);
372
373 for (OnIDPChangeListener listener : mChangeListeners) {
374 listener.onIdpChanged(changeFlags, this);
375 }
376 }
377
Sunny Goyalae190ff2020-04-14 00:19:01 +0000378 static ArrayList<DisplayOption> getPredefinedDeviceProfiles(Context context, String gridName) {
Sunny Goyal415f1732018-11-29 10:33:47 -0800379 ArrayList<DisplayOption> profiles = new ArrayList<>();
Sunny Goyal819e1932016-07-07 16:43:58 -0700380 try (XmlResourceParser parser = context.getResources().getXml(R.xml.device_profiles)) {
381 final int depth = parser.getDepth();
382 int type;
Sunny Goyal819e1932016-07-07 16:43:58 -0700383 while (((type = parser.next()) != XmlPullParser.END_TAG ||
384 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) {
Sunny Goyal7d892ff2019-01-11 15:08:44 -0800385 if ((type == XmlPullParser.START_TAG)
386 && GridOption.TAG_NAME.equals(parser.getName())) {
Sunny Goyal415f1732018-11-29 10:33:47 -0800387
388 GridOption gridOption = new GridOption(context, Xml.asAttributeSet(parser));
389 final int displayDepth = parser.getDepth();
390 while (((type = parser.next()) != XmlPullParser.END_TAG ||
391 parser.getDepth() > displayDepth)
392 && type != XmlPullParser.END_DOCUMENT) {
393 if ((type == XmlPullParser.START_TAG) && "display-option".equals(
394 parser.getName())) {
395 profiles.add(new DisplayOption(
396 gridOption, context, Xml.asAttributeSet(parser)));
397 }
398 }
Sunny Goyal819e1932016-07-07 16:43:58 -0700399 }
400 }
401 } catch (IOException|XmlPullParserException e) {
402 throw new RuntimeException(e);
403 }
Sunny Goyal415f1732018-11-29 10:33:47 -0800404
Sunny Goyalae190ff2020-04-14 00:19:01 +0000405 ArrayList<DisplayOption> filteredProfiles = new ArrayList<>();
Sunny Goyal415f1732018-11-29 10:33:47 -0800406 if (!TextUtils.isEmpty(gridName)) {
407 for (DisplayOption option : profiles) {
408 if (gridName.equals(option.grid.name)) {
Sunny Goyalae190ff2020-04-14 00:19:01 +0000409 filteredProfiles.add(option);
Sunny Goyal415f1732018-11-29 10:33:47 -0800410 }
411 }
412 }
Sunny Goyalae190ff2020-04-14 00:19:01 +0000413 if (filteredProfiles.isEmpty()) {
414 // No grid found, use the default options
415 for (DisplayOption option : profiles) {
416 if (option.canBeDefault) {
417 filteredProfiles.add(option);
418 }
Sunny Goyal415f1732018-11-29 10:33:47 -0800419 }
420 }
Sunny Goyalae190ff2020-04-14 00:19:01 +0000421 if (filteredProfiles.isEmpty()) {
422 throw new RuntimeException("No display option with canBeDefault=true");
423 }
424 return filteredProfiles;
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700425 }
426
Sunny Goyal53d7ee42015-05-22 12:25:45 -0700427 private int getLauncherIconDensity(int requiredSize) {
428 // Densities typically defined by an app.
429 int[] densityBuckets = new int[] {
430 DisplayMetrics.DENSITY_LOW,
431 DisplayMetrics.DENSITY_MEDIUM,
432 DisplayMetrics.DENSITY_TV,
433 DisplayMetrics.DENSITY_HIGH,
434 DisplayMetrics.DENSITY_XHIGH,
435 DisplayMetrics.DENSITY_XXHIGH,
436 DisplayMetrics.DENSITY_XXXHIGH
437 };
438
439 int density = DisplayMetrics.DENSITY_XXXHIGH;
440 for (int i = densityBuckets.length - 1; i >= 0; i--) {
441 float expectedSize = ICON_SIZE_DEFINED_IN_APP_DP * densityBuckets[i]
442 / DisplayMetrics.DENSITY_DEFAULT;
443 if (expectedSize >= requiredSize) {
444 density = densityBuckets[i];
445 }
446 }
447
448 return density;
449 }
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700450
Adam Cohen2e6da152015-05-06 11:42:25 -0700451 /**
452 * Apply any Partner customization grid overrides.
453 *
454 * Currently we support: all apps row / column count.
455 */
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700456 private void applyPartnerDeviceProfileOverrides(Context context, DisplayMetrics dm) {
457 Partner p = Partner.get(context.getPackageManager());
Adam Cohen2e6da152015-05-06 11:42:25 -0700458 if (p != null) {
459 p.applyInvariantDeviceProfileOverrides(this, dm);
460 }
461 }
462
Sunny Goyal415f1732018-11-29 10:33:47 -0800463 private static float dist(float x0, float y0, float x1, float y1) {
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700464 return (float) Math.hypot(x1 - x0, y1 - y0);
Adam Cohen2e6da152015-05-06 11:42:25 -0700465 }
466
Sunny Goyal415f1732018-11-29 10:33:47 -0800467 @VisibleForTesting
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700468 static DisplayOption invDistWeightedInterpolate(
469 DefaultDisplay.Info displayInfo, ArrayList<DisplayOption> points) {
470 Point smallestSize = new Point(displayInfo.smallestSize);
471 Point largestSize = new Point(displayInfo.largestSize);
472
473 // This guarantees that width < height
474 float width = Utilities.dpiFromPx(Math.min(smallestSize.x, smallestSize.y),
475 displayInfo.metrics);
476 float height = Utilities.dpiFromPx(Math.min(largestSize.x, largestSize.y),
477 displayInfo.metrics);
478
479 // Sort the profiles based on the closeness to the device size
480 Collections.sort(points, (a, b) ->
481 Float.compare(dist(width, height, a.minWidthDps, a.minHeightDps),
482 dist(width, height, b.minWidthDps, b.minHeightDps)));
483
484 GridOption closestOption = points.get(0).grid;
485 float weights = 0;
486
487 DisplayOption p = points.get(0);
488 if (dist(width, height, p.minWidthDps, p.minHeightDps) == 0) {
489 return p;
490 }
491
492 DisplayOption out = new DisplayOption(closestOption);
493 for (int i = 0; i < points.size() && i < KNEARESTNEIGHBOR; ++i) {
494 p = points.get(i);
495 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER);
496 weights += w;
497 out.add(new DisplayOption().add(p).multiply(w));
498 }
499 return out.multiply(1.0f / weights);
500 }
501
502 @VisibleForTesting
Sunny Goyal415f1732018-11-29 10:33:47 -0800503 static DisplayOption invDistWeightedInterpolate(float width, float height,
Sunny Goyalae190ff2020-04-14 00:19:01 +0000504 ArrayList<DisplayOption> points) {
Adam Cohen2e6da152015-05-06 11:42:25 -0700505 float weights = 0;
Adam Cohen2e6da152015-05-06 11:42:25 -0700506
Sunny Goyal415f1732018-11-29 10:33:47 -0800507 DisplayOption p = points.get(0);
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700508 if (dist(width, height, p.minWidthDps, p.minHeightDps) == 0) {
509 return p;
Adam Cohen2e6da152015-05-06 11:42:25 -0700510 }
511
Sunny Goyal415f1732018-11-29 10:33:47 -0800512 DisplayOption out = new DisplayOption();
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700513 for (int i = 0; i < points.size() && i < KNEARESTNEIGHBOR; ++i) {
Sunny Goyal415f1732018-11-29 10:33:47 -0800514 p = points.get(i);
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700515 float w = weight(width, height, p.minWidthDps, p.minHeightDps, WEIGHT_POWER);
516 weights += w;
Sunny Goyal415f1732018-11-29 10:33:47 -0800517 out.add(new DisplayOption().add(p).multiply(w));
Adam Cohen2e6da152015-05-06 11:42:25 -0700518 }
Sunny Goyal415f1732018-11-29 10:33:47 -0800519 return out.multiply(1.0f / weights);
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700520 }
521
Sunny Goyal27835952017-01-13 12:15:53 -0800522 public DeviceProfile getDeviceProfile(Context context) {
523 return context.getResources().getConfiguration().orientation
524 == Configuration.ORIENTATION_LANDSCAPE ? landscapeProfile : portraitProfile;
525 }
526
Sunny Goyal415f1732018-11-29 10:33:47 -0800527 private static float weight(float x0, float y0, float x1, float y1, float pow) {
Hyunyoung Song35c3c7f2015-05-28 15:33:40 -0700528 float d = dist(x0, y0, x1, y1);
529 if (Float.compare(d, 0f) == 0) {
530 return Float.POSITIVE_INFINITY;
531 }
532 return (float) (WEIGHT_EFFICIENT / Math.pow(d, pow));
533 }
Sunny Goyal6f866092016-03-17 17:04:15 -0700534
535 /**
536 * As a ratio of screen height, the total distance we want the parallax effect to span
537 * horizontally
538 */
539 private static float wallpaperTravelToScreenWidthRatio(int width, int height) {
540 float aspectRatio = width / (float) height;
541
542 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width
543 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width
544 // We will use these two data points to extrapolate how much the wallpaper parallax effect
545 // to span (ie travel) at any aspect ratio:
546
547 final float ASPECT_RATIO_LANDSCAPE = 16/10f;
548 final float ASPECT_RATIO_PORTRAIT = 10/16f;
549 final float WALLPAPER_WIDTH_TO_SCREEN_RATIO_LANDSCAPE = 1.5f;
550 final float WALLPAPER_WIDTH_TO_SCREEN_RATIO_PORTRAIT = 1.2f;
551
552 // To find out the desired width at different aspect ratios, we use the following two
553 // formulas, where the coefficient on x is the aspect ratio (width/height):
554 // (16/10)x + y = 1.5
555 // (10/16)x + y = 1.2
556 // We solve for x and y and end up with a final formula:
557 final float x =
558 (WALLPAPER_WIDTH_TO_SCREEN_RATIO_LANDSCAPE - WALLPAPER_WIDTH_TO_SCREEN_RATIO_PORTRAIT) /
559 (ASPECT_RATIO_LANDSCAPE - ASPECT_RATIO_PORTRAIT);
560 final float y = WALLPAPER_WIDTH_TO_SCREEN_RATIO_PORTRAIT - x * ASPECT_RATIO_PORTRAIT;
561 return x * aspectRatio + y;
562 }
563
Sunny Goyal87dc48b2018-10-12 11:42:33 -0700564 public interface OnIDPChangeListener {
565
566 void onIdpChanged(int changeFlags, InvariantDeviceProfile profile);
567 }
Sunny Goyal415f1732018-11-29 10:33:47 -0800568
569
Sunny Goyaleff44f32019-01-09 17:29:49 -0800570 public static final class GridOption {
Sunny Goyal415f1732018-11-29 10:33:47 -0800571
Sunny Goyal7d892ff2019-01-11 15:08:44 -0800572 public static final String TAG_NAME = "grid-option";
573
Sunny Goyaleff44f32019-01-09 17:29:49 -0800574 public final String name;
575 public final int numRows;
576 public final int numColumns;
Sunny Goyal415f1732018-11-29 10:33:47 -0800577
578 private final int numFolderRows;
579 private final int numFolderColumns;
580
581 private final int numHotseatIcons;
582
Tracy Zhou7df93d22020-01-27 13:44:06 -0800583 private final String dbFile;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000584 private final int numAllAppsColumns;
585
Sunny Goyal415f1732018-11-29 10:33:47 -0800586 private final int defaultLayoutId;
587 private final int demoModeLayoutId;
588
Sunny Goyal5bc18462019-01-07 15:13:39 -0800589 private final SparseArray<TypedValue> extraAttrs;
590
Sunny Goyaleff44f32019-01-09 17:29:49 -0800591 public GridOption(Context context, AttributeSet attrs) {
Sunny Goyal415f1732018-11-29 10:33:47 -0800592 TypedArray a = context.obtainStyledAttributes(
593 attrs, R.styleable.GridDisplayOption);
594 name = a.getString(R.styleable.GridDisplayOption_name);
595 numRows = a.getInt(R.styleable.GridDisplayOption_numRows, 0);
596 numColumns = a.getInt(R.styleable.GridDisplayOption_numColumns, 0);
597
Tracy Zhou7df93d22020-01-27 13:44:06 -0800598 dbFile = a.getString(R.styleable.GridDisplayOption_dbFile);
Sunny Goyal415f1732018-11-29 10:33:47 -0800599 defaultLayoutId = a.getResourceId(
600 R.styleable.GridDisplayOption_defaultLayoutId, 0);
601 demoModeLayoutId = a.getResourceId(
602 R.styleable.GridDisplayOption_demoModeLayoutId, defaultLayoutId);
603 numHotseatIcons = a.getInt(
604 R.styleable.GridDisplayOption_numHotseatIcons, numColumns);
605 numFolderRows = a.getInt(
606 R.styleable.GridDisplayOption_numFolderRows, numRows);
607 numFolderColumns = a.getInt(
608 R.styleable.GridDisplayOption_numFolderColumns, numColumns);
Sunny Goyalae190ff2020-04-14 00:19:01 +0000609 numAllAppsColumns = a.getInt(
610 R.styleable.GridDisplayOption_numAllAppsColumns, numColumns);
Jon Miranda6f7e9702019-09-16 14:44:14 -0700611
Sunny Goyal415f1732018-11-29 10:33:47 -0800612 a.recycle();
Sunny Goyal5bc18462019-01-07 15:13:39 -0800613
614 extraAttrs = Themes.createValueMap(context, attrs,
615 IntArray.wrap(R.styleable.GridDisplayOption));
Sunny Goyal415f1732018-11-29 10:33:47 -0800616 }
617 }
618
619 private static final class DisplayOption {
620 private final GridOption grid;
621
Sunny Goyal415f1732018-11-29 10:33:47 -0800622 private final float minWidthDps;
623 private final float minHeightDps;
624 private final boolean canBeDefault;
625
626 private float iconSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800627 private float iconTextSize;
Jon Miranda6f7e9702019-09-16 14:44:14 -0700628 private float landscapeIconSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000629 private float allAppsIconSize;
630 private float allAppsIconTextSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800631
632 DisplayOption(GridOption grid, Context context, AttributeSet attrs) {
633 this.grid = grid;
634
635 TypedArray a = context.obtainStyledAttributes(
636 attrs, R.styleable.ProfileDisplayOption);
637
Sunny Goyal415f1732018-11-29 10:33:47 -0800638 minWidthDps = a.getFloat(R.styleable.ProfileDisplayOption_minWidthDps, 0);
639 minHeightDps = a.getFloat(R.styleable.ProfileDisplayOption_minHeightDps, 0);
640 canBeDefault = a.getBoolean(
641 R.styleable.ProfileDisplayOption_canBeDefault, false);
642
Ryan Mitchell01b8b682019-03-28 17:01:07 -0700643 iconSize = a.getFloat(R.styleable.ProfileDisplayOption_iconImageSize, 0);
Sunny Goyal415f1732018-11-29 10:33:47 -0800644 landscapeIconSize = a.getFloat(R.styleable.ProfileDisplayOption_landscapeIconSize,
645 iconSize);
646 iconTextSize = a.getFloat(R.styleable.ProfileDisplayOption_iconTextSize, 0);
Jon Miranda6f7e9702019-09-16 14:44:14 -0700647
Sunny Goyalae190ff2020-04-14 00:19:01 +0000648 allAppsIconSize = a.getFloat(R.styleable.ProfileDisplayOption_allAppsIconSize,
649 iconSize);
650 allAppsIconTextSize = a.getFloat(R.styleable.ProfileDisplayOption_allAppsIconTextSize,
651 iconTextSize);
Sunny Goyal415f1732018-11-29 10:33:47 -0800652 a.recycle();
653 }
654
655 DisplayOption() {
Sunny Goyal0e7a3382020-04-13 17:15:05 -0700656 this(null);
657 }
658
659 DisplayOption(GridOption grid) {
660 this.grid = grid;
Sunny Goyal415f1732018-11-29 10:33:47 -0800661 minWidthDps = 0;
662 minHeightDps = 0;
663 canBeDefault = false;
664 }
665
666 private DisplayOption multiply(float w) {
667 iconSize *= w;
668 landscapeIconSize *= w;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000669 allAppsIconSize *= w;
Sunny Goyal415f1732018-11-29 10:33:47 -0800670 iconTextSize *= w;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000671 allAppsIconTextSize *= w;
Sunny Goyal415f1732018-11-29 10:33:47 -0800672 return this;
673 }
674
675 private DisplayOption add(DisplayOption p) {
676 iconSize += p.iconSize;
677 landscapeIconSize += p.landscapeIconSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000678 allAppsIconSize += p.allAppsIconSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800679 iconTextSize += p.iconTextSize;
Sunny Goyalae190ff2020-04-14 00:19:01 +0000680 allAppsIconTextSize += p.allAppsIconTextSize;
Sunny Goyal415f1732018-11-29 10:33:47 -0800681 return this;
682 }
683 }
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700684
685 private class OverlayMonitor extends BroadcastReceiver {
686
687 private final String ACTION_OVERLAY_CHANGED = "android.intent.action.OVERLAY_CHANGED";
688
689 OverlayMonitor(Context context) {
Sunny Goyal8b0cb412019-04-22 09:01:26 -0700690 context.registerReceiver(this, getPackageFilter("android", ACTION_OVERLAY_CHANGED));
Hyunyoung Songe11eb472019-03-19 15:05:21 -0700691 }
692
693 @Override
694 public void onReceive(Context context, Intent intent) {
695 onConfigChanged(context);
696 }
697 }
Sunny Goyalae190ff2020-04-14 00:19:01 +0000698}