change package name to uiuios

This commit is contained in:
2020-11-02 15:31:36 +08:00
parent 164c1fc8a0
commit c5bda0953d
645 changed files with 3881 additions and 3881 deletions

View File

@@ -16,5 +16,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3.icons">
package="com.android.uiuios.icons">
</manifest>

View File

@@ -17,6 +17,6 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/legacy_icon_background"/>
<foreground>
<com.android.launcher3.icons.FixedScaleDrawable />
<com.android.uiuios.icons.FixedScaleDrawable />
</foreground>
</adaptive-icon>

View File

@@ -1,9 +1,9 @@
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import static android.graphics.Paint.DITHER_FLAG;
import static android.graphics.Paint.FILTER_BITMAP_FLAG;
import static com.android.launcher3.icons.ShadowGenerator.BLUR_FACTOR;
import static com.android.uiuios.icons.ShadowGenerator.BLUR_FACTOR;
import android.content.Context;
import android.content.Intent;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.annotation.TargetApi;
import android.graphics.Bitmap;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.graphics.Bitmap;
import android.graphics.Color;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import static android.graphics.Paint.ANTI_ALIAS_FLAG;
import static android.graphics.Paint.FILTER_BITMAP_FLAG;

View File

@@ -1,4 +1,4 @@
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.content.res.Resources;
import android.content.res.Resources.Theme;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.graphics.Bitmap;
import android.graphics.Rect;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.annotation.TargetApi;
import android.content.Context;

View File

@@ -14,9 +14,9 @@
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import static com.android.launcher3.icons.GraphicsUtils.setColorAlphaBound;
import static com.android.uiuios.icons.GraphicsUtils.setColorAlphaBound;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;

View File

@@ -13,11 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons.cache;
package com.android.uiuios.icons.cache;
import static com.android.launcher3.icons.BaseIconFactory.getFullResDefaultActivityIcon;
import static com.android.launcher3.icons.BitmapInfo.LOW_RES_ICON;
import static com.android.launcher3.icons.GraphicsUtils.setColorAlphaBound;
import static com.android.uiuios.icons.BaseIconFactory.getFullResDefaultActivityIcon;
import static com.android.uiuios.icons.BitmapInfo.LOW_RES_ICON;
import static com.android.uiuios.icons.GraphicsUtils.setColorAlphaBound;
import android.content.ComponentName;
import android.content.ContentValues;
@@ -42,12 +42,12 @@ import android.os.UserHandle;
import android.text.TextUtils;
import android.util.Log;
import com.android.launcher3.icons.BaseIconFactory;
import com.android.launcher3.icons.BitmapInfo;
import com.android.launcher3.icons.BitmapRenderer;
import com.android.launcher3.icons.GraphicsUtils;
import com.android.launcher3.util.ComponentKey;
import com.android.launcher3.util.SQLiteCacheHelper;
import com.android.uiuios.icons.BaseIconFactory;
import com.android.uiuios.icons.BitmapInfo;
import com.android.uiuios.icons.BitmapRenderer;
import com.android.uiuios.icons.GraphicsUtils;
import com.android.uiuios.util.ComponentKey;
import com.android.uiuios.util.SQLiteCacheHelper;
import java.util.AbstractMap;
import java.util.Collections;

View File

@@ -13,13 +13,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons.cache;
package com.android.uiuios.icons.cache;
import android.content.ComponentName;
import android.content.Context;
import android.os.UserHandle;
import com.android.launcher3.icons.BitmapInfo;
import com.android.uiuios.icons.BitmapInfo;
public interface CachingLogic<T> {

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons.cache;
package com.android.uiuios.icons.cache;
import android.os.Handler;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons.cache;
package com.android.uiuios.icons.cache;
import android.content.ComponentName;
import android.content.pm.ApplicationInfo;
@@ -27,7 +27,7 @@ import android.text.TextUtils;
import android.util.Log;
import android.util.SparseBooleanArray;
import com.android.launcher3.icons.cache.BaseIconCache.IconDB;
import com.android.uiuios.icons.cache.BaseIconCache.IconDB;
import java.util.Collections;
import java.util.HashMap;

View File

@@ -1,4 +1,4 @@
package com.android.launcher3.util;
package com.android.uiuios.util;
/**
* Copyright (C) 2015 The Android Open Source Project

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.launcher3.util;
package com.android.uiuios.util;
import static android.database.sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS;

View File

@@ -1,4 +1,4 @@
package com.android.launcher3.util;
package com.android.uiuios.util;
import android.content.ContentValues;
import android.content.Context;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import android.content.Context;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.launcher3.icons;
package com.android.uiuios.icons;
import static android.content.Intent.ACTION_MANAGED_PROFILE_ADDED;
import static android.content.Intent.ACTION_MANAGED_PROFILE_REMOVED;
@@ -32,7 +32,7 @@ import android.os.UserHandle;
import android.os.UserManager;
import android.util.SparseLongArray;
import com.android.launcher3.icons.cache.BaseIconCache;
import com.android.uiuios.icons.cache.BaseIconCache;
/**
* Wrapper class to provide access to {@link BaseIconFactory} and also to provide pool of this class