Merge "Homepage UX revamp" into main

This commit is contained in:
Edgar Wang
2024-05-10 00:57:01 +00:00
committed by Android (Google) Code Review
35 changed files with 1284 additions and 36 deletions

View File

@@ -16,8 +16,6 @@
package com.android.settings.homepage;
import static com.google.common.truth.Truth.assertThat;
import static org.mockito.ArgumentMatchers.anyInt;
import static org.mockito.ArgumentMatchers.nullable;
import static org.mockito.Mockito.doReturn;
@@ -59,11 +57,6 @@ public class TopLevelSettingsTest {
mSettings.onAttach(mContext);
}
@Test
public void shouldForceRoundedIcon_true() {
assertThat(mSettings.shouldForceRoundedIcon()).isTrue();
}
@Test
public void onCreatePreferences_shouldTintPreferenceIcon() {
final Preference preference = new Preference(mContext);