90.5 - Beta (90105)

This commit is contained in:
Juby210 2021-08-31 09:21:49 +02:00
parent bc9247eca1
commit e8916313ca
6883 changed files with 127230 additions and 67464 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 89110
versionName "89.10 - Beta"
versionCode 90105
versionName "90.5 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89110" android:versionName="89.10 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="90105" android:versionName="90.5 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
@ -175,7 +175,7 @@
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="89.0.11-remove-gameaudio-param"/>
<activity android:theme="@style/res_2131952265_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<activity android:theme="@style/res_2131952266_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
<intent-filter>
<action android:name="android.service.chooser.ChooserTargetService"/>

View File

@ -219,7 +219,7 @@ public final class MediaBrowserCompat {
extras.getInt(MediaBrowserProtocol.EXTRA_SERVICE_VERSION, 0);
IBinder binder = BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_MESSENGER_BINDER);
if (binder != null) {
dVar.f = new h(binder, dVar.f11c);
dVar.f = new h(binder, dVar.f13c);
Messenger messenger = new Messenger(dVar.d);
dVar.g = messenger;
dVar.d.a(messenger);
@ -302,7 +302,7 @@ public final class MediaBrowserCompat {
public final MediaBrowser b;
/* renamed from: c reason: collision with root package name */
public final Bundle f11c;
public final Bundle f13c;
public final a d = new a(this);
public final ArrayMap<String, i> e = new ArrayMap<>();
public h f;
@ -312,7 +312,7 @@ public final class MediaBrowserCompat {
public d(Context context, ComponentName componentName, b bVar, Bundle bundle) {
this.a = context;
Bundle bundle2 = bundle != null ? new Bundle(bundle) : new Bundle();
this.f11c = bundle2;
this.f13c = bundle2;
bundle2.putInt(MediaBrowserProtocol.EXTRA_CLIENT_VERSION, 1);
bundle2.putInt(MediaBrowserProtocol.EXTRA_CALLING_PID, Process.myPid());
bVar.setInternalConnectionCallback(this);

View File

@ -35,12 +35,12 @@ public final class RatingCompat implements Parcelable {
@Override // java.lang.Object
public String toString() {
StringBuilder L = c.d.b.a.a.L("Rating:style=");
L.append(this.i);
L.append(" rating=");
StringBuilder P = c.d.b.a.a.P("Rating:style=");
P.append(this.i);
P.append(" rating=");
float f = this.j;
L.append(f < 0.0f ? "unrated" : String.valueOf(f));
return L.toString();
P.append(f < 0.0f ? "unrated" : String.valueOf(f));
return P.toString();
}
@Override // android.os.Parcelable

View File

@ -27,7 +27,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
@GuardedBy("mLock")
/* renamed from: c reason: collision with root package name */
public final List<c> f12c = new ArrayList();
public final List<c> f14c = new ArrayList();
public HashMap<c, a> d = new HashMap<>();
public final MediaSessionCompat.Token e;
@ -108,7 +108,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
@GuardedBy("mLock")
public void a() {
if (this.e.b() != null) {
for (c cVar : this.f12c) {
for (c cVar : this.f14c) {
a aVar = new a(cVar);
this.d.put(cVar, aVar);
cVar.a = aVar;
@ -118,7 +118,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 {
Log.e("MediaControllerCompat", "Dead object in registerCallback.", e);
}
}
this.f12c.clear();
this.f14c.clear();
}
}
}

View File

@ -59,10 +59,10 @@ public class MediaSessionCompat {
@Override // java.lang.Object
public String toString() {
StringBuilder L = c.d.b.a.a.L("MediaSession.QueueItem {Description=");
L.append(this.i);
L.append(", Id=");
return c.d.b.a.a.y(L, this.j, " }");
StringBuilder P = c.d.b.a.a.P("MediaSession.QueueItem {Description=");
P.append(this.i);
P.append(", Id=");
return c.d.b.a.a.A(P, this.j, " }");
}
@Override // android.os.Parcelable

View File

@ -22,7 +22,7 @@ public final class PlaybackStateCompat implements Parcelable {
public final long r;
/* renamed from: s reason: collision with root package name */
public final Bundle f13s;
public final Bundle f15s;
public static final class CustomAction implements Parcelable {
public static final Parcelable.Creator<CustomAction> CREATOR = new a();
@ -66,13 +66,13 @@ public final class PlaybackStateCompat implements Parcelable {
@Override // java.lang.Object
public String toString() {
StringBuilder L = c.d.b.a.a.L("Action:mName='");
L.append((Object) this.j);
L.append(", mIcon=");
L.append(this.k);
L.append(", mExtras=");
L.append(this.l);
return L.toString();
StringBuilder P = c.d.b.a.a.P("Action:mName='");
P.append((Object) this.j);
P.append(", mIcon=");
P.append(this.k);
P.append(", mExtras=");
P.append(this.l);
return P.toString();
}
@Override // android.os.Parcelable
@ -109,7 +109,7 @@ public final class PlaybackStateCompat implements Parcelable {
this.p = j4;
this.q = new ArrayList(list);
this.r = j5;
this.f13s = bundle;
this.f15s = bundle;
}
public PlaybackStateCompat(Parcel parcel) {
@ -122,7 +122,7 @@ public final class PlaybackStateCompat implements Parcelable {
this.o = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel);
this.q = parcel.createTypedArrayList(CustomAction.CREATOR);
this.r = parcel.readLong();
this.f13s = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
this.f15s = parcel.readBundle(MediaSessionCompat.class.getClassLoader());
this.n = parcel.readInt();
}
@ -153,7 +153,7 @@ public final class PlaybackStateCompat implements Parcelable {
sb.append(", custom actions=");
sb.append(this.q);
sb.append(", active item id=");
return c.d.b.a.a.y(sb, this.r, "}");
return c.d.b.a.a.A(sb, this.r, "}");
}
@Override // android.os.Parcelable
@ -167,7 +167,7 @@ public final class PlaybackStateCompat implements Parcelable {
TextUtils.writeToParcel(this.o, parcel, i);
parcel.writeTypedList(this.q);
parcel.writeLong(this.r);
parcel.writeBundle(this.f13s);
parcel.writeBundle(this.f15s);
parcel.writeInt(this.n);
}
}

View File

@ -415,9 +415,9 @@ public class ComponentActivity extends androidx.core.app.ComponentActivity imple
@Override // androidx.activity.result.ActivityResultCaller
@NonNull
public final <I, O> ActivityResultLauncher<I> registerForActivityResult(@NonNull ActivityResultContract<I, O> activityResultContract, @NonNull ActivityResultRegistry activityResultRegistry, @NonNull ActivityResultCallback<O> activityResultCallback) {
StringBuilder L = a.L("activity_rq#");
L.append(this.mNextLocalRequestCode.getAndIncrement());
return activityResultRegistry.register(L.toString(), this, activityResultContract, activityResultCallback);
StringBuilder P = a.P("activity_rq#");
P.append(this.mNextLocalRequestCode.getAndIncrement());
return activityResultRegistry.register(P.toString(), this, activityResultContract, activityResultCallback);
}
@Override // androidx.activity.contextaware.ContextAware

View File

@ -25,10 +25,10 @@ public final class ContextAwareKt$withContextAvailable$$inlined$suspendCancellab
CancellableContinuation cancellableContinuation = this.$co;
try {
k.a aVar = k.i;
obj = k.m75constructorimpl(this.$onContextAvailable$inlined.invoke(context));
obj = k.m76constructorimpl(this.$onContextAvailable$inlined.invoke(context));
} catch (Throwable th) {
k.a aVar2 = k.i;
obj = k.m75constructorimpl(l.createFailure(th));
obj = k.m76constructorimpl(l.createFailure(th));
}
cancellableContinuation.resumeWith(obj);
}

View File

@ -1,9 +1,9 @@
package androidx.activity.contextaware;
import android.content.Context;
import d0.w.g.b;
import d0.w.g.c;
import d0.w.h.a.g;
import d0.w.h.b;
import d0.w.h.c;
import d0.w.i.a.g;
import d0.z.d.l;
import kotlin.coroutines.Continuation;
import kotlin.jvm.functions.Function1;

View File

@ -59,12 +59,12 @@ public final class ActivityResult implements Parcelable {
@Override // java.lang.Object
public String toString() {
StringBuilder L = a.L("ActivityResult{resultCode=");
L.append(resultCodeToString(this.mResultCode));
L.append(", data=");
L.append(this.mData);
L.append('}');
return L.toString();
StringBuilder P = a.P("ActivityResult{resultCode=");
P.append(resultCodeToString(this.mResultCode));
P.append(", data=");
P.append(this.mData);
P.append('}');
return P.toString();
}
@Override // android.os.Parcelable

View File

@ -288,15 +288,15 @@ public abstract class ActivityResultRegistry {
}
this.mKeyToCallback.remove(str);
if (this.mParsedPendingResults.containsKey(str)) {
StringBuilder Q = a.Q("Dropping pending result for request ", str, ": ");
Q.append(this.mParsedPendingResults.get(str));
Log.w(LOG_TAG, Q.toString());
StringBuilder V = a.V("Dropping pending result for request ", str, ": ");
V.append(this.mParsedPendingResults.get(str));
Log.w(LOG_TAG, V.toString());
this.mParsedPendingResults.remove(str);
}
if (this.mPendingResults.containsKey(str)) {
StringBuilder Q2 = a.Q("Dropping pending result for request ", str, ": ");
Q2.append(this.mPendingResults.getParcelable(str));
Log.w(LOG_TAG, Q2.toString());
StringBuilder V2 = a.V("Dropping pending result for request ", str, ": ");
V2.append(this.mPendingResults.getParcelable(str));
Log.w(LOG_TAG, V2.toString());
this.mPendingResults.remove(str);
}
LifecycleContainer lifecycleContainer = this.mKeyToLifecycleContainers.get(str);

View File

@ -754,10 +754,10 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
public int windowAnimations;
/* renamed from: x reason: collision with root package name */
public int f14x;
public int f16x;
/* renamed from: y reason: collision with root package name */
public int f15y;
public int f17y;
@SuppressLint({"BanParcelableUsage"})
public static class SavedState implements Parcelable {
@ -1165,16 +1165,16 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
contentFrameLayout.setAttachListener(new AnonymousClass5());
return viewGroup;
}
StringBuilder L = a.L("AppCompat does not support the current theme features: { windowActionBar: ");
L.append(this.mHasActionBar);
L.append(", windowActionBarOverlay: ");
L.append(this.mOverlayActionBar);
L.append(", android:windowIsFloating: ");
L.append(this.mIsFloating);
L.append(", windowActionModeOverlay: ");
L.append(this.mOverlayActionMode);
L.append(", windowNoTitle: ");
throw new IllegalArgumentException(a.G(L, this.mWindowNoTitle, " }"));
StringBuilder P = a.P("AppCompat does not support the current theme features: { windowActionBar: ");
P.append(this.mHasActionBar);
P.append(", windowActionBarOverlay: ");
P.append(this.mOverlayActionBar);
P.append(", android:windowIsFloating: ");
P.append(this.mIsFloating);
P.append(", windowActionModeOverlay: ");
P.append(this.mOverlayActionMode);
P.append(", windowNoTitle: ");
throw new IllegalArgumentException(a.L(P, this.mWindowNoTitle, " }"));
}
obtainStyledAttributes.recycle();
throw new IllegalStateException("You need to use a Theme.AppCompat theme (or descendant) with this activity.");
@ -1555,7 +1555,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
if (!(view == null || (layoutParams = view.getLayoutParams()) == null || layoutParams.width != -1)) {
i = -1;
panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f14x, panelFeatureState.f15y, PointerIconCompat.TYPE_HAND, 8519680, -3);
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3);
@ -1565,7 +1565,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil
}
i = -2;
panelFeatureState.isHandled = false;
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f14x, panelFeatureState.f15y, PointerIconCompat.TYPE_HAND, 8519680, -3);
WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3);
layoutParams3.gravity = panelFeatureState.gravity;
layoutParams3.windowAnimations = panelFeatureState.windowAnimations;
windowManager.addView(panelFeatureState.decorView, layoutParams3);

View File

@ -69,17 +69,17 @@ public class AppCompatViewInflater {
if (id2 == -1) {
str = "";
} else {
StringBuilder L = a.L(" with id '");
L.append(this.mHostView.getContext().getResources().getResourceEntryName(id2));
L.append("'");
str = L.toString();
StringBuilder P = a.P(" with id '");
P.append(this.mHostView.getContext().getResources().getResourceEntryName(id2));
P.append("'");
str = P.toString();
}
StringBuilder L2 = a.L("Could not find method ");
L2.append(this.mMethodName);
L2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view ");
L2.append(this.mHostView.getClass());
L2.append(str);
throw new IllegalStateException(L2.toString());
StringBuilder P2 = a.P("Could not find method ");
P2.append(this.mMethodName);
P2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view ");
P2.append(this.mHostView.getClass());
P2.append(str);
throw new IllegalStateException(P2.toString());
}
@Override // android.view.View.OnClickListener

View File

@ -509,9 +509,9 @@ public class WindowDecorActionBar extends ActionBar implements ActionBarOverlayL
if (view instanceof Toolbar) {
return ((Toolbar) view).getWrapper();
}
StringBuilder L = a.L("Can't make a decor toolbar out of ");
L.append(view != null ? view.getClass().getSimpleName() : "null");
throw new IllegalStateException(L.toString());
StringBuilder P = a.P("Can't make a decor toolbar out of ");
P.append(view != null ? view.getClass().getSimpleName() : "null");
throw new IllegalStateException(P.toString());
}
private void hideForActionMode() {

View File

@ -57,9 +57,9 @@ public class SupportMenuInflater extends MenuInflater {
try {
this.mMethod = cls.getMethod(str, PARAM_TYPES);
} catch (Exception e) {
StringBuilder Q = a.Q("Couldn't resolve menu item onClick handler ", str, " in class ");
Q.append(cls.getName());
InflateException inflateException = new InflateException(Q.toString());
StringBuilder V = a.V("Couldn't resolve menu item onClick handler ", str, " in class ");
V.append(cls.getName());
InflateException inflateException = new InflateException(V.toString());
inflateException.initCause(e);
throw inflateException;
}
@ -317,7 +317,7 @@ public class SupportMenuInflater extends MenuInflater {
if (name.equals(XML_MENU)) {
eventType = xmlPullParser.next();
} else {
throw new RuntimeException(a.s("Expecting menu, got ", name));
throw new RuntimeException(a.u("Expecting menu, got ", name));
}
}
}

View File

@ -219,9 +219,9 @@ public class ActionBarOverlayLayout extends ViewGroup implements DecorContentPar
if (view instanceof Toolbar) {
return ((Toolbar) view).getWrapper();
}
StringBuilder L = a.L("Can't make a decor toolbar out of ");
L.append(view.getClass().getSimpleName());
throw new IllegalStateException(L.toString());
StringBuilder P = a.P("Can't make a decor toolbar out of ");
P.append(view.getClass().getSimpleName());
throw new IllegalStateException(P.toString());
}
private void init(Context context) {

View File

@ -86,12 +86,12 @@ public class ActivityChooserModel extends DataSetObservable {
@Override // java.lang.Object
public String toString() {
StringBuilder P = a.P("[", "resolveInfo:");
P.append(this.resolveInfo.toString());
P.append("; weight:");
P.append(new BigDecimal((double) this.weight));
P.append("]");
return P.toString();
StringBuilder U = a.U("[", "resolveInfo:");
U.append(this.resolveInfo.toString());
U.append("; weight:");
U.append(new BigDecimal((double) this.weight));
U.append("]");
return U.toString();
}
}
@ -169,14 +169,14 @@ public class ActivityChooserModel extends DataSetObservable {
}
public String toString() {
StringBuilder P = a.P("[", "; activity:");
P.append(this.activity);
P.append("; time:");
P.append(this.time);
P.append("; weight:");
P.append(new BigDecimal((double) this.weight));
P.append("]");
return P.toString();
StringBuilder U = a.U("[", "; activity:");
U.append(this.activity);
U.append("; time:");
U.append(this.time);
U.append("; weight:");
U.append(new BigDecimal((double) this.weight));
U.append("]");
return U.toString();
}
}
@ -262,7 +262,7 @@ public class ActivityChooserModel extends DataSetObservable {
if (TextUtils.isEmpty(str) || str.endsWith(HISTORY_FILE_EXTENSION)) {
this.mHistoryFileName = str;
} else {
this.mHistoryFileName = a.s(str, HISTORY_FILE_EXTENSION);
this.mHistoryFileName = a.u(str, HISTORY_FILE_EXTENSION);
}
}

View File

@ -471,9 +471,9 @@ public class AppCompatTextViewAutoSizeHelper {
}
this.mAutoSizeTextSizesInPx = cleanupAutoSizePresetSizes(iArr2);
if (!setupAutoSizeUniformPresetSizesConfiguration()) {
StringBuilder L = a.L("None of the preset sizes is valid: ");
L.append(Arrays.toString(iArr));
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("None of the preset sizes is valid: ");
P.append(Arrays.toString(iArr));
throw new IllegalArgumentException(P.toString());
}
} else {
this.mHasPresetAutoSizeValues = false;
@ -498,7 +498,7 @@ public class AppCompatTextViewAutoSizeHelper {
autoSizeText();
}
} else {
throw new IllegalArgumentException(a.j("Unknown auto-size text type: ", i));
throw new IllegalArgumentException(a.l("Unknown auto-size text type: ", i));
}
}

View File

@ -1263,10 +1263,10 @@ public class LinearLayoutCompat extends ViewGroup {
public void setBaselineAlignedChildIndex(int i) {
if (i < 0 || i >= getChildCount()) {
StringBuilder L = a.L("base aligned child index out of range (0, ");
L.append(getChildCount());
L.append(")");
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("base aligned child index out of range (0, ");
P.append(getChildCount());
P.append(")");
throw new IllegalArgumentException(P.toString());
}
this.mBaselineAlignedChildIndex = i;
}

View File

@ -312,9 +312,9 @@ public class ListPopupWindow implements ShowableListMenu {
linearLayout.addView(view);
linearLayout.addView(dropDownListView, layoutParams);
} else if (i5 != 1) {
StringBuilder L = a.L("Invalid hint position ");
L.append(this.mPromptPosition);
Log.e(TAG, L.toString());
StringBuilder P = a.P("Invalid hint position ");
P.append(this.mPromptPosition);
Log.e(TAG, P.toString());
} else {
linearLayout.addView(dropDownListView, layoutParams);
linearLayout.addView(view);

View File

@ -379,10 +379,10 @@ public class SearchView extends LinearLayoutCompat implements CollapsibleActionV
@Override // java.lang.Object
public String toString() {
StringBuilder L = a.L("SearchView.SavedState{");
L.append(Integer.toHexString(System.identityHashCode(this)));
L.append(" isIconified=");
return a.G(L, this.isIconified, "}");
StringBuilder P = a.P("SearchView.SavedState{");
P.append(Integer.toHexString(System.identityHashCode(this)));
P.append(" isIconified=");
return a.L(P, this.isIconified, "}");
}
@Override // androidx.customview.view.AbsSavedState, android.os.Parcelable

View File

@ -111,9 +111,9 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On
if (drawable != null) {
return drawable;
}
StringBuilder M = a.M("Invalid icon resource ", iconResource, " for ");
M.append(componentName.flattenToShortString());
Log.w(LOG_TAG, M.toString());
StringBuilder Q = a.Q("Invalid icon resource ", iconResource, " for ");
Q.append(componentName.flattenToShortString());
Log.w(LOG_TAG, Q.toString());
return null;
} catch (PackageManager.NameNotFoundException e) {
Log.w(LOG_TAG, e.toString());
@ -206,7 +206,7 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On
storeInIconCache(str, drawable2);
return drawable2;
} catch (Resources.NotFoundException unused2) {
a.h0("Icon resource not found: ", str, LOG_TAG);
a.l0("Icon resource not found: ", str, LOG_TAG);
return null;
}
}

View File

@ -593,7 +593,7 @@ public class ToolbarWidgetWrapper implements DecorToolbar {
layoutParams.gravity = BadgeDrawable.BOTTOM_START;
}
} else {
throw new IllegalArgumentException(a.j("Invalid navigation mode ", i));
throw new IllegalArgumentException(a.l("Invalid navigation mode ", i));
}
}
}

View File

@ -319,15 +319,15 @@ public class SafeIterableMap<K, V> implements Iterable<Map.Entry<K, V>> {
@Override // java.lang.Object
public String toString() {
StringBuilder L = a.L("[");
StringBuilder P = a.P("[");
Iterator<Map.Entry<K, V>> it = iterator();
while (it.hasNext()) {
L.append(it.next().toString());
P.append(it.next().toString());
if (it.hasNext()) {
L.append(", ");
P.append(", ");
}
}
L.append("]");
return L.toString();
P.append("]");
return P.toString();
}
}

View File

@ -203,9 +203,9 @@ public final class BrowserServiceFileProvider extends FileProvider {
}
private static Uri generateUri(Context context, String str) {
String t = a.t(FILE_SUB_DIR_NAME, str, FILE_EXTENSION);
String v = a.v(FILE_SUB_DIR_NAME, str, FILE_EXTENSION);
Uri.Builder scheme = new Uri.Builder().scheme(CONTENT_SCHEME);
return scheme.authority(context.getPackageName() + AUTHORITY_SUFFIX).path(t).build();
return scheme.authority(context.getPackageName() + AUTHORITY_SUFFIX).path(v).build();
}
public static void grantReadPermission(@NonNull Intent intent, @Nullable List<Uri> list, @NonNull Context context) {
@ -230,9 +230,9 @@ public final class BrowserServiceFileProvider extends FileProvider {
@NonNull
@UiThread
public static ResolvableFuture<Uri> saveBitmap(@NonNull Context context, @NonNull Bitmap bitmap, @NonNull String str, int i) {
StringBuilder P = a.P(str, "_");
P.append(Integer.toString(i));
String sb = P.toString();
StringBuilder U = a.U(str, "_");
U.append(Integer.toString(i));
String sb = U.toString();
Uri generateUri = generateUri(context, sb);
ResolvableFuture<Uri> create = ResolvableFuture.create();
new FileSaveTask(context, sb, bitmap, generateUri, create).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new String[0]);

View File

@ -213,7 +213,7 @@ public final class CustomTabsIntent {
@NonNull
public Builder setColorSchemeParams(int i, @NonNull CustomTabColorSchemeParams customTabColorSchemeParams) {
if (i < 0 || i > 2 || i == 0) {
throw new IllegalArgumentException(a.j("Invalid colorScheme: ", i));
throw new IllegalArgumentException(a.l("Invalid colorScheme: ", i));
}
if (this.mColorSchemeParamBundles == null) {
this.mColorSchemeParamBundles = new SparseArray<>();
@ -355,7 +355,7 @@ public final class CustomTabsIntent {
public static CustomTabColorSchemeParams getColorSchemeParams(@NonNull Intent intent, int i) {
Bundle bundle;
if (i < 0 || i > 2 || i == 0) {
throw new IllegalArgumentException(a.j("Invalid colorScheme: ", i));
throw new IllegalArgumentException(a.l("Invalid colorScheme: ", i));
}
Bundle extras = intent.getExtras();
if (extras == null) {

View File

@ -66,9 +66,9 @@ public class ConnectionHolder implements ServiceConnection {
} else {
throw this.mCancellationException;
}
StringBuilder L = a.L("ConnectionHolder, state = ");
L.append(this.mState);
return L.toString();
StringBuilder P = a.P("ConnectionHolder, state = ");
P.append(this.mState);
return P.toString();
}
@MainThread

View File

@ -154,7 +154,7 @@ public final class TrustedWebActivityServiceConnection {
public static void ensureBundleContains(Bundle bundle, String str) {
if (!bundle.containsKey(str)) {
throw new IllegalArgumentException(c.d.b.a.a.s("Bundle must contain ", str));
throw new IllegalArgumentException(c.d.b.a.a.u("Bundle must contain ", str));
}
}

View File

@ -99,16 +99,16 @@ public final class TrustedWebActivityServiceConnectionPool {
ResolveInfo resolveService = context.getPackageManager().resolveService(intent2, 131072);
if (resolveService == null) {
if (z2) {
a.h0("Could not find TWAService for ", str, TAG);
a.l0("Could not find TWAService for ", str, TAG);
}
return null;
}
if (z2) {
StringBuilder L = a.L("Found ");
L.append(resolveService.serviceInfo.name);
L.append(" to handle request for ");
L.append(uri);
Log.i(TAG, L.toString());
StringBuilder P = a.P("Found ");
P.append(resolveService.serviceInfo.name);
P.append(" to handle request for ");
P.append(uri);
Log.i(TAG, P.toString());
}
Intent intent3 = new Intent();
intent3.setComponent(new ComponentName(str, resolveService.serviceInfo.name));

View File

@ -595,32 +595,32 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
String timeUnit2 = timeUnit.toString();
Locale locale = Locale.ROOT;
String lowerCase = timeUnit2.toLowerCase(locale);
StringBuilder O = c.d.b.a.a.O("Waited ", j, " ");
O.append(timeUnit.toString().toLowerCase(locale));
String sb = O.toString();
StringBuilder S = c.d.b.a.a.S("Waited ", j, " ");
S.append(timeUnit.toString().toLowerCase(locale));
String sb = S.toString();
if (nanos + 1000 < 0) {
String s2 = c.d.b.a.a.s(sb, " (plus ");
String u = c.d.b.a.a.u(sb, " (plus ");
long j2 = -nanos;
long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS);
long nanos2 = j2 - timeUnit.toNanos(convert);
int i = (convert > 0 ? 1 : (convert == 0 ? 0 : -1));
boolean z2 = i == 0 || nanos2 > 1000;
if (i > 0) {
String str = s2 + convert + " " + lowerCase;
String str = u + convert + " " + lowerCase;
if (z2) {
str = c.d.b.a.a.s(str, ",");
str = c.d.b.a.a.u(str, ",");
}
s2 = c.d.b.a.a.s(str, " ");
u = c.d.b.a.a.u(str, " ");
}
if (z2) {
s2 = c.d.b.a.a.p(s2, nanos2, " nanoseconds ");
u = c.d.b.a.a.r(u, nanos2, " nanoseconds ");
}
sb = c.d.b.a.a.s(s2, "delay)");
sb = c.d.b.a.a.u(u, "delay)");
}
if (isDone()) {
throw new TimeoutException(c.d.b.a.a.s(sb, " but future completed as timeout expired"));
throw new TimeoutException(c.d.b.a.a.u(sb, " but future completed as timeout expired"));
}
throw new TimeoutException(c.d.b.a.a.t(sb, " for ", abstractResolvableFuture));
throw new TimeoutException(c.d.b.a.a.v(sb, " for ", abstractResolvableFuture));
}
throw new InterruptedException();
}
@ -649,15 +649,15 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
public String pendingToString() {
Object obj = this.value;
if (obj instanceof SetFuture) {
return c.d.b.a.a.D(c.d.b.a.a.L("setFuture=["), userObjectToString(((SetFuture) obj).future), "]");
return c.d.b.a.a.H(c.d.b.a.a.P("setFuture=["), userObjectToString(((SetFuture) obj).future), "]");
}
if (!(this instanceof ScheduledFuture)) {
return null;
}
StringBuilder L = c.d.b.a.a.L("remaining delay=[");
L.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS));
L.append(" ms]");
return L.toString();
StringBuilder P = c.d.b.a.a.P("remaining delay=[");
P.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS));
P.append(" ms]");
return P.toString();
}
public boolean set(@Nullable V v) {
@ -725,9 +725,9 @@ public abstract class AbstractResolvableFuture<V> implements a<V> {
try {
str = pendingToString();
} catch (RuntimeException e) {
StringBuilder L = c.d.b.a.a.L("Exception thrown from implementation: ");
L.append(e.getClass());
str = L.toString();
StringBuilder P = c.d.b.a.a.P("Exception thrown from implementation: ");
P.append(e.getClass());
str = P.toString();
}
if (str != null && !str.isEmpty()) {
sb.append("PENDING, info=[");

View File

@ -33,9 +33,9 @@ public final class CallbackToFutureAdapter {
ResolvableFuture<Void> resolvableFuture;
SafeFuture<T> safeFuture = this.future;
if (safeFuture != null && !safeFuture.isDone()) {
StringBuilder L = a.L("The completer object was garbage collected - this future would otherwise never complete. The tag was: ");
L.append(this.tag);
safeFuture.setException(new FutureGarbageCollectedException(L.toString()));
StringBuilder P = a.P("The completer object was garbage collected - this future would otherwise never complete. The tag was: ");
P.append(this.tag);
safeFuture.setException(new FutureGarbageCollectedException(P.toString()));
}
if (!this.attemptedSetting && (resolvableFuture = this.cancellationFuture) != null) {
resolvableFuture.set(null);
@ -119,10 +119,10 @@ public final class CallbackToFutureAdapter {
if (completer == null) {
return "Completer object has been garbage collected, future will fail soon";
}
StringBuilder L = a.L("tag=[");
L.append(completer.tag);
L.append("]");
return L.toString();
StringBuilder P = a.P("tag=[");
P.append(completer.tag);
P.append("]");
return P.toString();
}
}

View File

@ -168,9 +168,9 @@ public class Easing {
case 3:
return new CubicEasing(STANDARD);
default:
StringBuilder L = a.L("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or ");
L.append(Arrays.toString(NAMED_EASING));
Log.e("ConstraintSet", L.toString());
StringBuilder P = a.P("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or ");
P.append(Arrays.toString(NAMED_EASING));
Log.e("ConstraintSet", P.toString());
return sDefault;
}
}

View File

@ -175,10 +175,10 @@ public class Oscillator {
}
public String toString() {
StringBuilder L = a.L("pos =");
L.append(Arrays.toString(this.mPosition));
L.append(" period=");
L.append(Arrays.toString(this.mPeriod));
return L.toString();
StringBuilder P = a.P("pos =");
P.append(Arrays.toString(this.mPosition));
P.append(" period=");
P.append(Arrays.toString(this.mPeriod));
return P.toString();
}
}

View File

@ -156,9 +156,9 @@ public class StopLogic extends MotionInterpolator {
}
public void debug(String str, String str2, float f) {
StringBuilder P = a.P(str2, " ===== ");
P.append(this.mType);
Log.v(str, P.toString());
StringBuilder U = a.U(str2, " ===== ");
U.append(this.mType);
Log.v(str, U.toString());
StringBuilder sb = new StringBuilder();
sb.append(str2);
sb.append(this.mBackwards ? "backwards" : "forward ");
@ -169,22 +169,22 @@ public class StopLogic extends MotionInterpolator {
Log.v(str, sb.toString());
Log.v(str, str2 + " dur " + this.mStage1Duration + " vel " + this.mStage1Velocity + " pos " + this.mStage1EndPosition);
if (this.mNumberOfStages > 1) {
StringBuilder P2 = a.P(str2, " dur ");
P2.append(this.mStage2Duration);
P2.append(" vel ");
P2.append(this.mStage2Velocity);
P2.append(" pos ");
P2.append(this.mStage2EndPosition);
Log.v(str, P2.toString());
StringBuilder U2 = a.U(str2, " dur ");
U2.append(this.mStage2Duration);
U2.append(" vel ");
U2.append(this.mStage2Velocity);
U2.append(" pos ");
U2.append(this.mStage2EndPosition);
Log.v(str, U2.toString());
}
if (this.mNumberOfStages > 2) {
StringBuilder P3 = a.P(str2, " dur ");
P3.append(this.mStage3Duration);
P3.append(" vel ");
P3.append(this.mStage3Velocity);
P3.append(" pos ");
P3.append(this.mStage3EndPosition);
Log.v(str, P3.toString());
StringBuilder U3 = a.U(str2, " dur ");
U3.append(this.mStage3Duration);
U3.append(" vel ");
U3.append(this.mStage3Velocity);
U3.append(" pos ");
U3.append(this.mStage3EndPosition);
Log.v(str, U3.toString());
}
float f2 = this.mStage1Duration;
if (f <= f2) {

View File

@ -13,18 +13,18 @@ import java.lang.reflect.Modifier;
public class Debug {
public static void dumpLayoutParams(ViewGroup.LayoutParams layoutParams, String str) {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(") ");
L.append(str);
L.append(" ");
String sb = L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(") ");
P.append(str);
P.append(" ");
String sb = P.toString();
PrintStream printStream = System.out;
StringBuilder Q = a.Q(" >>>>>>>>>>>>>>>>>>. dump ", sb, " ");
Q.append(layoutParams.getClass().getName());
printStream.println(Q.toString());
StringBuilder V = a.V(" >>>>>>>>>>>>>>>>>>. dump ", sb, " ");
V.append(layoutParams.getClass().getName());
printStream.println(V.toString());
Field[] fields = layoutParams.getClass().getFields();
for (Field field : fields) {
try {
@ -43,22 +43,22 @@ public class Debug {
public static void dumpLayoutParams(ViewGroup viewGroup, String str) {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(") ");
L.append(str);
L.append(" ");
String sb = L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(") ");
P.append(str);
P.append(" ");
String sb = P.toString();
int childCount = viewGroup.getChildCount();
System.out.println(str + " children " + childCount);
for (int i = 0; i < childCount; i++) {
View childAt = viewGroup.getChildAt(i);
PrintStream printStream = System.out;
StringBuilder P = a.P(sb, " ");
P.append(getName(childAt));
printStream.println(P.toString());
StringBuilder U = a.U(sb, " ");
U.append(getName(childAt));
printStream.println(U.toString());
ViewGroup.LayoutParams layoutParams = childAt.getLayoutParams();
Field[] fields = layoutParams.getClass().getFields();
for (Field field : fields) {
@ -77,18 +77,18 @@ public class Debug {
public static void dumpPoc(Object obj) {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(")");
String sb = L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(")");
String sb = P.toString();
Class<?> cls = obj.getClass();
PrintStream printStream = System.out;
StringBuilder P = a.P(sb, "------------- ");
P.append(cls.getName());
P.append(" --------------------");
printStream.println(P.toString());
StringBuilder U = a.U(sb, "------------- ");
U.append(cls.getName());
U.append(" --------------------");
printStream.println(U.toString());
Field[] fields = cls.getFields();
for (Field field : fields) {
try {
@ -108,10 +108,10 @@ public class Debug {
}
}
PrintStream printStream2 = System.out;
StringBuilder P2 = a.P(sb, "------------- ");
P2.append(cls.getSimpleName());
P2.append(" --------------------");
printStream2.println(P2.toString());
StringBuilder U2 = a.U(sb, "------------- ");
U2.append(cls.getSimpleName());
U2.append(" --------------------");
printStream2.println(U2.toString());
}
public static String getActionType(MotionEvent motionEvent) {
@ -130,44 +130,44 @@ public class Debug {
public static String getCallFrom(int i) {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[i + 2];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(")");
return L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(")");
return P.toString();
}
public static String getLoc() {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(") ");
L.append(stackTraceElement.getMethodName());
L.append("()");
return L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(") ");
P.append(stackTraceElement.getMethodName());
P.append("()");
return P.toString();
}
public static String getLocation() {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(")");
return L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(")");
return P.toString();
}
public static String getLocation2() {
StackTraceElement stackTraceElement = new Throwable().getStackTrace()[2];
StringBuilder L = a.L(".(");
L.append(stackTraceElement.getFileName());
L.append(":");
L.append(stackTraceElement.getLineNumber());
L.append(")");
return L.toString();
StringBuilder P = a.P(".(");
P.append(stackTraceElement.getFileName());
P.append(":");
P.append(stackTraceElement.getLineNumber());
P.append(")");
return P.toString();
}
public static String getName(Context context, int i) {
@ -177,7 +177,7 @@ public class Debug {
try {
return context.getResources().getResourceEntryName(i);
} catch (Exception unused) {
return a.j("?", i);
return a.l("?", i);
}
}
@ -224,14 +224,14 @@ public class Debug {
String str3 = " ";
for (int i2 = 1; i2 <= min; i2++) {
StackTraceElement stackTraceElement = stackTrace[i2];
StringBuilder L = a.L(".(");
L.append(stackTrace[i2].getFileName());
L.append(":");
L.append(stackTrace[i2].getLineNumber());
L.append(") ");
L.append(stackTrace[i2].getMethodName());
String sb = L.toString();
str3 = a.s(str3, " ");
StringBuilder P = a.P(".(");
P.append(stackTrace[i2].getFileName());
P.append(":");
P.append(stackTrace[i2].getLineNumber());
P.append(") ");
P.append(stackTrace[i2].getMethodName());
String sb = P.toString();
str3 = a.u(str3, " ");
Log.v(str, str2 + str3 + sb + str3);
}
}
@ -242,13 +242,13 @@ public class Debug {
String str2 = " ";
for (int i2 = 1; i2 <= min; i2++) {
StackTraceElement stackTraceElement = stackTrace[i2];
StringBuilder L = a.L(".(");
L.append(stackTrace[i2].getFileName());
L.append(":");
L.append(stackTrace[i2].getLineNumber());
L.append(") ");
String sb = L.toString();
str2 = a.s(str2, " ");
StringBuilder P = a.P(".(");
P.append(stackTrace[i2].getFileName());
P.append(":");
P.append(stackTrace[i2].getLineNumber());
P.append(") ");
String sb = P.toString();
str2 = a.u(str2, " ");
PrintStream printStream = System.out;
printStream.println(str + str2 + sb + str2);
}

View File

@ -95,11 +95,11 @@ public class KeyAttributes extends Key {
case 3:
case 11:
default:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mAttrMap.get(index));
Log.e("KeyAttribute", L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mAttrMap.get(index));
Log.e("KeyAttribute", P.toString());
break;
case 4:
KeyAttributes.access$202(keyAttributes, typedArray.getFloat(index, KeyAttributes.access$200(keyAttributes)));
@ -645,7 +645,7 @@ public class KeyAttributes extends Key {
}
if (this.mCustomConstraints.size() > 0) {
for (String str : this.mCustomConstraints.keySet()) {
hashMap.put(a.s("CUSTOM,", str), Integer.valueOf(this.mCurveFit));
hashMap.put(a.u("CUSTOM,", str), Integer.valueOf(this.mCurveFit));
}
}
}

View File

@ -176,11 +176,11 @@ public class KeyCycle extends Key {
KeyCycle.access$1802(keyCycle, typedArray.getFloat(index, KeyCycle.access$1800(keyCycle)));
break;
default:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mAttrMap.get(index));
Log.e("KeyCycle", L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mAttrMap.get(index));
Log.e("KeyCycle", P.toString());
break;
}
}
@ -368,10 +368,10 @@ public class KeyCycle extends Key {
@Override // androidx.constraintlayout.motion.widget.Key
public void addValues(HashMap<String, SplineSet> hashMap) {
StringBuilder L = a.L("add ");
L.append(hashMap.size());
L.append(" values");
Debug.logStack("KeyCycle", L.toString(), 2);
StringBuilder P = a.P("add ");
P.append(hashMap.size());
P.append(" values");
Debug.logStack("KeyCycle", P.toString(), 2);
for (String str : hashMap.keySet()) {
SplineSet splineSet = hashMap.get(str);
str.hashCode();

View File

@ -88,9 +88,9 @@ public abstract class KeyCycleOscillator {
if (constraintAttribute.getType() == attributeType) {
return constraintAttribute;
}
StringBuilder L = a.L("ConstraintAttribute is already a ");
L.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("ConstraintAttribute is already a ");
P.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(P.toString());
}
ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType);
this.mCustomConstraints.put(str, constraintAttribute2);
@ -593,12 +593,12 @@ public abstract class KeyCycleOscillator {
Iterator<WavePoint> it = this.mWavePoints.iterator();
while (it.hasNext()) {
WavePoint next = it.next();
StringBuilder P = a.P(str, "[");
P.append(next.mPosition);
P.append(" , ");
P.append(decimalFormat.format((double) next.mValue));
P.append("] ");
str = P.toString();
StringBuilder U = a.U(str, "[");
U.append(next.mPosition);
U.append(" , ");
U.append(decimalFormat.format((double) next.mValue));
U.append("] ");
str = U.toString();
}
return str;
}

View File

@ -138,11 +138,11 @@ public class KeyPosition extends KeyPositionBase {
keyPosition.mPercentHeight = typedArray.getFloat(index, keyPosition.mPercentHeight);
break;
default:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mAttrMap.get(index));
Log.e("KeyPosition", L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mAttrMap.get(index));
Log.e("KeyPosition", P.toString());
break;
}
}

View File

@ -97,11 +97,11 @@ public class KeyTimeCycle extends Key {
case 3:
case 11:
default:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mAttrMap.get(index));
Log.e("KeyTimeCycle", L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mAttrMap.get(index));
Log.e("KeyTimeCycle", P.toString());
break;
case 4:
KeyTimeCycle.access$202(keyTimeCycle, typedArray.getFloat(index, KeyTimeCycle.access$200(keyTimeCycle)));
@ -624,7 +624,7 @@ public class KeyTimeCycle extends Key {
}
if (this.mCustomConstraints.size() > 0) {
for (String str : this.mCustomConstraints.keySet()) {
hashMap.put(a.s("CUSTOM,", str), Integer.valueOf(this.mCurveFit));
hashMap.put(a.u("CUSTOM,", str), Integer.valueOf(this.mCurveFit));
}
}
}

View File

@ -118,11 +118,11 @@ public class KeyTrigger extends Key {
KeyTrigger.access$702(keyTrigger, typedArray.getResourceId(index, KeyTrigger.access$700(keyTrigger)));
break;
}
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mAttrMap.get(index));
Log.e("KeyTrigger", L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mAttrMap.get(index));
Log.e("KeyTrigger", P.toString());
}
}
}
@ -266,13 +266,13 @@ public class KeyTrigger extends Key {
try {
this.mFireNegativeCross = view.getClass().getMethod(this.mNegativeCross, new Class[0]);
} catch (NoSuchMethodException unused) {
StringBuilder L = a.L("Could not find method \"");
L.append(this.mNegativeCross);
L.append("\"on class ");
L.append(view.getClass().getSimpleName());
L.append(" ");
L.append(Debug.getName(view));
Log.e("KeyTrigger", L.toString());
StringBuilder P = a.P("Could not find method \"");
P.append(this.mNegativeCross);
P.append("\"on class ");
P.append(view.getClass().getSimpleName());
P.append(" ");
P.append(Debug.getName(view));
Log.e("KeyTrigger", P.toString());
}
}
this.mFireNegativeCross.invoke(view, new Object[0]);
@ -282,13 +282,13 @@ public class KeyTrigger extends Key {
try {
this.mFirePositiveCross = view.getClass().getMethod(this.mPositiveCross, new Class[0]);
} catch (NoSuchMethodException unused2) {
StringBuilder L2 = a.L("Could not find method \"");
L2.append(this.mPositiveCross);
L2.append("\"on class ");
L2.append(view.getClass().getSimpleName());
L2.append(" ");
L2.append(Debug.getName(view));
Log.e("KeyTrigger", L2.toString());
StringBuilder P2 = a.P("Could not find method \"");
P2.append(this.mPositiveCross);
P2.append("\"on class ");
P2.append(view.getClass().getSimpleName());
P2.append(" ");
P2.append(Debug.getName(view));
Log.e("KeyTrigger", P2.toString());
}
}
this.mFirePositiveCross.invoke(view, new Object[0]);
@ -298,26 +298,26 @@ public class KeyTrigger extends Key {
try {
this.mFireCross = view.getClass().getMethod(this.mCross, new Class[0]);
} catch (NoSuchMethodException unused3) {
StringBuilder L3 = a.L("Could not find method \"");
L3.append(this.mCross);
L3.append("\"on class ");
L3.append(view.getClass().getSimpleName());
L3.append(" ");
L3.append(Debug.getName(view));
Log.e("KeyTrigger", L3.toString());
StringBuilder P3 = a.P("Could not find method \"");
P3.append(this.mCross);
P3.append("\"on class ");
P3.append(view.getClass().getSimpleName());
P3.append(" ");
P3.append(Debug.getName(view));
Log.e("KeyTrigger", P3.toString());
}
}
try {
this.mFireCross.invoke(view, new Object[0]);
return;
} catch (Exception unused4) {
StringBuilder L4 = a.L("Exception in call \"");
L4.append(this.mCross);
L4.append("\"on class ");
L4.append(view.getClass().getSimpleName());
L4.append(" ");
L4.append(Debug.getName(view));
Log.e("KeyTrigger", L4.toString());
StringBuilder P4 = a.P("Exception in call \"");
P4.append(this.mCross);
P4.append("\"on class ");
P4.append(view.getClass().getSimpleName());
P4.append(" ");
P4.append(Debug.getName(view));
Log.e("KeyTrigger", P4.toString());
return;
}
} else {
@ -408,26 +408,26 @@ public class KeyTrigger extends Key {
try {
this.mFireNegativeCross.invoke(view, new Object[0]);
} catch (Exception unused5) {
StringBuilder L5 = a.L("Exception in call \"");
L5.append(this.mNegativeCross);
L5.append("\"on class ");
L5.append(view.getClass().getSimpleName());
L5.append(" ");
L5.append(Debug.getName(view));
Log.e("KeyTrigger", L5.toString());
StringBuilder P5 = a.P("Exception in call \"");
P5.append(this.mNegativeCross);
P5.append("\"on class ");
P5.append(view.getClass().getSimpleName());
P5.append(" ");
P5.append(Debug.getName(view));
Log.e("KeyTrigger", P5.toString());
}
if (this.mFirePositiveCross == null) {
}
try {
this.mFirePositiveCross.invoke(view, new Object[0]);
} catch (Exception unused6) {
StringBuilder L6 = a.L("Exception in call \"");
L6.append(this.mPositiveCross);
L6.append("\"on class ");
L6.append(view.getClass().getSimpleName());
L6.append(" ");
L6.append(Debug.getName(view));
Log.e("KeyTrigger", L6.toString());
StringBuilder P6 = a.P("Exception in call \"");
P6.append(this.mPositiveCross);
P6.append("\"on class ");
P6.append(view.getClass().getSimpleName());
P6.append(" ");
P6.append(Debug.getName(view));
Log.e("KeyTrigger", P6.toString());
}
if (!z4) {
}

View File

@ -45,10 +45,10 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
private float width;
/* renamed from: x reason: collision with root package name */
private float f16x;
private float f18x;
/* renamed from: y reason: collision with root package name */
private float f17y;
private float f19y;
private boolean diff(float f, float f2) {
return (Float.isNaN(f) || Float.isNaN(f2)) ? Float.isNaN(f) != Float.isNaN(f2) : Math.abs(f - f2) > 1.0E-6f;
@ -362,14 +362,14 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
public void different(MotionConstrainedPoint motionConstrainedPoint, boolean[] zArr, String[] strArr) {
zArr[0] = zArr[0] | diff(this.position, motionConstrainedPoint.position);
zArr[1] = zArr[1] | diff(this.f16x, motionConstrainedPoint.f16x);
zArr[2] = zArr[2] | diff(this.f17y, motionConstrainedPoint.f17y);
zArr[1] = zArr[1] | diff(this.f18x, motionConstrainedPoint.f18x);
zArr[2] = zArr[2] | diff(this.f19y, motionConstrainedPoint.f19y);
zArr[3] = zArr[3] | diff(this.width, motionConstrainedPoint.width);
zArr[4] = diff(this.height, motionConstrainedPoint.height) | zArr[4];
}
public void fillStandard(double[] dArr, int[] iArr) {
float[] fArr = {this.position, this.f16x, this.f17y, this.width, this.height, this.alpha, this.elevation, this.rotation, this.rotationX, this.rotationY, this.scaleX, this.scaleY, this.mPivotX, this.mPivotY, this.translationX, this.translationY, this.translationZ, this.mPathRotate};
float[] fArr = {this.position, this.f18x, this.f19y, this.width, this.height, this.alpha, this.elevation, this.rotation, this.rotationX, this.rotationY, this.scaleX, this.scaleY, this.mPivotX, this.mPivotY, this.translationX, this.translationY, this.translationZ, this.mPathRotate};
int i = 0;
for (int i2 = 0; i2 < iArr.length; i2++) {
if (iArr[i2] < 18) {
@ -406,8 +406,8 @@ public class MotionConstrainedPoint implements Comparable<MotionConstrainedPoint
}
public void setBounds(float f, float f2, float f3, float f4) {
this.f16x = f;
this.f17y = f2;
this.f18x = f;
this.f19y = f2;
this.width = f3;
this.height = f4;
}

View File

@ -174,10 +174,10 @@ public class MotionController {
private void insertKey(MotionPaths motionPaths) {
int binarySearch = Collections.binarySearch(this.mMotionPaths, motionPaths);
if (binarySearch == 0) {
StringBuilder L = a.L(" KeyPath positon \"");
L.append(motionPaths.position);
L.append("\" outside of range");
Log.e(TAG, L.toString());
StringBuilder P = a.P(" KeyPath positon \"");
P.append(motionPaths.position);
P.append("\" outside of range");
Log.e(TAG, P.toString());
}
this.mMotionPaths.add((-binarySearch) - 1, motionPaths);
}
@ -488,10 +488,10 @@ public class MotionController {
return;
}
MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f19x;
float f5 = motionPaths.f21x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f19x;
float f7 = motionPaths.f20y - motionPaths2.f20y;
float f6 = f5 - motionPaths2.f21x;
float f7 = motionPaths.f22y - motionPaths2.f22y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
}
@ -506,11 +506,11 @@ public class MotionController {
}
public float getFinalX() {
return this.mEndMotionPath.f19x;
return this.mEndMotionPath.f21x;
}
public float getFinalY() {
return this.mEndMotionPath.f20y;
return this.mEndMotionPath.f22y;
}
public MotionPaths getKeyFrame(int i) {
@ -558,12 +558,12 @@ public class MotionController {
public float getKeyFrameParameter(int i, float f, float f2) {
MotionPaths motionPaths = this.mEndMotionPath;
float f3 = motionPaths.f19x;
float f3 = motionPaths.f21x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f4 = motionPaths2.f19x;
float f4 = motionPaths2.f21x;
float f5 = f3 - f4;
float f6 = motionPaths.f20y;
float f7 = motionPaths2.f20y;
float f6 = motionPaths.f22y;
float f7 = motionPaths2.f22y;
float f8 = f6 - f7;
float f9 = (motionPaths2.width / 2.0f) + f4;
float f10 = (motionPaths2.height / 2.0f) + f7;
@ -601,17 +601,17 @@ public class MotionController {
public KeyPositionBase getPositionKeyframe(int i, int i2, float f, float f2) {
RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f19x;
float f3 = motionPaths.f21x;
rectF.left = f3;
float f4 = motionPaths.f20y;
float f4 = motionPaths.f22y;
rectF.top = f4;
rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f19x;
float f5 = motionPaths2.f21x;
rectF2.left = f5;
float f6 = motionPaths2.f20y;
float f6 = motionPaths2.f22y;
rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height;
@ -692,10 +692,10 @@ public class MotionController {
}
} else {
MotionPaths motionPaths = this.mEndMotionPath;
float f5 = motionPaths.f19x;
float f5 = motionPaths.f21x;
MotionPaths motionPaths2 = this.mStartMotionPath;
float f6 = f5 - motionPaths2.f19x;
float f7 = motionPaths.f20y - motionPaths2.f20y;
float f6 = f5 - motionPaths2.f21x;
float f7 = motionPaths.f22y - motionPaths2.f22y;
fArr[0] = (((motionPaths.width - motionPaths2.width) + f6) * f2) + ((1.0f - f2) * f6);
fArr[1] = (((motionPaths.height - motionPaths2.height) + f7) * f3) + ((1.0f - f3) * f7);
velocityMatrix.clear();
@ -710,11 +710,11 @@ public class MotionController {
}
public float getStartX() {
return this.mStartMotionPath.f19x;
return this.mStartMotionPath.f21x;
}
public float getStartY() {
return this.mStartMotionPath.f20y;
return this.mStartMotionPath.f22y;
}
public int getkeyFramePositions(int[] iArr, float[] fArr) {
@ -823,11 +823,11 @@ public class MotionController {
}
} else {
MotionPaths motionPaths = this.mStartMotionPath;
float f2 = motionPaths.f19x;
float f2 = motionPaths.f21x;
MotionPaths motionPaths2 = this.mEndMotionPath;
float a = a.a(motionPaths2.f19x, f2, adjustedPosition, f2);
float f3 = motionPaths.f20y;
float a2 = a.a(motionPaths2.f20y, f3, adjustedPosition, f3);
float a = a.a(motionPaths2.f21x, f2, adjustedPosition, f2);
float f3 = motionPaths.f22y;
float a2 = a.a(motionPaths2.f22y, f3, adjustedPosition, f3);
float f4 = motionPaths.width;
float f5 = motionPaths2.width;
float a3 = a.a(f5, f4, adjustedPosition, f4);
@ -867,17 +867,17 @@ public class MotionController {
public void positionKeyframe(View view, KeyPositionBase keyPositionBase, float f, float f2, String[] strArr, float[] fArr) {
RectF rectF = new RectF();
MotionPaths motionPaths = this.mStartMotionPath;
float f3 = motionPaths.f19x;
float f3 = motionPaths.f21x;
rectF.left = f3;
float f4 = motionPaths.f20y;
float f4 = motionPaths.f22y;
rectF.top = f4;
rectF.right = f3 + motionPaths.width;
rectF.bottom = f4 + motionPaths.height;
RectF rectF2 = new RectF();
MotionPaths motionPaths2 = this.mEndMotionPath;
float f5 = motionPaths2.f19x;
float f5 = motionPaths2.f21x;
rectF2.left = f5;
float f6 = motionPaths2.f20y;
float f6 = motionPaths2.f22y;
rectF2.top = f6;
rectF2.right = f5 + motionPaths2.width;
rectF2.bottom = f6 + motionPaths2.height;
@ -1154,11 +1154,11 @@ public class MotionController {
break;
}
if (iArr4[i15] < MotionPaths.names.length) {
String D = a.D(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " [");
String H = a.H(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " [");
for (int i16 = 0; i16 < size; i16++) {
StringBuilder L = a.L(D);
L.append(dArr[i16][i15]);
D = L.toString();
StringBuilder P = a.P(H);
P.append(dArr[i16][i15]);
H = P.toString();
}
}
i15++;
@ -1208,8 +1208,8 @@ public class MotionController {
for (int i20 = 0; i20 < size; i20++) {
iArr6[i20] = motionPathsArr[i20].mPathMotionArc;
dArr5[i20] = (double) motionPathsArr[i20].time;
dArr6[i20][0] = (double) motionPathsArr[i20].f19x;
dArr6[i20][1] = (double) motionPathsArr[i20].f20y;
dArr6[i20][0] = (double) motionPathsArr[i20].f21x;
dArr6[i20][1] = (double) motionPathsArr[i20].f22y;
}
this.mArcSpline = CurveFit.getArc(iArr6, dArr5, dArr6);
}
@ -1242,14 +1242,14 @@ public class MotionController {
}
public String toString() {
StringBuilder L = a.L(" start: x: ");
L.append(this.mStartMotionPath.f19x);
L.append(" y: ");
L.append(this.mStartMotionPath.f20y);
L.append(" end: x: ");
L.append(this.mEndMotionPath.f19x);
L.append(" y: ");
L.append(this.mEndMotionPath.f20y);
return L.toString();
StringBuilder P = a.P(" start: x: ");
P.append(this.mStartMotionPath.f21x);
P.append(" y: ");
P.append(this.mStartMotionPath.f22y);
P.append(" end: x: ");
P.append(this.mEndMotionPath.f21x);
P.append(" y: ");
P.append(this.mEndMotionPath.f22y);
return P.toString();
}
}

View File

@ -321,15 +321,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
float max = Math.max(f4, f6);
float min2 = f - Math.min(f3, f5);
float max2 = Math.max(f4, f6) - f2;
StringBuilder L = a.L("");
L.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f);
String sb = L.toString();
StringBuilder P = a.P("");
P.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f);
String sb = P.toString();
getTextBounds(sb, this.mTextPaint);
canvas.drawText(sb, ((min2 / 2.0f) - ((float) (this.mBounds.width() / 2))) + min, f2 - 20.0f, this.mTextPaint);
canvas.drawLine(f, f2, Math.min(f3, f5), f2, this.mPaintGraph);
StringBuilder L2 = a.L("");
L2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f);
String sb2 = L2.toString();
StringBuilder P2 = a.P("");
P2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f);
String sb2 = P2.toString();
getTextBounds(sb2, this.mTextPaint);
canvas.drawText(sb2, f + 5.0f, max - ((max2 / 2.0f) - ((float) (this.mBounds.height() / 2))), this.mTextPaint);
canvas.drawLine(f, f2, f, Math.max(f4, f6), this.mPaintGraph);
@ -356,24 +356,24 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
path.moveTo(f, f2);
path.lineTo(f10, f11);
float hypot2 = (float) Math.hypot((double) (f10 - f), (double) (f11 - f2));
StringBuilder L = a.L("");
L.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f);
String sb = L.toString();
StringBuilder P = a.P("");
P.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f);
String sb = P.toString();
getTextBounds(sb, this.mTextPaint);
canvas.drawTextOnPath(sb, path, (hypot2 / 2.0f) - ((float) (this.mBounds.width() / 2)), -20.0f, this.mTextPaint);
canvas.drawLine(f, f2, f10, f11, this.mPaintGraph);
}
private void drawPathScreenTicks(Canvas canvas, float f, float f2, int i, int i2) {
StringBuilder L = a.L("");
L.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f);
String sb = L.toString();
StringBuilder P = a.P("");
P.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f);
String sb = P.toString();
getTextBounds(sb, this.mTextPaint);
canvas.drawText(sb, ((f / 2.0f) - ((float) (this.mBounds.width() / 2))) + 0.0f, f2 - 20.0f, this.mTextPaint);
canvas.drawLine(f, f2, Math.min(0.0f, 1.0f), f2, this.mPaintGraph);
StringBuilder L2 = a.L("");
L2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f);
String sb2 = L2.toString();
StringBuilder P2 = a.P("");
P2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f);
String sb2 = P2.toString();
getTextBounds(sb2, this.mTextPaint);
canvas.drawText(sb2, f + 5.0f, 0.0f - ((f2 / 2.0f) - ((float) (this.mBounds.height() / 2))), this.mTextPaint);
canvas.drawLine(f, f2, f, Math.max(0.0f, 1.0f), this.mPaintGraph);
@ -558,34 +558,34 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
}
private void debugLayout(String str, ConstraintWidgetContainer constraintWidgetContainer) {
StringBuilder P = a.P(str, " ");
P.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget()));
String sb = P.toString();
StringBuilder U = a.U(str, " ");
U.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget()));
String sb = U.toString();
Log.v(MotionLayout.TAG, sb + " ========= " + constraintWidgetContainer);
int size = constraintWidgetContainer.getChildren().size();
for (int i = 0; i < size; i++) {
String str2 = sb + "[" + i + "] ";
ConstraintWidget constraintWidget = constraintWidgetContainer.getChildren().get(i);
StringBuilder L = a.L("");
StringBuilder P = a.P("");
String str3 = "_";
L.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : str3);
StringBuilder L2 = a.L(L.toString());
L2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3);
StringBuilder L3 = a.L(L2.toString());
L3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3);
StringBuilder L4 = a.L(L3.toString());
P.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : str3);
StringBuilder P2 = a.P(P.toString());
P2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3);
StringBuilder P3 = a.P(P2.toString());
P3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3);
StringBuilder P4 = a.P(P3.toString());
if (constraintWidget.mRight.mTarget != null) {
str3 = "R";
}
L4.append(str3);
String sb2 = L4.toString();
P4.append(str3);
String sb2 = P4.toString();
View view = (View) constraintWidget.getCompanionWidget();
String name = Debug.getName(view);
if (view instanceof TextView) {
StringBuilder P2 = a.P(name, "(");
P2.append((Object) ((TextView) view).getText());
P2.append(")");
name = P2.toString();
StringBuilder U2 = a.U(name, "(");
U2.append((Object) ((TextView) view).getText());
U2.append(")");
name = U2.toString();
}
Log.v(MotionLayout.TAG, str2 + " " + name + " " + constraintWidget + " " + sb2);
}
@ -593,35 +593,35 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
}
private void debugLayoutParam(String str, ConstraintLayout.LayoutParams layoutParams) {
StringBuilder L = a.L(" ");
L.append(layoutParams.startToStart != -1 ? "SS" : "__");
StringBuilder L2 = a.L(L.toString());
StringBuilder P = a.P(" ");
P.append(layoutParams.startToStart != -1 ? "SS" : "__");
StringBuilder P2 = a.P(P.toString());
String str2 = "|__";
L2.append(layoutParams.startToEnd != -1 ? "|SE" : str2);
StringBuilder L3 = a.L(L2.toString());
L3.append(layoutParams.endToStart != -1 ? "|ES" : str2);
StringBuilder L4 = a.L(L3.toString());
L4.append(layoutParams.endToEnd != -1 ? "|EE" : str2);
StringBuilder L5 = a.L(L4.toString());
L5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2);
StringBuilder L6 = a.L(L5.toString());
L6.append(layoutParams.leftToRight != -1 ? "|LR" : str2);
StringBuilder L7 = a.L(L6.toString());
L7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2);
StringBuilder L8 = a.L(L7.toString());
L8.append(layoutParams.rightToRight != -1 ? "|RR" : str2);
StringBuilder L9 = a.L(L8.toString());
L9.append(layoutParams.topToTop != -1 ? "|TT" : str2);
StringBuilder L10 = a.L(L9.toString());
L10.append(layoutParams.topToBottom != -1 ? "|TB" : str2);
StringBuilder L11 = a.L(L10.toString());
L11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2);
StringBuilder L12 = a.L(L11.toString());
P2.append(layoutParams.startToEnd != -1 ? "|SE" : str2);
StringBuilder P3 = a.P(P2.toString());
P3.append(layoutParams.endToStart != -1 ? "|ES" : str2);
StringBuilder P4 = a.P(P3.toString());
P4.append(layoutParams.endToEnd != -1 ? "|EE" : str2);
StringBuilder P5 = a.P(P4.toString());
P5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2);
StringBuilder P6 = a.P(P5.toString());
P6.append(layoutParams.leftToRight != -1 ? "|LR" : str2);
StringBuilder P7 = a.P(P6.toString());
P7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2);
StringBuilder P8 = a.P(P7.toString());
P8.append(layoutParams.rightToRight != -1 ? "|RR" : str2);
StringBuilder P9 = a.P(P8.toString());
P9.append(layoutParams.topToTop != -1 ? "|TT" : str2);
StringBuilder P10 = a.P(P9.toString());
P10.append(layoutParams.topToBottom != -1 ? "|TB" : str2);
StringBuilder P11 = a.P(P10.toString());
P11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2);
StringBuilder P12 = a.P(P11.toString());
if (layoutParams.bottomToBottom != -1) {
str2 = "|BB";
}
L12.append(str2);
String sb = L12.toString();
P12.append(str2);
String sb = P12.toString();
Log.v(MotionLayout.TAG, str + sb);
}
@ -629,50 +629,50 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
String str2;
String str3;
String str4;
StringBuilder L = a.L(" ");
StringBuilder P = a.P(" ");
String str5 = "B";
String str6 = "__";
if (constraintWidget.mTop.mTarget != null) {
StringBuilder L2 = a.L(ExifInterface.GPS_DIRECTION_TRUE);
L2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5);
str2 = L2.toString();
StringBuilder P2 = a.P(ExifInterface.GPS_DIRECTION_TRUE);
P2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5);
str2 = P2.toString();
} else {
str2 = str6;
}
L.append(str2);
StringBuilder L3 = a.L(L.toString());
P.append(str2);
StringBuilder P3 = a.P(P.toString());
if (constraintWidget.mBottom.mTarget != null) {
StringBuilder L4 = a.L(str5);
StringBuilder P4 = a.P(str5);
if (constraintWidget.mBottom.mTarget.mType == ConstraintAnchor.Type.TOP) {
str5 = ExifInterface.GPS_DIRECTION_TRUE;
}
L4.append(str5);
str3 = L4.toString();
P4.append(str5);
str3 = P4.toString();
} else {
str3 = str6;
}
L3.append(str3);
StringBuilder L5 = a.L(L3.toString());
P3.append(str3);
StringBuilder P5 = a.P(P3.toString());
String str7 = "R";
if (constraintWidget.mLeft.mTarget != null) {
StringBuilder L6 = a.L("L");
L6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7);
str4 = L6.toString();
StringBuilder P6 = a.P("L");
P6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7);
str4 = P6.toString();
} else {
str4 = str6;
}
L5.append(str4);
StringBuilder L7 = a.L(L5.toString());
P5.append(str4);
StringBuilder P7 = a.P(P5.toString());
if (constraintWidget.mRight.mTarget != null) {
StringBuilder L8 = a.L(str7);
StringBuilder P8 = a.P(str7);
if (constraintWidget.mRight.mTarget.mType == ConstraintAnchor.Type.LEFT) {
str7 = "L";
}
L8.append(str7);
str6 = L8.toString();
P8.append(str7);
str6 = P8.toString();
}
L7.append(str6);
String sb = L7.toString();
P7.append(str6);
String sb = P7.toString();
Log.v(MotionLayout.TAG, str + sb + " --- " + constraintWidget);
}
@ -926,15 +926,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
public static class MyTracker implements MotionTracker {
/* renamed from: me reason: collision with root package name */
private static MyTracker f18me = new MyTracker();
private static MyTracker f20me = new MyTracker();
public VelocityTracker tracker;
private MyTracker() {
}
public static MyTracker obtain() {
f18me.tracker = VelocityTracker.obtain();
return f18me;
f20me.tracker = VelocityTracker.obtain();
return f20me;
}
@Override // androidx.constraintlayout.motion.widget.MotionLayout.MotionTracker
@ -1255,15 +1255,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
View childAt = getChildAt(i2);
int id2 = childAt.getId();
if (id2 == -1) {
StringBuilder Q = a.Q("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's ");
Q.append(childAt.getClass().getName());
Q.append(" does not!");
Log.w(TAG, Q.toString());
StringBuilder V = a.V("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's ");
V.append(childAt.getClass().getName());
V.append(" does not!");
Log.w(TAG, V.toString());
}
if (constraintSet.getConstraint(id2) == null) {
StringBuilder Q2 = a.Q("CHECK: ", name, " NO CONSTRAINTS for ");
Q2.append(Debug.getName(childAt));
Log.w(TAG, Q2.toString());
StringBuilder V2 = a.V("CHECK: ", name, " NO CONSTRAINTS for ");
V2.append(Debug.getName(childAt));
Log.w(TAG, V2.toString());
}
}
int[] knownIds = constraintSet.getKnownIds();
@ -1283,9 +1283,9 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
}
private void checkStructure(MotionScene.Transition transition) {
StringBuilder L = a.L("CHECK: transition = ");
L.append(transition.debugString(getContext()));
Log.v(TAG, L.toString());
StringBuilder P = a.P("CHECK: transition = ");
P.append(transition.debugString(getContext()));
Log.v(TAG, P.toString());
Log.v(TAG, "CHECK: transition.setDuration = " + transition.getDuration());
if (transition.getStartConstraintSetId() == transition.getEndConstraintSetId()) {
Log.e(TAG, "CHECK: start and end constraint set should not be the same!");
@ -1306,18 +1306,18 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
private void debugPos() {
for (int i = 0; i < getChildCount(); i++) {
View childAt = getChildAt(i);
StringBuilder L = a.L(" ");
L.append(Debug.getLocation());
L.append(" ");
L.append(Debug.getName(this));
L.append(" ");
L.append(Debug.getName(getContext(), this.mCurrentState));
L.append(" ");
L.append(Debug.getName(childAt));
L.append(childAt.getLeft());
L.append(" ");
L.append(childAt.getTop());
Log.v(TAG, L.toString());
StringBuilder P = a.P(" ");
P.append(Debug.getLocation());
P.append(" ");
P.append(Debug.getName(this));
P.append(" ");
P.append(Debug.getName(getContext(), this.mCurrentState));
P.append(" ");
P.append(Debug.getName(childAt));
P.append(childAt.getLeft());
P.append(" ");
P.append(childAt.getTop());
Log.v(TAG, P.toString());
}
}
@ -1647,14 +1647,14 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
}
Paint paint = new Paint();
paint.setTextSize(42.0f);
StringBuilder L = a.L(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> ");
L.append(Debug.getState(this, this.mEndState));
L.append(" (progress: ");
L.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f);
L.append(" ) state=");
StringBuilder P = a.P(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> ");
P.append(Debug.getState(this, this.mEndState));
P.append(" (progress: ");
P.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f);
P.append(" ) state=");
int i = this.mCurrentState;
L.append(i == -1 ? "undefined" : Debug.getState(this, i));
String sb = L.toString();
P.append(i == -1 ? "undefined" : Debug.getState(this, i));
String sb = P.toString();
paint.setColor(ViewCompat.MEASURED_STATE_MASK);
canvas.drawText(sb, 11.0f, (float) (getHeight() - 29), paint);
paint.setColor(-7864184);
@ -1891,7 +1891,7 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar
this.lastY = y2;
return;
}
a.h0("WARNING could not find view id ", viewById == null ? a.j("", i) : viewById.getContext().getResources().getResourceName(i), TAG);
a.l0("WARNING could not find view id ", viewById == null ? a.l("", i) : viewById.getContext().getResources().getResourceName(i), TAG);
}
public ConstraintSet getConstraintSet(int i) {

View File

@ -39,10 +39,10 @@ public class MotionPaths implements Comparable<MotionPaths> {
public float width;
/* renamed from: x reason: collision with root package name */
public float f19x;
public float f21x;
/* renamed from: y reason: collision with root package name */
public float f20y;
public float f22y;
public MotionPaths() {
this.mDrawPath = 0;
@ -107,14 +107,14 @@ public class MotionPaths implements Comparable<MotionPaths> {
public void different(MotionPaths motionPaths, boolean[] zArr, String[] strArr, boolean z2) {
zArr[0] = zArr[0] | diff(this.position, motionPaths.position);
zArr[1] = zArr[1] | diff(this.f19x, motionPaths.f19x) | z2;
zArr[2] = z2 | diff(this.f20y, motionPaths.f20y) | zArr[2];
zArr[1] = zArr[1] | diff(this.f21x, motionPaths.f21x) | z2;
zArr[2] = z2 | diff(this.f22y, motionPaths.f22y) | zArr[2];
zArr[3] = zArr[3] | diff(this.width, motionPaths.width);
zArr[4] = diff(this.height, motionPaths.height) | zArr[4];
}
public void fillStandard(double[] dArr, int[] iArr) {
float[] fArr = {this.position, this.f19x, this.f20y, this.width, this.height, this.mPathRotate};
float[] fArr = {this.position, this.f21x, this.f22y, this.width, this.height, this.mPathRotate};
int i = 0;
for (int i2 = 0; i2 < iArr.length; i2++) {
if (iArr[i2] < 6) {
@ -141,8 +141,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
}
public void getCenter(int[] iArr, double[] dArr, float[] fArr, int i) {
float f = this.f19x;
float f2 = this.f20y;
float f = this.f21x;
float f2 = this.f22y;
float f3 = this.width;
float f4 = this.height;
for (int i2 = 0; i2 < iArr.length; i2++) {
@ -185,8 +185,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
}
public void getRect(int[] iArr, double[] dArr, float[] fArr, int i) {
float f = this.f19x;
float f2 = this.f20y;
float f = this.f21x;
float f2 = this.f22y;
float f3 = this.width;
float f4 = this.height;
for (int i2 = 0; i2 < iArr.length; i2++) {
@ -239,17 +239,17 @@ public class MotionPaths implements Comparable<MotionPaths> {
float f8 = motionPaths.height;
float f9 = f7 - f8;
this.position = this.time;
float f10 = motionPaths.f19x;
float f11 = motionPaths.f20y;
float f12 = ((f4 / 2.0f) + motionPaths2.f19x) - ((f5 / 2.0f) + f10);
float f13 = ((f7 / 2.0f) + motionPaths2.f20y) - ((f8 / 2.0f) + f11);
float f10 = motionPaths.f21x;
float f11 = motionPaths.f22y;
float f12 = ((f4 / 2.0f) + motionPaths2.f21x) - ((f5 / 2.0f) + f10);
float f13 = ((f7 / 2.0f) + motionPaths2.f22y) - ((f8 / 2.0f) + f11);
float f14 = f6 * f2;
float f15 = f14 / 2.0f;
this.f19x = (float) ((int) (((f12 * f) + f10) - f15));
this.f21x = (float) ((int) (((f12 * f) + f10) - f15));
float f16 = (f13 * f) + f11;
float f17 = f9 * f3;
float f18 = f17 / 2.0f;
this.f20y = (float) ((int) (f16 - f18));
this.f22y = (float) ((int) (f16 - f18));
this.width = (float) ((int) (f5 + f14));
this.height = (float) ((int) (f8 + f17));
float f19 = Float.isNaN(keyPosition.mPercentX) ? f : keyPosition.mPercentX;
@ -262,8 +262,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
f20 = keyPosition.mAltPercentX;
}
this.mMode = 2;
this.f19x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f19x)) - f15));
this.f20y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f20y)) - f18));
this.f21x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f21x)) - f15));
this.f22y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f22y)) - f18));
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc;
}
@ -280,30 +280,30 @@ public class MotionPaths implements Comparable<MotionPaths> {
if (!Float.isNaN(keyPosition.mPercentX)) {
f = keyPosition.mPercentX;
}
float f6 = motionPaths.f19x;
float f6 = motionPaths.f21x;
float f7 = motionPaths.width;
float f8 = motionPaths.f20y;
float f8 = motionPaths.f22y;
float f9 = motionPaths.height;
float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f19x) - ((f7 / 2.0f) + f6);
float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f20y) - ((f9 / 2.0f) + f8);
float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f21x) - ((f7 / 2.0f) + f6);
float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f22y) - ((f9 / 2.0f) + f8);
float f12 = f10 * f;
float f13 = f4 * f2;
float f14 = f13 / 2.0f;
this.f19x = (float) ((int) ((f6 + f12) - f14));
this.f21x = (float) ((int) ((f6 + f12) - f14));
float f15 = f * f11;
float f16 = f5 * f3;
float f17 = f16 / 2.0f;
this.f20y = (float) ((int) ((f8 + f15) - f17));
this.f22y = (float) ((int) ((f8 + f15) - f17));
this.width = (float) ((int) (f7 + f13));
this.height = (float) ((int) (f9 + f16));
float f18 = Float.isNaN(keyPosition.mPercentY) ? 0.0f : keyPosition.mPercentY;
this.mMode = 1;
float f19 = (float) ((int) ((motionPaths.f19x + f12) - f14));
this.f19x = f19;
float f20 = (float) ((int) ((motionPaths.f20y + f15) - f17));
this.f20y = f20;
this.f19x = f19 + ((-f11) * f18);
this.f20y = f20 + (f10 * f18);
float f19 = (float) ((int) ((motionPaths.f21x + f12) - f14));
this.f21x = f19;
float f20 = (float) ((int) ((motionPaths.f22y + f15) - f17));
this.f22y = f20;
this.f21x = f19 + ((-f11) * f18);
this.f22y = f20 + (f10 * f18);
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc;
}
@ -321,30 +321,30 @@ public class MotionPaths implements Comparable<MotionPaths> {
float f8 = motionPaths.height;
float f9 = f7 - f8;
this.position = this.time;
float f10 = motionPaths.f19x;
float f11 = motionPaths.f20y;
float f12 = (f4 / 2.0f) + motionPaths2.f19x;
float f13 = (f7 / 2.0f) + motionPaths2.f20y;
float f10 = motionPaths.f21x;
float f11 = motionPaths.f22y;
float f12 = (f4 / 2.0f) + motionPaths2.f21x;
float f13 = (f7 / 2.0f) + motionPaths2.f22y;
float f14 = f6 * f2;
this.f19x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f)));
this.f21x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f)));
float f15 = f9 * f3;
this.f20y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f)));
this.f22y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f)));
this.width = (float) ((int) (f5 + f14));
this.height = (float) ((int) (f8 + f15));
this.mMode = 3;
if (!Float.isNaN(keyPosition.mPercentX)) {
this.f19x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width)))));
this.f21x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width)))));
}
if (!Float.isNaN(keyPosition.mPercentY)) {
this.f20y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height)))));
this.f22y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height)))));
}
this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing);
this.mPathMotionArc = keyPosition.mPathMotionArc;
}
public void setBounds(float f, float f2, float f3, float f4) {
this.f19x = f;
this.f20y = f2;
this.f21x = f;
this.f22y = f2;
this.width = f3;
this.height = f4;
}
@ -376,8 +376,8 @@ public class MotionPaths implements Comparable<MotionPaths> {
public void setView(View view, int[] iArr, double[] dArr, double[] dArr2, double[] dArr3) {
float f;
float f2 = this.f19x;
float f3 = this.f20y;
float f2 = this.f21x;
float f3 = this.f22y;
float f4 = this.width;
float f5 = this.height;
if (iArr.length != 0 && this.mTempValue.length <= iArr[iArr.length - 1]) {

View File

@ -147,9 +147,9 @@ public class MotionScene {
motionLayout2 = motionLayout.findViewById(i2);
}
if (motionLayout2 == null) {
StringBuilder L = a.L("OnClick could not find id ");
L.append(this.mTargetId);
Log.e(MotionScene.TAG, L.toString());
StringBuilder P = a.P("OnClick could not find id ");
P.append(this.mTargetId);
Log.e(MotionScene.TAG, P.toString());
return;
}
int access$100 = Transition.access$100(transition);
@ -242,9 +242,9 @@ public class MotionScene {
if (i != -1) {
View findViewById = motionLayout.findViewById(i);
if (findViewById == null) {
StringBuilder L = a.L(" (*) could not find id ");
L.append(this.mTargetId);
Log.e(MotionScene.TAG, L.toString());
StringBuilder P = a.P(" (*) could not find id ");
P.append(this.mTargetId);
Log.e(MotionScene.TAG, P.toString());
return;
}
findViewById.setOnClickListener(null);
@ -435,11 +435,11 @@ public class MotionScene {
public String debugString(Context context) {
String resourceEntryName = this.mConstraintSetStart == -1 ? "null" : context.getResources().getResourceEntryName(this.mConstraintSetStart);
if (this.mConstraintSetEnd == -1) {
return a.s(resourceEntryName, " -> null");
return a.u(resourceEntryName, " -> null");
}
StringBuilder P = a.P(resourceEntryName, " -> ");
P.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd));
return P.toString();
StringBuilder U = a.U(resourceEntryName, " -> ");
U.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd));
return U.toString();
}
public int getAutoTransition() {
@ -789,9 +789,9 @@ public class MotionScene {
ConstraintSet constraintSet = this.mConstraintSetMap.get(i);
ConstraintSet constraintSet2 = this.mConstraintSetMap.get(i2);
if (constraintSet2 == null) {
StringBuilder L = a.L("ERROR! invalid deriveConstraintsFrom: @id/");
L.append(Debug.getName(this.mMotionLayout.getContext(), i2));
Log.e(TAG, L.toString());
StringBuilder P = a.P("ERROR! invalid deriveConstraintsFrom: @id/");
P.append(Debug.getName(this.mMotionLayout.getContext(), i2));
Log.e(TAG, P.toString());
return;
}
constraintSet.readFallback(constraintSet2);
@ -956,9 +956,9 @@ public class MotionScene {
PrintStream printStream = System.out;
printStream.println("id " + i);
PrintStream printStream2 = System.out;
StringBuilder L = a.L("size ");
L.append(this.mConstraintSetMap.size());
printStream2.println(L.toString());
StringBuilder P = a.P("size ");
P.append(this.mConstraintSetMap.size());
printStream2.println(P.toString());
}
StateSet stateSet = this.mStateSet;
if (!(stateSet == null || (stateGetConstraintID = stateSet.stateGetConstraintID(i, i2, i3)) == -1)) {
@ -967,10 +967,10 @@ public class MotionScene {
if (this.mConstraintSetMap.get(i) != null) {
return this.mConstraintSetMap.get(i);
}
StringBuilder L2 = a.L("Warning could not find ConstraintSet id/");
L2.append(Debug.getName(this.mMotionLayout.getContext(), i));
L2.append(" In MotionScene");
Log.e(TAG, L2.toString());
StringBuilder P2 = a.P("Warning could not find ConstraintSet id/");
P2.append(Debug.getName(this.mMotionLayout.getContext(), i));
P2.append(" In MotionScene");
Log.e(TAG, P2.toString());
SparseArray<ConstraintSet> sparseArray = this.mConstraintSetMap;
return sparseArray.get(sparseArray.keyAt(0));
}
@ -980,9 +980,9 @@ public class MotionScene {
PrintStream printStream = System.out;
printStream.println("id " + str);
PrintStream printStream2 = System.out;
StringBuilder L = a.L("size ");
L.append(this.mConstraintSetMap.size());
printStream2.println(L.toString());
StringBuilder P = a.P("size ");
P.append(this.mConstraintSetMap.size());
printStream2.println(P.toString());
}
for (int i = 0; i < this.mConstraintSetMap.size(); i++) {
int keyAt = this.mConstraintSetMap.keyAt(i);

View File

@ -454,12 +454,12 @@ public abstract class SplineSet {
String str = this.mType;
DecimalFormat decimalFormat = new DecimalFormat("##.##");
for (int i = 0; i < this.count; i++) {
StringBuilder P = a.P(str, "[");
P.append(this.mTimePoints[i]);
P.append(" , ");
P.append(decimalFormat.format((double) this.mValues[i]));
P.append("] ");
str = P.toString();
StringBuilder U = a.U(str, "[");
U.append(this.mTimePoints[i]);
U.append(" , ");
U.append(decimalFormat.format((double) this.mValues[i]));
U.append("] ");
str = U.toString();
}
return str;
}

View File

@ -502,9 +502,9 @@ public abstract class TimeCycleSplineSet {
public void setup(int i) {
int i2 = this.count;
if (i2 == 0) {
StringBuilder L = a.L("Error no points added to ");
L.append(this.mType);
Log.e(TAG, L.toString());
StringBuilder P = a.P("Error no points added to ");
P.append(this.mType);
Log.e(TAG, P.toString());
return;
}
Sort.doubleQuickSort(this.mTimePoints, this.mValues, 0, i2 - 1);
@ -550,12 +550,12 @@ public abstract class TimeCycleSplineSet {
String str = this.mType;
DecimalFormat decimalFormat = new DecimalFormat("##.##");
for (int i = 0; i < this.count; i++) {
StringBuilder P = a.P(str, "[");
P.append(this.mTimePoints[i]);
P.append(" , ");
P.append(decimalFormat.format(this.mValues[i]));
P.append("] ");
str = P.toString();
StringBuilder U = a.U(str, "[");
U.append(this.mTimePoints[i]);
U.append(" , ");
U.append(decimalFormat.format(this.mValues[i]));
U.append("] ");
str = U.toString();
}
return str;
}

View File

@ -385,9 +385,9 @@ public class TouchResponse {
if (i != -1) {
view = this.mMotionLayout.findViewById(i);
if (view == null) {
StringBuilder L = a.L("cannot find TouchAnchorId @id/");
L.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId));
Log.e(TAG, L.toString());
StringBuilder P = a.P("cannot find TouchAnchorId @id/");
P.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId));
Log.e(TAG, P.toString());
}
} else {
view = null;

View File

@ -34,7 +34,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) {
this.mHead = 0;
this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f21id;
this.mArrayIndices[0] = solverVariable.f23id;
this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow);
@ -57,7 +57,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i];
int i6 = solverVariable.f21id;
int i6 = solverVariable.f23id;
if (i5 == i6) {
float[] fArr = this.mArrayValues;
float f3 = fArr[i] + f;
@ -127,7 +127,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE);
this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
}
this.mArrayIndices[i7] = solverVariable.f21id;
this.mArrayIndices[i7] = solverVariable.f23id;
this.mArrayValues[i7] = f;
if (i4 != -1) {
int[] iArr8 = this.mArrayNextIndices;
@ -178,7 +178,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
}
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
if (this.mArrayIndices[i] == solverVariable.f23id) {
return true;
}
i = this.mArrayNextIndices[i];
@ -218,7 +218,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i = this.mHead;
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
if (this.mArrayIndices[i] == solverVariable.f23id) {
return this.mArrayValues[i];
}
i = this.mArrayNextIndices[i];
@ -318,7 +318,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
}
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
if (this.mArrayIndices[i] == solverVariable.f23id) {
return i;
}
i = this.mArrayNextIndices[i];
@ -349,7 +349,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
if (i == -1) {
this.mHead = 0;
this.mArrayValues[0] = f;
this.mArrayIndices[0] = solverVariable.f21id;
this.mArrayIndices[0] = solverVariable.f23id;
this.mArrayNextIndices[0] = -1;
solverVariable.usageInRowCount++;
solverVariable.addToRow(this.mRow);
@ -372,7 +372,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
while (i != -1 && i3 < this.currentSize) {
int[] iArr2 = this.mArrayIndices;
int i5 = iArr2[i];
int i6 = solverVariable.f21id;
int i6 = solverVariable.f23id;
if (i5 == i6) {
this.mArrayValues[i] = f;
return;
@ -419,7 +419,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE);
this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE);
}
this.mArrayIndices[i7] = solverVariable.f21id;
this.mArrayIndices[i7] = solverVariable.f23id;
this.mArrayValues[i7] = f;
if (i4 != -1) {
int[] iArr7 = this.mArrayNextIndices;
@ -458,7 +458,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
int i2 = 0;
int i3 = -1;
while (i != -1 && i2 < this.currentSize) {
if (this.mArrayIndices[i] == solverVariable.f21id) {
if (this.mArrayIndices[i] == solverVariable.f23id) {
if (i == this.mHead) {
this.mHead = this.mArrayNextIndices[i];
} else {
@ -493,12 +493,12 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables {
String str = "";
int i2 = 0;
while (i != -1 && i2 < this.currentSize) {
StringBuilder L = a.L(a.s(str, " -> "));
L.append(this.mArrayValues[i]);
L.append(" : ");
StringBuilder L2 = a.L(L.toString());
L2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]);
str = L2.toString();
StringBuilder P = a.P(a.u(str, " -> "));
P.append(this.mArrayValues[i]);
P.append(" : ");
StringBuilder P2 = a.P(P.toString());
P2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]);
str = P2.toString();
i = this.mArrayNextIndices[i];
i2++;
}

View File

@ -66,7 +66,7 @@ public class ArrayRow implements LinearSystem.Row {
float variableValue = this.variables.getVariableValue(i);
if (variableValue < 0.0f) {
SolverVariable variable = this.variables.getVariable(i);
if ((zArr == null || !zArr[variable.f21id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) {
if ((zArr == null || !zArr[variable.f23id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) {
f = variableValue;
solverVariable2 = variable;
}
@ -441,15 +441,15 @@ public class ArrayRow implements LinearSystem.Row {
if (this.variable == null) {
str = "0";
} else {
StringBuilder L = a.L("");
L.append(this.variable);
str = L.toString();
StringBuilder P = a.P("");
P.append(this.variable);
str = P.toString();
}
String s2 = a.s(str, " = ");
String u = a.u(str, " = ");
if (this.constantValue != 0.0f) {
StringBuilder L2 = a.L(s2);
L2.append(this.constantValue);
s2 = L2.toString();
StringBuilder P2 = a.P(u);
P2.append(this.constantValue);
u = P2.toString();
z2 = true;
} else {
z2 = false;
@ -461,17 +461,17 @@ public class ArrayRow implements LinearSystem.Row {
String solverVariable = variable.toString();
if (!z2) {
if (variableValue < 0.0f) {
s2 = a.s(s2, "- ");
u = a.u(u, "- ");
}
s2 = variableValue == 1.0f ? a.s(s2, solverVariable) : s2 + variableValue + " " + solverVariable;
u = variableValue == 1.0f ? a.u(u, solverVariable) : u + variableValue + " " + solverVariable;
z2 = true;
} else if (i > 0) {
s2 = a.s(s2, " + ");
u = a.u(u, " + ");
if (variableValue == 1.0f) {
}
z2 = true;
} else {
s2 = a.s(s2, " - ");
u = a.u(u, " - ");
}
variableValue *= -1.0f;
if (variableValue == 1.0f) {
@ -479,7 +479,7 @@ public class ArrayRow implements LinearSystem.Row {
z2 = true;
}
}
return !z2 ? a.s(s2, "0.0") : s2;
return !z2 ? a.u(u, "0.0") : u;
}
public String toString() {

View File

@ -206,7 +206,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f21id = i;
acquireSolverVariable.f23id = i;
if (this.mVariables == null) {
this.mVariables = new HashMap<>();
}
@ -219,21 +219,21 @@ public class LinearSystem {
displaySolverVariables();
String str = "";
for (int i = 0; i < this.mNumRows; i++) {
StringBuilder L = a.L(str);
L.append(this.mRows[i]);
str = a.s(L.toString(), "\n");
StringBuilder P = a.P(str);
P.append(this.mRows[i]);
str = a.u(P.toString(), "\n");
}
StringBuilder L2 = a.L(str);
L2.append(this.mGoal);
L2.append("\n");
System.out.println(L2.toString());
StringBuilder P2 = a.P(str);
P2.append(this.mGoal);
P2.append("\n");
System.out.println(P2.toString());
}
private void displaySolverVariables() {
StringBuilder L = a.L("Display Rows (");
L.append(this.mNumRows);
L.append("x");
System.out.println(a.w(L, this.mNumColumns, ")\n"));
StringBuilder P = a.P("Display Rows (");
P.append(this.mNumRows);
P.append("x");
System.out.println(a.z(P, this.mNumColumns, ")\n"));
}
private int enforceBFS(Row row) throws Exception {
@ -281,7 +281,7 @@ public class LinearSystem {
while (i9 < i7) {
float f3 = variable.strengthVector[i9] / f2;
if ((f3 < f && i9 == i5) || i9 > i5) {
i4 = variable.f21id;
i4 = variable.f23id;
i5 = i9;
i3 = i6;
f = f3;
@ -337,7 +337,7 @@ public class LinearSystem {
int i2 = i * 4;
int i3 = i2 / 1024;
int i4 = i3 / 1024;
return i4 > 0 ? a.k("", i4, " Mb") : i3 > 0 ? a.k("", i3, " Kb") : a.k("", i2, " bytes");
return i4 > 0 ? a.n("", i4, " Mb") : i3 > 0 ? a.n("", i3, " Kb") : a.n("", i2, " bytes");
}
private String getDisplayStrength(int i) {
@ -387,12 +387,12 @@ public class LinearSystem {
return i2;
}
if (row.getKey() != null) {
this.mAlreadyTestedCandidates[row.getKey().f21id] = true;
this.mAlreadyTestedCandidates[row.getKey().f23id] = true;
}
SolverVariable pivotCandidate = row.getPivotCandidate(this, this.mAlreadyTestedCandidates);
if (pivotCandidate != null) {
boolean[] zArr = this.mAlreadyTestedCandidates;
int i3 = pivotCandidate.f21id;
int i3 = pivotCandidate.f23id;
if (zArr[i3]) {
return i2;
}
@ -594,7 +594,7 @@ public class LinearSystem {
solverVariable.setFinalValue(this, f);
for (int i3 = 0; i3 < this.mVariablesID + 1; i3++) {
SolverVariable solverVariable2 = this.mCache.mIndexedVariables[i3];
if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f21id) {
if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f23id) {
solverVariable2.setFinalValue(this, solverVariable2.synonymDelta + f);
}
}
@ -715,7 +715,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1;
this.mVariablesID = i2;
this.mNumColumns++;
acquireSolverVariable.f21id = i2;
acquireSolverVariable.f23id = i2;
acquireSolverVariable.strength = i;
this.mCache.mIndexedVariables[i2] = acquireSolverVariable;
this.mGoal.addError(acquireSolverVariable);
@ -734,7 +734,7 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f21id = i;
acquireSolverVariable.f23id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable;
}
@ -754,7 +754,7 @@ public class LinearSystem {
constraintAnchor.resetSolverVariable(this.mCache);
solverVariable = constraintAnchor.getSolverVariable();
}
int i = solverVariable.f21id;
int i = solverVariable.f23id;
if (i == -1 || i > this.mVariablesID || this.mCache.mIndexedVariables[i] == null) {
if (i != -1) {
solverVariable.reset();
@ -762,7 +762,7 @@ public class LinearSystem {
int i2 = this.mVariablesID + 1;
this.mVariablesID = i2;
this.mNumColumns++;
solverVariable.f21id = i2;
solverVariable.f23id = i2;
solverVariable.mType = SolverVariable.Type.UNRESTRICTED;
this.mCache.mIndexedVariables[i2] = solverVariable;
}
@ -805,41 +805,41 @@ public class LinearSystem {
int i = this.mVariablesID + 1;
this.mVariablesID = i;
this.mNumColumns++;
acquireSolverVariable.f21id = i;
acquireSolverVariable.f23id = i;
this.mCache.mIndexedVariables[i] = acquireSolverVariable;
return acquireSolverVariable;
}
public void displayReadableRows() {
displaySolverVariables();
String w = a.w(a.L(" num vars "), this.mVariablesID, "\n");
String z2 = a.z(a.P(" num vars "), this.mVariablesID, "\n");
for (int i = 0; i < this.mVariablesID + 1; i++) {
SolverVariable solverVariable = this.mCache.mIndexedVariables[i];
if (solverVariable != null && solverVariable.isFinalValue) {
w = w + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n";
z2 = z2 + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n";
}
}
String s2 = a.s(w, "\n");
String u = a.u(z2, "\n");
for (int i2 = 0; i2 < this.mVariablesID + 1; i2++) {
SolverVariable[] solverVariableArr = this.mCache.mIndexedVariables;
SolverVariable solverVariable2 = solverVariableArr[i2];
if (solverVariable2 != null && solverVariable2.isSynonym) {
s2 = s2 + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n";
u = u + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n";
}
}
String s3 = a.s(s2, "\n\n # ");
String u2 = a.u(u, "\n\n # ");
for (int i3 = 0; i3 < this.mNumRows; i3++) {
StringBuilder L = a.L(s3);
L.append(this.mRows[i3].toReadableString());
s3 = a.s(L.toString(), "\n # ");
StringBuilder P = a.P(u2);
P.append(this.mRows[i3].toReadableString());
u2 = a.u(P.toString(), "\n # ");
}
if (this.mGoal != null) {
StringBuilder P = a.P(s3, "Goal: ");
P.append(this.mGoal);
P.append("\n");
s3 = P.toString();
StringBuilder U = a.U(u2, "Goal: ");
U.append(this.mGoal);
U.append("\n");
u2 = U.toString();
}
System.out.println(s3);
System.out.println(u2);
}
public void displaySystemInformations() {
@ -858,28 +858,28 @@ public class LinearSystem {
}
}
PrintStream printStream = System.out;
StringBuilder L = a.L("Linear System -> Table size: ");
L.append(this.TABLE_SIZE);
L.append(" (");
StringBuilder P = a.P("Linear System -> Table size: ");
P.append(this.TABLE_SIZE);
P.append(" (");
int i5 = this.TABLE_SIZE;
L.append(getDisplaySize(i5 * i5));
L.append(") -- row sizes: ");
L.append(getDisplaySize(i));
L.append(", actual size: ");
L.append(getDisplaySize(i3));
L.append(" rows: ");
L.append(this.mNumRows);
L.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
L.append(this.mMaxRows);
L.append(" cols: ");
L.append(this.mNumColumns);
L.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
L.append(this.mMaxColumns);
L.append(" ");
L.append(0);
L.append(" occupied cells, ");
L.append(getDisplaySize(0));
printStream.println(L.toString());
P.append(getDisplaySize(i5 * i5));
P.append(") -- row sizes: ");
P.append(getDisplaySize(i));
P.append(", actual size: ");
P.append(getDisplaySize(i3));
P.append(" rows: ");
P.append(this.mNumRows);
P.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
P.append(this.mMaxRows);
P.append(" cols: ");
P.append(this.mNumColumns);
P.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
P.append(this.mMaxColumns);
P.append(" ");
P.append(0);
P.append(" occupied cells, ");
P.append(getDisplaySize(0));
printStream.println(P.toString());
}
public void displayVariablesReadableRows() {
@ -887,15 +887,15 @@ public class LinearSystem {
String str = "";
for (int i = 0; i < this.mNumRows; i++) {
if (this.mRows[i].variable.mType == SolverVariable.Type.UNRESTRICTED) {
StringBuilder L = a.L(str);
L.append(this.mRows[i].toReadableString());
str = a.s(L.toString(), "\n");
StringBuilder P = a.P(str);
P.append(this.mRows[i].toReadableString());
str = a.u(P.toString(), "\n");
}
}
StringBuilder L2 = a.L(str);
L2.append(this.mGoal);
L2.append("\n");
System.out.println(L2.toString());
StringBuilder P2 = a.P(str);
P2.append(this.mGoal);
P2.append("\n");
System.out.println(P2.toString());
}
public void fillMetrics(Metrics metrics) {

View File

@ -83,23 +83,23 @@ public class Metrics {
}
public String toString() {
StringBuilder L = a.L("\n*** Metrics ***\nmeasures: ");
L.append(this.measures);
L.append("\nmeasuresWrap: ");
L.append(this.measuresWrap);
L.append("\nmeasuresWrapInfeasible: ");
L.append(this.measuresWrapInfeasible);
L.append("\ndetermineGroups: ");
L.append(this.determineGroups);
L.append("\ninfeasibleDetermineGroups: ");
L.append(this.infeasibleDetermineGroups);
L.append("\ngraphOptimizer: ");
L.append(this.graphOptimizer);
L.append("\nwidgets: ");
L.append(this.widgets);
L.append("\ngraphSolved: ");
L.append(this.graphSolved);
L.append("\nlinearSolved: ");
return a.y(L, this.linearSolved, "\n");
StringBuilder P = a.P("\n*** Metrics ***\nmeasures: ");
P.append(this.measures);
P.append("\nmeasuresWrap: ");
P.append(this.measuresWrap);
P.append("\nmeasuresWrapInfeasible: ");
P.append(this.measuresWrapInfeasible);
P.append("\ndetermineGroups: ");
P.append(this.determineGroups);
P.append("\ninfeasibleDetermineGroups: ");
P.append(this.infeasibleDetermineGroups);
P.append("\ngraphOptimizer: ");
P.append(this.graphOptimizer);
P.append("\nwidgets: ");
P.append(this.widgets);
P.append("\ngraphSolved: ");
P.append(this.graphSolved);
P.append("\nlinearSolved: ");
return a.A(P, this.linearSolved, "\n");
}
}

View File

@ -21,7 +21,7 @@ public class PriorityGoalRow extends ArrayRow {
}
public int compare(SolverVariable solverVariable, SolverVariable solverVariable2) {
return solverVariable.f21id - solverVariable2.f21id;
return solverVariable.f23id - solverVariable2.f23id;
}
}
@ -77,7 +77,7 @@ public class PriorityGoalRow extends ArrayRow {
@Override // java.lang.Comparable
public int compareTo(Object obj) {
return this.variable.f21id - ((SolverVariable) obj).f21id;
return this.variable.f23id - ((SolverVariable) obj).f23id;
}
public void init(SolverVariable solverVariable) {
@ -132,15 +132,15 @@ public class PriorityGoalRow extends ArrayRow {
String str = "[ ";
if (this.variable != null) {
for (int i = 0; i < 9; i++) {
StringBuilder L = a.L(str);
L.append(this.variable.goalStrengthVector[i]);
L.append(" ");
str = L.toString();
StringBuilder P = a.P(str);
P.append(this.variable.goalStrengthVector[i]);
P.append(" ");
str = P.toString();
}
}
StringBuilder P = a.P(str, "] ");
P.append(this.variable);
return P.toString();
StringBuilder U = a.U(str, "] ");
U.append(this.variable);
return U.toString();
}
}
@ -167,7 +167,7 @@ public class PriorityGoalRow extends ArrayRow {
solverVariableArr3[i3] = solverVariable;
int i4 = i3 + 1;
this.numGoals = i4;
if (i4 > 1 && solverVariableArr3[i4 - 1].f21id > solverVariable.f21id) {
if (i4 > 1 && solverVariableArr3[i4 - 1].f23id > solverVariable.f23id) {
int i5 = 0;
while (true) {
i = this.numGoals;
@ -228,7 +228,7 @@ public class PriorityGoalRow extends ArrayRow {
int i = -1;
for (int i2 = 0; i2 < this.numGoals; i2++) {
SolverVariable solverVariable = this.arrayGoals[i2];
if (!zArr[solverVariable.f21id]) {
if (!zArr[solverVariable.f23id]) {
this.accessor.init(solverVariable);
if (i == -1) {
if (!this.accessor.isNegative()) {
@ -251,10 +251,10 @@ public class PriorityGoalRow extends ArrayRow {
@Override // androidx.constraintlayout.solver.ArrayRow
public String toString() {
StringBuilder P = a.P("", " goal -> (");
P.append(this.constantValue);
P.append(") : ");
String sb = P.toString();
StringBuilder U = a.U("", " goal -> (");
U.append(this.constantValue);
U.append(") : ");
String sb = U.toString();
for (int i = 0; i < this.numGoals; i++) {
this.accessor.init(this.arrayGoals[i]);
sb = sb + this.accessor + " ";

View File

@ -27,7 +27,7 @@ public class SolverVariable {
public float[] goalStrengthVector;
/* renamed from: id reason: collision with root package name */
public int f21id;
public int f23id;
public boolean inGoal;
public HashSet<ArrayRow> inRows;
public boolean isFinalValue;
@ -82,7 +82,7 @@ public class SolverVariable {
}
public SolverVariable(Type type, String str) {
this.f21id = -1;
this.f23id = -1;
this.definitionId = -1;
this.strength = 0;
this.isFinalValue = false;
@ -99,7 +99,7 @@ public class SolverVariable {
}
public SolverVariable(String str, Type type) {
this.f21id = -1;
this.f23id = -1;
this.definitionId = -1;
this.strength = 0;
this.isFinalValue = false;
@ -118,41 +118,41 @@ public class SolverVariable {
private static String getUniqueName(Type type, String str) {
if (str != null) {
StringBuilder L = a.L(str);
L.append(uniqueErrorId);
return L.toString();
StringBuilder P = a.P(str);
P.append(uniqueErrorId);
return P.toString();
}
int ordinal = type.ordinal();
if (ordinal == 0) {
StringBuilder L2 = a.L("U");
StringBuilder P2 = a.P("U");
int i = uniqueUnrestrictedId + 1;
uniqueUnrestrictedId = i;
L2.append(i);
return L2.toString();
P2.append(i);
return P2.toString();
} else if (ordinal == 1) {
StringBuilder L3 = a.L("C");
StringBuilder P3 = a.P("C");
int i2 = uniqueConstantId + 1;
uniqueConstantId = i2;
L3.append(i2);
return L3.toString();
P3.append(i2);
return P3.toString();
} else if (ordinal == 2) {
StringBuilder L4 = a.L(ExifInterface.LATITUDE_SOUTH);
StringBuilder P4 = a.P(ExifInterface.LATITUDE_SOUTH);
int i3 = uniqueSlackId + 1;
uniqueSlackId = i3;
L4.append(i3);
return L4.toString();
P4.append(i3);
return P4.toString();
} else if (ordinal == 3) {
StringBuilder L5 = a.L("e");
StringBuilder P5 = a.P("e");
int i4 = uniqueErrorId + 1;
uniqueErrorId = i4;
L5.append(i4);
return L5.toString();
P5.append(i4);
return P5.toString();
} else if (ordinal == 4) {
StringBuilder L6 = a.L(ExifInterface.GPS_MEASUREMENT_INTERRUPTED);
StringBuilder P6 = a.P(ExifInterface.GPS_MEASUREMENT_INTERRUPTED);
int i5 = uniqueId + 1;
uniqueId = i5;
L6.append(i5);
return L6.toString();
P6.append(i5);
return P6.toString();
} else {
throw new AssertionError(type.name());
}
@ -216,7 +216,7 @@ public class SolverVariable {
this.mName = null;
this.mType = Type.UNKNOWN;
this.strength = 0;
this.f21id = -1;
this.f23id = -1;
this.definitionId = -1;
this.computedValue = 0.0f;
this.isFinalValue = false;
@ -253,7 +253,7 @@ public class SolverVariable {
public void setSynonym(LinearSystem linearSystem, SolverVariable solverVariable, float f) {
this.isSynonym = true;
this.synonym = solverVariable.f21id;
this.synonym = solverVariable.f23id;
this.synonymDelta = f;
int i = this.mClientEquationsCount;
this.definitionId = -1;
@ -274,9 +274,9 @@ public class SolverVariable {
boolean z2 = false;
boolean z3 = true;
while (i < this.strengthVector.length) {
StringBuilder L = a.L(str);
L.append(this.strengthVector[i]);
String sb = L.toString();
StringBuilder P = a.P(str);
P.append(this.strengthVector[i]);
String sb = P.toString();
float[] fArr = this.strengthVector;
if (fArr[i] > 0.0f) {
z2 = false;
@ -286,24 +286,24 @@ public class SolverVariable {
if (fArr[i] != 0.0f) {
z3 = false;
}
str = i < fArr.length + -1 ? a.s(sb, ", ") : a.s(sb, "] ");
str = i < fArr.length + -1 ? a.u(sb, ", ") : a.u(sb, "] ");
i++;
}
if (z2) {
str = a.s(str, " (-)");
str = a.u(str, " (-)");
}
return z3 ? a.s(str, " (*)") : str;
return z3 ? a.u(str, " (*)") : str;
}
public String toString() {
if (this.mName != null) {
StringBuilder L = a.L("");
L.append(this.mName);
return L.toString();
StringBuilder P = a.P("");
P.append(this.mName);
return P.toString();
}
StringBuilder L2 = a.L("");
L2.append(this.f21id);
return L2.toString();
StringBuilder P2 = a.P("");
P2.append(this.f23id);
return P2.toString();
}
public final void updateReferencesWithNewDefinition(LinearSystem linearSystem, ArrayRow arrayRow) {

View File

@ -30,7 +30,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void addToHashMap(SolverVariable solverVariable, int i) {
int[] iArr;
int i2 = solverVariable.f21id % this.HASH_SIZE;
int i2 = solverVariable.f23id % this.HASH_SIZE;
int[] iArr2 = this.keys;
int i3 = iArr2[i2];
if (i3 == -1) {
@ -49,7 +49,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
}
private void addVariable(int i, SolverVariable solverVariable, float f) {
this.variables[i] = solverVariable.f21id;
this.variables[i] = solverVariable.f23id;
this.values[i] = f;
this.previous[i] = -1;
this.next[i] = -1;
@ -65,9 +65,9 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
int i2 = this.keys[i];
boolean z2 = false;
while (!z2) {
StringBuilder P = a.P(str, " ");
P.append(this.variables[i2]);
str = P.toString();
StringBuilder U = a.U(str, " ");
U.append(this.variables[i2]);
str = U.toString();
int[] iArr = this.nextKeys;
if (iArr[i2] != -1) {
i2 = iArr[i2];
@ -129,7 +129,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
private void removeFromHashMap(SolverVariable solverVariable) {
int[] iArr;
int i = solverVariable.f21id;
int i = solverVariable.f23id;
int i2 = i % this.HASH_SIZE;
int[] iArr2 = this.keys;
int i3 = iArr2[i2];
@ -281,7 +281,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
public int indexOf(SolverVariable solverVariable) {
int[] iArr;
if (!(this.mCount == 0 || solverVariable == null)) {
int i = solverVariable.f21id;
int i = solverVariable.f23id;
int i2 = this.keys[i % this.HASH_SIZE];
if (i2 == -1) {
return -1;
@ -341,7 +341,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
for (int i4 = 0; i4 < i; i4++) {
int[] iArr = this.variables;
int i5 = iArr[i2];
int i6 = solverVariable.f21id;
int i6 = solverVariable.f23id;
if (i5 == i6) {
this.values[i2] = f;
return;
@ -404,26 +404,26 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables {
if (variable != null) {
String str4 = str3 + variable + " = " + getVariableValue(i2) + " ";
int indexOf = indexOf(variable);
String s2 = a.s(str4, "[p: ");
String u = a.u(str4, "[p: ");
if (this.previous[indexOf] != -1) {
StringBuilder L = a.L(s2);
L.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]);
str = L.toString();
StringBuilder P = a.P(u);
P.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]);
str = P.toString();
} else {
str = a.s(s2, "none");
str = a.u(u, "none");
}
String s3 = a.s(str, ", n: ");
String u2 = a.u(str, ", n: ");
if (this.next[indexOf] != -1) {
StringBuilder L2 = a.L(s3);
L2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]);
str2 = L2.toString();
StringBuilder P2 = a.P(u2);
P2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]);
str2 = P2.toString();
} else {
str2 = a.s(s3, "none");
str2 = a.u(u2, "none");
}
str3 = a.s(str2, "]");
str3 = a.u(str2, "]");
}
}
return a.s(str3, " }");
return a.u(str3, " }");
}
@Override // androidx.constraintlayout.solver.ArrayRow.ArrayRowVariables

View File

@ -131,9 +131,9 @@ public class ConstraintReference implements Reference {
@Override // java.lang.Throwable, java.lang.Object
public String toString() {
StringBuilder L = a.L("IncorrectConstraintException: ");
L.append(this.mErrors.toString());
return L.toString();
StringBuilder P = a.P("IncorrectConstraintException: ");
P.append(this.mErrors.toString());
return P.toString();
}
}

View File

@ -105,10 +105,10 @@ public class State {
}
private String createHelperKey() {
StringBuilder L = a.L("__HELPER_KEY_");
StringBuilder P = a.P("__HELPER_KEY_");
int i = this.numHelpers;
this.numHelpers = i + 1;
return a.w(L, i, "__");
return a.z(P, i, "__");
}
public void apply(ConstraintWidgetContainer constraintWidgetContainer) {

View File

@ -252,19 +252,19 @@ public class Barrier extends HelperWidget {
@Override // androidx.constraintlayout.solver.widgets.ConstraintWidget
public String toString() {
StringBuilder L = a.L("[Barrier] ");
L.append(getDebugName());
L.append(" {");
String sb = L.toString();
StringBuilder P = a.P("[Barrier] ");
P.append(getDebugName());
P.append(" {");
String sb = P.toString();
for (int i = 0; i < this.mWidgetsCount; i++) {
ConstraintWidget constraintWidget = this.mWidgets[i];
if (i > 0) {
sb = a.s(sb, ", ");
sb = a.u(sb, ", ");
}
StringBuilder L2 = a.L(sb);
L2.append(constraintWidget.getDebugName());
sb = L2.toString();
StringBuilder P2 = a.P(sb);
P2.append(constraintWidget.getDebugName());
sb = P2.toString();
}
return a.s(sb, "}");
return a.u(sb, "}");
}
}

View File

@ -3058,9 +3058,9 @@ public class ConstraintWidget {
public String toString() {
StringBuilder sb = new StringBuilder();
String str = "";
sb.append(this.mType != null ? a.D(a.L("type: "), this.mType, " ") : str);
sb.append(this.mType != null ? a.H(a.P("type: "), this.mType, " ") : str);
if (this.mDebugName != null) {
str = a.D(a.L("id: "), this.mDebugName, " ");
str = a.H(a.P("id: "), this.mDebugName, " ");
}
sb.append(str);
sb.append("(");
@ -3070,7 +3070,7 @@ public class ConstraintWidget {
sb.append(") - (");
sb.append(this.mWidth);
sb.append(" x ");
return a.w(sb, this.mHeight, ")");
return a.z(sb, this.mHeight, ")");
}
public void updateFromRuns(boolean z2, boolean z3) {

View File

@ -4,28 +4,28 @@ public class Rectangle {
public int width;
/* renamed from: x reason: collision with root package name */
public int f22x;
public int f24x;
/* renamed from: y reason: collision with root package name */
public int f23y;
public int f25y;
public boolean contains(int i, int i2) {
int i3;
int i4 = this.f22x;
return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f23y) && i2 < i3 + this.height;
int i4 = this.f24x;
return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f25y) && i2 < i3 + this.height;
}
public int getCenterX() {
return (this.f22x + this.width) / 2;
return (this.f24x + this.width) / 2;
}
public int getCenterY() {
return (this.f23y + this.height) / 2;
return (this.f25y + this.height) / 2;
}
public void grow(int i, int i2) {
this.f22x -= i;
this.f23y -= i2;
this.f24x -= i;
this.f25y -= i2;
this.width = (i * 2) + this.width;
this.height = (i2 * 2) + this.height;
}
@ -33,14 +33,14 @@ public class Rectangle {
public boolean intersects(Rectangle rectangle) {
int i;
int i2;
int i3 = this.f22x;
int i4 = rectangle.f22x;
return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f23y) >= (i2 = rectangle.f23y) && i < i2 + rectangle.height;
int i3 = this.f24x;
int i4 = rectangle.f24x;
return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f25y) >= (i2 = rectangle.f25y) && i < i2 + rectangle.height;
}
public void setBounds(int i, int i2, int i3, int i4) {
this.f22x = i;
this.f23y = i2;
this.f24x = i;
this.f25y = i2;
this.width = i3;
this.height = i4;
}

View File

@ -173,13 +173,13 @@ public class ChainRun extends WidgetRun {
}
public String toString() {
StringBuilder L = a.L("ChainRun ");
L.append(this.orientation == 0 ? "horizontal : " : "vertical : ");
String sb = L.toString();
StringBuilder P = a.P("ChainRun ");
P.append(this.orientation == 0 ? "horizontal : " : "vertical : ");
String sb = P.toString();
Iterator<WidgetRun> it = this.widgets.iterator();
while (it.hasNext()) {
String s2 = a.s(sb, "<");
sb = a.s(s2 + it.next(), "> ");
String u = a.u(sb, "<");
sb = a.u(u + it.next(), "> ");
}
return sb;
}

View File

@ -267,9 +267,9 @@ public class DependencyGraph {
while (it.hasNext()) {
str = generateDisplayGraph(it.next(), str);
}
String s2 = a.s(str, "\n}\n");
String u = a.u(str, "\n}\n");
PrintStream printStream = System.out;
printStream.println("content:<<\n" + s2 + "\n>>");
printStream.println("content:<<\n" + u + "\n>>");
}
private void findGroup(WidgetRun widgetRun, int i, ArrayList<RunGroup> arrayList) {
@ -298,19 +298,19 @@ public class DependencyGraph {
private String generateChainDisplayGraph(ChainRun chainRun, String str) {
int i = chainRun.orientation;
StringBuilder L = a.L("cluster_");
L.append(chainRun.widget.getDebugName());
String sb = L.toString();
String t = a.t("subgraph ", i == 0 ? a.s(sb, "_h") : a.s(sb, "_v"), " {\n");
StringBuilder P = a.P("cluster_");
P.append(chainRun.widget.getDebugName());
String sb = P.toString();
String v = a.v("subgraph ", i == 0 ? a.u(sb, "_h") : a.u(sb, "_v"), " {\n");
Iterator<WidgetRun> it = chainRun.widgets.iterator();
String str2 = "";
while (it.hasNext()) {
WidgetRun next = it.next();
String debugName = next.widget.getDebugName();
t = a.t(t, i == 0 ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), ";\n");
v = a.v(v, i == 0 ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), ";\n");
str2 = generateDisplayGraph(next, str2);
}
return a.t(str, str2, a.s(t, "}\n"));
return a.v(str, str2, a.u(v, "}\n"));
}
private String generateDisplayGraph(WidgetRun widgetRun, String str) {
@ -320,9 +320,9 @@ public class DependencyGraph {
if (!(widgetRun instanceof HelperReferences) && dependencyNode.dependencies.isEmpty() && (dependencyNode2.dependencies.isEmpty() && dependencyNode.targets.isEmpty()) && dependencyNode2.targets.isEmpty()) {
return str;
}
StringBuilder L = a.L(str);
L.append(nodeDefinition(widgetRun));
String sb = L.toString();
StringBuilder P = a.P(str);
P.append(nodeDefinition(widgetRun));
String sb = P.toString();
boolean isCenteredConnection = isCenteredConnection(dependencyNode, dependencyNode2);
String generateDisplayNode = generateDisplayNode(dependencyNode2, isCenteredConnection, generateDisplayNode(dependencyNode, isCenteredConnection, sb));
boolean z3 = widgetRun instanceof VerticalWidgetRun;
@ -333,19 +333,19 @@ public class DependencyGraph {
ConstraintWidget.DimensionBehaviour horizontalDimensionBehaviour = widgetRun.widget.getHorizontalDimensionBehaviour();
if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.FIXED || horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.WRAP_CONTENT) {
if (!dependencyNode.targets.isEmpty() && dependencyNode2.targets.isEmpty()) {
StringBuilder L2 = a.L("\n");
L2.append(dependencyNode2.name());
L2.append(" -> ");
L2.append(dependencyNode.name());
L2.append("\n");
generateDisplayNode = a.s(generateDisplayNode, L2.toString());
StringBuilder P2 = a.P("\n");
P2.append(dependencyNode2.name());
P2.append(" -> ");
P2.append(dependencyNode.name());
P2.append("\n");
generateDisplayNode = a.u(generateDisplayNode, P2.toString());
} else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) {
StringBuilder L3 = a.L("\n");
L3.append(dependencyNode.name());
L3.append(" -> ");
L3.append(dependencyNode2.name());
L3.append("\n");
generateDisplayNode = a.s(generateDisplayNode, L3.toString());
StringBuilder P3 = a.P("\n");
P3.append(dependencyNode.name());
P3.append(" -> ");
P3.append(dependencyNode2.name());
P3.append("\n");
generateDisplayNode = a.u(generateDisplayNode, P3.toString());
}
} else if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) {
widgetRun.widget.getDebugName();
@ -354,19 +354,19 @@ public class DependencyGraph {
ConstraintWidget.DimensionBehaviour verticalDimensionBehaviour = widgetRun.widget.getVerticalDimensionBehaviour();
if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.FIXED || verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.WRAP_CONTENT) {
if (!dependencyNode.targets.isEmpty() && dependencyNode2.targets.isEmpty()) {
StringBuilder L4 = a.L("\n");
L4.append(dependencyNode2.name());
L4.append(" -> ");
L4.append(dependencyNode.name());
L4.append("\n");
generateDisplayNode = a.s(generateDisplayNode, L4.toString());
StringBuilder P4 = a.P("\n");
P4.append(dependencyNode2.name());
P4.append(" -> ");
P4.append(dependencyNode.name());
P4.append("\n");
generateDisplayNode = a.u(generateDisplayNode, P4.toString());
} else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) {
StringBuilder L5 = a.L("\n");
L5.append(dependencyNode.name());
L5.append(" -> ");
L5.append(dependencyNode2.name());
L5.append("\n");
generateDisplayNode = a.s(generateDisplayNode, L5.toString());
StringBuilder P5 = a.P("\n");
P5.append(dependencyNode.name());
P5.append(" -> ");
P5.append(dependencyNode2.name());
P5.append("\n");
generateDisplayNode = a.u(generateDisplayNode, P5.toString());
}
} else if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) {
widgetRun.widget.getDebugName();
@ -377,28 +377,28 @@ public class DependencyGraph {
private String generateDisplayNode(DependencyNode dependencyNode, boolean z2, String str) {
for (DependencyNode dependencyNode2 : dependencyNode.targets) {
StringBuilder L = a.L("\n");
L.append(dependencyNode.name());
StringBuilder P = a.P(L.toString(), " -> ");
P.append(dependencyNode2.name());
String sb = P.toString();
StringBuilder P = a.P("\n");
P.append(dependencyNode.name());
StringBuilder U = a.U(P.toString(), " -> ");
U.append(dependencyNode2.name());
String sb = U.toString();
if (dependencyNode.margin > 0 || z2 || (dependencyNode.run instanceof HelperReferences)) {
String s2 = a.s(sb, "[");
String u = a.u(sb, "[");
if (dependencyNode.margin > 0) {
s2 = a.w(a.P(s2, "label=\""), dependencyNode.margin, "\"");
u = a.z(a.U(u, "label=\""), dependencyNode.margin, "\"");
if (z2) {
s2 = a.s(s2, ",");
u = a.u(u, ",");
}
}
if (z2) {
s2 = a.s(s2, " style=dashed ");
u = a.u(u, " style=dashed ");
}
if (dependencyNode.run instanceof HelperReferences) {
s2 = a.s(s2, " style=bold,color=gray ");
u = a.u(u, " style=bold,color=gray ");
}
sb = a.s(s2, "]");
sb = a.u(u, "]");
}
str = a.s(str, a.s(sb, "\n"));
str = a.u(str, a.u(sb, "\n"));
}
return str;
}
@ -441,59 +441,59 @@ public class DependencyGraph {
ConstraintWidget constraintWidget = widgetRun.widget;
ConstraintWidget.DimensionBehaviour horizontalDimensionBehaviour = !z2 ? constraintWidget.getHorizontalDimensionBehaviour() : constraintWidget.getVerticalDimensionBehaviour();
RunGroup runGroup = widgetRun.runGroup;
String s2 = a.s(a.s(a.s(!z2 ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), " [shape=none, label=<"), "<TABLE BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"2\">"), " <TR>");
String u = a.u(a.u(a.u(!z2 ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), " [shape=none, label=<"), "<TABLE BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"2\">"), " <TR>");
if (!z2) {
String s3 = a.s(s2, " <TD ");
String u2 = a.u(u, " <TD ");
if (widgetRun.start.resolved) {
s3 = a.s(s3, " BGCOLOR=\"green\"");
u2 = a.u(u2, " BGCOLOR=\"green\"");
}
str = a.s(s3, " PORT=\"LEFT\" BORDER=\"1\">L</TD>");
str = a.u(u2, " PORT=\"LEFT\" BORDER=\"1\">L</TD>");
} else {
String s4 = a.s(s2, " <TD ");
String u3 = a.u(u, " <TD ");
if (widgetRun.start.resolved) {
s4 = a.s(s4, " BGCOLOR=\"green\"");
u3 = a.u(u3, " BGCOLOR=\"green\"");
}
str = a.s(s4, " PORT=\"TOP\" BORDER=\"1\">T</TD>");
str = a.u(u3, " PORT=\"TOP\" BORDER=\"1\">T</TD>");
}
String s5 = a.s(str, " <TD BORDER=\"1\" ");
String u4 = a.u(str, " <TD BORDER=\"1\" ");
boolean z3 = widgetRun.dimension.resolved;
if (z3 && !widgetRun.widget.measured) {
s5 = a.s(s5, " BGCOLOR=\"green\" ");
u4 = a.u(u4, " BGCOLOR=\"green\" ");
} else if (z3 && widgetRun.widget.measured) {
s5 = a.s(s5, " BGCOLOR=\"lightgray\" ");
u4 = a.u(u4, " BGCOLOR=\"lightgray\" ");
} else if (!z3 && widgetRun.widget.measured) {
s5 = a.s(s5, " BGCOLOR=\"yellow\" ");
u4 = a.u(u4, " BGCOLOR=\"yellow\" ");
}
if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT) {
s5 = a.s(s5, "style=\"dashed\"");
u4 = a.u(u4, "style=\"dashed\"");
}
if (runGroup != null) {
StringBuilder L = a.L(" [");
L.append(runGroup.groupIndex + 1);
L.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
str2 = a.w(L, RunGroup.index, "]");
StringBuilder P = a.P(" [");
P.append(runGroup.groupIndex + 1);
P.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN);
str2 = a.z(P, RunGroup.index, "]");
} else {
str2 = "";
}
String str4 = s5 + ">" + debugName + str2 + " </TD>";
String str4 = u4 + ">" + debugName + str2 + " </TD>";
if (!z2) {
String s6 = a.s(str4, " <TD ");
String u5 = a.u(str4, " <TD ");
if (widgetRun.end.resolved) {
s6 = a.s(s6, " BGCOLOR=\"green\"");
u5 = a.u(u5, " BGCOLOR=\"green\"");
}
str3 = a.s(s6, " PORT=\"RIGHT\" BORDER=\"1\">R</TD>");
str3 = a.u(u5, " PORT=\"RIGHT\" BORDER=\"1\">R</TD>");
} else {
String s7 = a.s(str4, " <TD ");
String u6 = a.u(str4, " <TD ");
if ((widgetRun instanceof VerticalWidgetRun) && ((VerticalWidgetRun) widgetRun).baseline.resolved) {
s7 = a.s(s7, " BGCOLOR=\"green\"");
u6 = a.u(u6, " BGCOLOR=\"green\"");
}
String s8 = a.s(a.s(s7, " PORT=\"BASELINE\" BORDER=\"1\">b</TD>"), " <TD ");
String u7 = a.u(a.u(u6, " PORT=\"BASELINE\" BORDER=\"1\">b</TD>"), " <TD ");
if (widgetRun.end.resolved) {
s8 = a.s(s8, " BGCOLOR=\"green\"");
u7 = a.u(u7, " BGCOLOR=\"green\"");
}
str3 = a.s(s8, " PORT=\"BOTTOM\" BORDER=\"1\">B</TD>");
str3 = a.u(u7, " PORT=\"BOTTOM\" BORDER=\"1\">B</TD>");
}
return a.s(a.s(str3, " </TR></TABLE>"), ">];\n");
return a.u(a.u(str3, " </TR></TABLE>"), ">];\n");
}
public void buildGraph() {

View File

@ -51,9 +51,9 @@ public class DependencyNode implements Dependency {
public String name() {
String debugName = this.run.widget.getDebugName();
Type type = this.type;
StringBuilder P = a.P((type == Type.LEFT || type == Type.RIGHT) ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), ":");
P.append(this.type.name());
return P.toString();
StringBuilder U = a.U((type == Type.LEFT || type == Type.RIGHT) ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), ":");
U.append(this.type.name());
return U.toString();
}
public void resolve(int i) {

View File

@ -19,7 +19,7 @@ public class Grouping {
int findGroupInDependents;
int i2 = i == 0 ? constraintWidget.horizontalGroup : constraintWidget.verticalGroup;
int i3 = 0;
if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f24id)) {
if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f26id)) {
int i4 = 0;
while (true) {
if (i4 >= arrayList.size()) {
@ -87,7 +87,7 @@ public class Grouping {
int size = arrayList.size();
for (int i2 = 0; i2 < size; i2++) {
WidgetGroup widgetGroup = arrayList.get(i2);
if (i == widgetGroup.f24id) {
if (i == widgetGroup.f26id) {
return widgetGroup;
}
}

View File

@ -257,9 +257,9 @@ public class HorizontalWidgetRun extends WidgetRun {
}
public String toString() {
StringBuilder L = a.L("HorizontalRun ");
L.append(this.widget.getDebugName());
return L.toString();
StringBuilder P = a.P("HorizontalRun ");
P.append(this.widget.getDebugName());
return P.toString();
}
/* JADX WARNING: Code restructure failed: missing block: B:103:0x02ba, code lost:

View File

@ -283,9 +283,9 @@ public class VerticalWidgetRun extends WidgetRun {
}
public String toString() {
StringBuilder L = a.L("VerticalRun ");
L.append(this.widget.getDebugName());
return L.toString();
StringBuilder P = a.P("VerticalRun ");
P.append(this.widget.getDebugName());
return P.toString();
}
@Override // androidx.constraintlayout.solver.widgets.analyzer.WidgetRun, androidx.constraintlayout.solver.widgets.analyzer.Dependency

View File

@ -14,7 +14,7 @@ public class WidgetGroup {
public boolean authoritative = false;
/* renamed from: id reason: collision with root package name */
public int f24id = -1;
public int f26id = -1;
private int moveTo = -1;
public int orientation = 0;
public ArrayList<MeasureResult> results = null;
@ -50,7 +50,7 @@ public class WidgetGroup {
public WidgetGroup(int i) {
int i2 = count;
count = i2 + 1;
this.f24id = i2;
this.f26id = i2;
this.orientation = i;
}
@ -128,7 +128,7 @@ public class WidgetGroup {
if (this.moveTo != -1 && size > 0) {
for (int i = 0; i < arrayList.size(); i++) {
WidgetGroup widgetGroup = arrayList.get(i);
if (this.moveTo == widgetGroup.f24id) {
if (this.moveTo == widgetGroup.f26id) {
moveTo(this.orientation, widgetGroup);
}
}
@ -143,7 +143,7 @@ public class WidgetGroup {
}
public int getId() {
return this.f24id;
return this.f26id;
}
public int getOrientation() {
@ -181,7 +181,7 @@ public class WidgetGroup {
next.verticalGroup = widgetGroup.getId();
}
}
this.moveTo = widgetGroup.f24id;
this.moveTo = widgetGroup.f26id;
}
public void setAuthoritative(boolean z2) {
@ -200,13 +200,13 @@ public class WidgetGroup {
StringBuilder sb = new StringBuilder();
sb.append(getOrientationString());
sb.append(" [");
String w = a.w(sb, this.f24id, "] <");
String z2 = a.z(sb, this.f26id, "] <");
Iterator<ConstraintWidget> it = this.widgets.iterator();
while (it.hasNext()) {
StringBuilder P = a.P(w, " ");
P.append(it.next().getDebugName());
w = P.toString();
StringBuilder U = a.U(z2, " ");
U.append(it.next().getDebugName());
z2 = U.toString();
}
return a.s(w, " >");
return a.u(z2, " >");
}
}

View File

@ -174,32 +174,32 @@ public class ConstraintAttribute {
Class<?> cls = view.getClass();
for (String str : hashMap.keySet()) {
ConstraintAttribute constraintAttribute = hashMap.get(str);
String s2 = a.s("set", str);
String u = a.u("set", str);
try {
switch (constraintAttribute.mType.ordinal()) {
case 0:
cls.getMethod(s2, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue));
cls.getMethod(u, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue));
continue;
case 1:
cls.getMethod(s2, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue));
cls.getMethod(u, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue));
continue;
case 2:
cls.getMethod(s2, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue));
cls.getMethod(u, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue));
continue;
case 3:
Method method = cls.getMethod(s2, Drawable.class);
Method method = cls.getMethod(u, Drawable.class);
ColorDrawable colorDrawable = new ColorDrawable();
colorDrawable.setColor(constraintAttribute.mColorValue);
method.invoke(view, colorDrawable);
continue;
case 4:
cls.getMethod(s2, CharSequence.class).invoke(view, constraintAttribute.mStringValue);
cls.getMethod(u, CharSequence.class).invoke(view, constraintAttribute.mStringValue);
continue;
case 5:
cls.getMethod(s2, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue));
cls.getMethod(u, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue));
continue;
case 6:
cls.getMethod(s2, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue));
cls.getMethod(u, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue));
continue;
default:
continue;
@ -210,17 +210,17 @@ public class ConstraintAttribute {
StringBuilder sb = new StringBuilder();
sb.append(cls.getName());
sb.append(" must have a method ");
sb.append(s2);
sb.append(u);
Log.e(TAG, sb.toString());
} catch (IllegalAccessException e2) {
StringBuilder Q = a.Q(" Custom Attribute \"", str, "\" not found on ");
Q.append(cls.getName());
Log.e(TAG, Q.toString());
StringBuilder V = a.V(" Custom Attribute \"", str, "\" not found on ");
V.append(cls.getName());
Log.e(TAG, V.toString());
e2.printStackTrace();
} catch (InvocationTargetException e3) {
StringBuilder Q2 = a.Q(" Custom Attribute \"", str, "\" not found on ");
Q2.append(cls.getName());
Log.e(TAG, Q2.toString());
StringBuilder V2 = a.V(" Custom Attribute \"", str, "\" not found on ");
V2.append(cls.getName());
Log.e(TAG, V2.toString());
e3.printStackTrace();
}
}
@ -329,9 +329,9 @@ public class ConstraintAttribute {
*/
public void setInterpolatedValue(View view, float[] fArr) {
Class<?> cls = view.getClass();
StringBuilder L = a.L("set");
L.append(this.mName);
String sb = L.toString();
StringBuilder P = a.P("set");
P.append(this.mName);
String sb = P.toString();
try {
boolean z2 = true;
switch (this.mType.ordinal()) {
@ -370,16 +370,16 @@ public class ConstraintAttribute {
return;
}
} catch (NoSuchMethodException e) {
StringBuilder Q = a.Q("no method ", sb, "on View \"");
Q.append(Debug.getName(view));
Q.append("\"");
Log.e(TAG, Q.toString());
StringBuilder V = a.V("no method ", sb, "on View \"");
V.append(Debug.getName(view));
V.append("\"");
Log.e(TAG, V.toString());
e.printStackTrace();
} catch (IllegalAccessException e2) {
StringBuilder Q2 = a.Q("cannot access method ", sb, "on View \"");
Q2.append(Debug.getName(view));
Q2.append("\"");
Log.e(TAG, Q2.toString());
StringBuilder V2 = a.V("cannot access method ", sb, "on View \"");
V2.append(Debug.getName(view));
V2.append("\"");
Log.e(TAG, V2.toString());
e2.printStackTrace();
} catch (InvocationTargetException e3) {
e3.printStackTrace();

View File

@ -109,10 +109,10 @@ public abstract class ConstraintHelper extends View {
ViewGroup.LayoutParams layoutParams = childAt.getLayoutParams();
if ((layoutParams instanceof ConstraintLayout.LayoutParams) && trim.equals(((ConstraintLayout.LayoutParams) layoutParams).constraintTag)) {
if (childAt.getId() == -1) {
StringBuilder L = a.L("to use ConstraintTag view ");
L.append(childAt.getClass().getSimpleName());
L.append(" must have an ID");
Log.w("ConstraintHelper", L.toString());
StringBuilder P = a.P("to use ConstraintTag view ");
P.append(childAt.getClass().getSimpleName());
P.append(" must have an ID");
Log.w("ConstraintHelper", P.toString());
} else {
addRscID(childAt.getId());
}

View File

@ -181,7 +181,7 @@ public class ConstraintProperties {
layoutParams2.leftToRight = i2;
layoutParams2.leftToLeft = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("Left to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("Left to "), sideToString(i3), " undefined"));
}
((ViewGroup.MarginLayoutParams) this.mParams).leftMargin = i4;
break;
@ -195,7 +195,7 @@ public class ConstraintProperties {
layoutParams4.rightToRight = i2;
layoutParams4.rightToLeft = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
((ViewGroup.MarginLayoutParams) this.mParams).rightMargin = i4;
break;
@ -211,7 +211,7 @@ public class ConstraintProperties {
layoutParams6.topToTop = -1;
layoutParams6.baselineToBaseline = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
((ViewGroup.MarginLayoutParams) this.mParams).topMargin = i4;
break;
@ -227,7 +227,7 @@ public class ConstraintProperties {
layoutParams8.bottomToBottom = -1;
layoutParams8.baselineToBaseline = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
((ViewGroup.MarginLayoutParams) this.mParams).bottomMargin = i4;
break;
@ -241,7 +241,7 @@ public class ConstraintProperties {
layoutParams9.topToBottom = -1;
break;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
case 6:
if (i3 == 6) {
@ -253,7 +253,7 @@ public class ConstraintProperties {
layoutParams11.startToEnd = i2;
layoutParams11.startToStart = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
this.mParams.setMarginStart(i4);
break;
@ -267,7 +267,7 @@ public class ConstraintProperties {
layoutParams13.endToStart = i2;
layoutParams13.endToEnd = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i3), " undefined"));
}
this.mParams.setMarginEnd(i4);
break;
@ -275,7 +275,7 @@ public class ConstraintProperties {
StringBuilder sb = new StringBuilder();
sb.append(sideToString(i));
sb.append(" to ");
throw new IllegalArgumentException(a.D(sb, sideToString(i3), " unknown"));
throw new IllegalArgumentException(a.H(sb, sideToString(i3), " unknown"));
}
return this;
}

View File

@ -287,9 +287,9 @@ public class ConstraintSet {
if (constraintAttribute.getType() == attributeType) {
return constraintAttribute;
}
StringBuilder L = a.L("ConstraintAttribute is already a ");
L.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("ConstraintAttribute is already a ");
P.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(P.toString());
}
ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType);
this.mCustomConstraints.put(str, constraintAttribute2);
@ -857,21 +857,21 @@ public class ConstraintSet {
this.mBarrierAllowsGoneWidgets = obtainStyledAttributes.getBoolean(index, this.mBarrierAllowsGoneWidgets);
continue;
case 76:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mapToConstant.get(index));
Log.w(ConstraintSet.TAG, L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mapToConstant.get(index));
Log.w(ConstraintSet.TAG, P.toString());
continue;
case 77:
this.mConstraintTag = obtainStyledAttributes.getString(index);
continue;
default:
StringBuilder L2 = a.L("Unknown attribute 0x");
L2.append(Integer.toHexString(index));
L2.append(" ");
L2.append(mapToConstant.get(index));
Log.w(ConstraintSet.TAG, L2.toString());
StringBuilder P2 = a.P("Unknown attribute 0x");
P2.append(Integer.toHexString(index));
P2.append(" ");
P2.append(mapToConstant.get(index));
Log.w(ConstraintSet.TAG, P2.toString());
continue;
continue;
continue;
@ -1207,9 +1207,9 @@ public class ConstraintSet {
if (this.mSavedAttributes.containsKey(strArr[i])) {
ConstraintAttribute constraintAttribute = this.mSavedAttributes.get(strArr[i]);
if (constraintAttribute.getType() != attributeType) {
StringBuilder L = a.L("ConstraintAttribute is already a ");
L.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("ConstraintAttribute is already a ");
P.append(constraintAttribute.getType().name());
throw new IllegalArgumentException(P.toString());
}
} else {
this.mSavedAttributes.put(strArr[i], new ConstraintAttribute(strArr[i], attributeType));
@ -1624,18 +1624,18 @@ public class ConstraintSet {
layout53.constrainedHeight = typedArray.getBoolean(index, layout53.constrainedHeight);
break;
case 82:
StringBuilder L = a.L("unused attribute 0x");
L.append(Integer.toHexString(index));
L.append(" ");
L.append(mapToConstant.get(index));
Log.w(TAG, L.toString());
StringBuilder P = a.P("unused attribute 0x");
P.append(Integer.toHexString(index));
P.append(" ");
P.append(mapToConstant.get(index));
Log.w(TAG, P.toString());
break;
default:
StringBuilder L2 = a.L("Unknown attribute 0x");
L2.append(Integer.toHexString(index));
L2.append(" ");
L2.append(mapToConstant.get(index));
Log.w(TAG, L2.toString());
StringBuilder P2 = a.P("Unknown attribute 0x");
P2.append(Integer.toHexString(index));
P2.append(" ");
P2.append(mapToConstant.get(index));
Log.w(TAG, P2.toString());
break;
}
}
@ -1734,9 +1734,9 @@ public class ConstraintSet {
View childAt = constraintLayout.getChildAt(i);
int id2 = childAt.getId();
if (!this.mConstraints.containsKey(Integer.valueOf(id2))) {
StringBuilder L = a.L("id unknown ");
L.append(Debug.getName(childAt));
Log.v(TAG, L.toString());
StringBuilder P = a.P("id unknown ");
P.append(Debug.getName(childAt));
Log.v(TAG, P.toString());
} else if (this.mForceId && id2 == -1) {
throw new RuntimeException("All children of ConstraintLayout must have ids to use ConstraintSet");
} else if (this.mConstraints.containsKey(Integer.valueOf(id2))) {
@ -1768,9 +1768,9 @@ public class ConstraintSet {
View childAt = constraintLayout.getChildAt(i);
int id2 = childAt.getId();
if (!this.mConstraints.containsKey(Integer.valueOf(id2))) {
StringBuilder L = a.L("id unknown ");
L.append(Debug.getName(childAt));
Log.w(TAG, L.toString());
StringBuilder P = a.P("id unknown ");
P.append(Debug.getName(childAt));
Log.w(TAG, P.toString());
} else if (this.mForceId && id2 == -1) {
throw new RuntimeException("All children of ConstraintLayout must have ids to use ConstraintSet");
} else if (id2 != -1) {
@ -2103,7 +2103,7 @@ public class ConstraintSet {
layout2.leftToLeft = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("left to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("left to "), sideToString(i4), " undefined"));
}
case 2:
if (i4 == 1) {
@ -2117,7 +2117,7 @@ public class ConstraintSet {
layout4.rightToLeft = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
case 3:
if (i4 == 3) {
@ -2133,7 +2133,7 @@ public class ConstraintSet {
layout6.baselineToBaseline = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
case 4:
if (i4 == 4) {
@ -2149,7 +2149,7 @@ public class ConstraintSet {
layout8.baselineToBaseline = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
case 5:
if (i4 == 5) {
@ -2161,7 +2161,7 @@ public class ConstraintSet {
layout9.topToBottom = -1;
return;
}
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
case 6:
if (i4 == 6) {
Layout layout10 = constraint.layout;
@ -2174,7 +2174,7 @@ public class ConstraintSet {
layout11.startToStart = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
case 7:
if (i4 == 7) {
@ -2188,13 +2188,13 @@ public class ConstraintSet {
layout13.endToEnd = -1;
return;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
default:
StringBuilder sb = new StringBuilder();
sb.append(sideToString(i2));
sb.append(" to ");
throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown"));
throw new IllegalArgumentException(a.H(sb, sideToString(i4), " unknown"));
}
}
@ -2214,7 +2214,7 @@ public class ConstraintSet {
layout2.leftToRight = i3;
layout2.leftToLeft = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("Left to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("Left to "), sideToString(i4), " undefined"));
}
constraint.layout.leftMargin = i5;
return;
@ -2228,7 +2228,7 @@ public class ConstraintSet {
layout4.rightToRight = i3;
layout4.rightToLeft = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
constraint.layout.rightMargin = i5;
return;
@ -2244,7 +2244,7 @@ public class ConstraintSet {
layout6.topToTop = -1;
layout6.baselineToBaseline = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
constraint.layout.topMargin = i5;
return;
@ -2260,7 +2260,7 @@ public class ConstraintSet {
layout8.bottomToBottom = -1;
layout8.baselineToBaseline = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
constraint.layout.bottomMargin = i5;
return;
@ -2274,7 +2274,7 @@ public class ConstraintSet {
layout9.topToBottom = -1;
return;
}
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
case 6:
if (i4 == 6) {
Layout layout10 = constraint.layout;
@ -2285,7 +2285,7 @@ public class ConstraintSet {
layout11.startToEnd = i3;
layout11.startToStart = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
constraint.layout.startMargin = i5;
return;
@ -2299,7 +2299,7 @@ public class ConstraintSet {
layout13.endToStart = i3;
layout13.endToEnd = -1;
} else {
throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined"));
throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined"));
}
constraint.layout.endMargin = i5;
return;
@ -2307,7 +2307,7 @@ public class ConstraintSet {
StringBuilder sb = new StringBuilder();
sb.append(sideToString(i2));
sb.append(" to ");
throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown"));
throw new IllegalArgumentException(a.H(sb, sideToString(i4), " unknown"));
}
}
@ -2669,7 +2669,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("=");
if (split2.length != 2) {
a.j0(a.L(" Unable to parse "), split[i], TAG);
a.n0(a.P(" Unable to parse "), split[i], TAG);
} else {
Constraint.access$600(constraint, split2[0], Color.parseColor(split2[1]));
}
@ -2681,7 +2681,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("=");
if (split2.length != 2) {
a.j0(a.L(" Unable to parse "), split[i], TAG);
a.n0(a.P(" Unable to parse "), split[i], TAG);
} else {
Constraint.access$700(constraint, split2[0], Float.parseFloat(split2[1]));
}
@ -2693,7 +2693,7 @@ public class ConstraintSet {
for (int i = 0; i < split.length; i++) {
String[] split2 = split[i].split("=");
if (split2.length != 2) {
a.j0(a.L(" Unable to parse "), split[i], TAG);
a.n0(a.P(" Unable to parse "), split[i], TAG);
} else {
Constraint.access$700(constraint, split2[0], (float) Integer.decode(split2[1]).intValue());
}
@ -2704,7 +2704,7 @@ public class ConstraintSet {
String[] splitString = splitString(str);
for (int i = 0; i < splitString.length; i++) {
String[] split = splitString[i].split("=");
a.j0(a.L(" Unable to parse "), splitString[i], TAG);
a.n0(a.P(" Unable to parse "), splitString[i], TAG);
Constraint.access$800(constraint, split[0], split[1]);
}
}

View File

@ -379,11 +379,11 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen
this.mAnchorDirectChild = null;
this.mAnchorView = null;
} else {
StringBuilder L = a.L("Could not find CoordinatorLayout descendant view with id ");
L.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId));
L.append(" to anchor view ");
L.append(view);
throw new IllegalStateException(L.toString());
StringBuilder P = a.P("Could not find CoordinatorLayout descendant view with id ");
P.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId));
P.append(" to anchor view ");
P.append(view);
throw new IllegalStateException(P.toString());
}
}
@ -826,11 +826,11 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen
if (behavior == null || !behavior.getInsetDodgeRect(this, view, acquireTempRect)) {
acquireTempRect.set(acquireTempRect2);
} else if (!acquireTempRect2.contains(acquireTempRect)) {
StringBuilder L = a.L("Rect should be within the child's bounds. Rect:");
L.append(acquireTempRect.toShortString());
L.append(" | Bounds:");
L.append(acquireTempRect2.toShortString());
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("Rect should be within the child's bounds. Rect:");
P.append(acquireTempRect.toShortString());
P.append(" | Bounds:");
P.append(acquireTempRect2.toShortString());
throw new IllegalArgumentException(P.toString());
}
releaseTempRect(acquireTempRect2);
if (acquireTempRect.isEmpty()) {
@ -899,7 +899,7 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen
}
return constructor.newInstance(context, attributeSet);
} catch (Exception e) {
throw new RuntimeException(a.s("Could not inflate Behavior subclass ", str), e);
throw new RuntimeException(a.u("Could not inflate Behavior subclass ", str), e);
}
}
@ -1257,10 +1257,10 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen
try {
layoutParams.setBehavior((Behavior) defaultBehavior.value().getDeclaredConstructor(new Class[0]).newInstance(new Object[0]));
} catch (Exception e) {
StringBuilder L = a.L("Default behavior class ");
L.append(defaultBehavior.value().getName());
L.append(" could not be instantiated. Did you forget a default constructor?");
Log.e(TAG, L.toString(), e);
StringBuilder P = a.P("Default behavior class ");
P.append(defaultBehavior.value().getName());
P.append(" could not be instantiated. Did you forget a default constructor?");
Log.e(TAG, P.toString(), e);
}
}
layoutParams.mBehaviorResolved = true;

View File

@ -28,27 +28,27 @@ public final class AccessibilityServiceInfoCompat {
@NonNull
public static String feedbackTypeToString(int i) {
StringBuilder L = a.L("[");
StringBuilder P = a.P("[");
while (i > 0) {
int numberOfTrailingZeros = 1 << Integer.numberOfTrailingZeros(i);
i &= ~numberOfTrailingZeros;
if (L.length() > 1) {
L.append(", ");
if (P.length() > 1) {
P.append(", ");
}
if (numberOfTrailingZeros == 1) {
L.append("FEEDBACK_SPOKEN");
P.append("FEEDBACK_SPOKEN");
} else if (numberOfTrailingZeros == 2) {
L.append("FEEDBACK_HAPTIC");
P.append("FEEDBACK_HAPTIC");
} else if (numberOfTrailingZeros == 4) {
L.append("FEEDBACK_AUDIBLE");
P.append("FEEDBACK_AUDIBLE");
} else if (numberOfTrailingZeros == 8) {
L.append("FEEDBACK_VISUAL");
P.append("FEEDBACK_VISUAL");
} else if (numberOfTrailingZeros == 16) {
L.append("FEEDBACK_GENERIC");
P.append("FEEDBACK_GENERIC");
}
}
L.append("]");
return L.toString();
P.append("]");
return P.toString();
}
@Nullable

View File

@ -265,9 +265,9 @@ public abstract class JobIntentService extends Service {
this.mHasJobId = true;
this.mJobId = i;
} else if (this.mJobId != i) {
StringBuilder M = a.M("Given job ID ", i, " is different than previous ");
M.append(this.mJobId);
throw new IllegalArgumentException(M.toString());
StringBuilder Q = a.Q("Given job ID ", i, " is different than previous ");
Q.append(this.mJobId);
throw new IllegalArgumentException(Q.toString());
}
}

View File

@ -99,10 +99,10 @@ public final class NavUtils {
navigateUpTo(activity, parentActivityIntent);
return;
}
StringBuilder L = a.L("Activity ");
L.append(activity.getClass().getSimpleName());
L.append(" does not have a parent activity name specified. (Did you forget to add the android.support.PARENT_ACTIVITY <meta-data> element in your manifest?)");
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("Activity ");
P.append(activity.getClass().getSimpleName());
P.append(" does not have a parent activity name specified. (Did you forget to add the android.support.PARENT_ACTIVITY <meta-data> element in your manifest?)");
throw new IllegalArgumentException(P.toString());
}
public static void navigateUpTo(@NonNull Activity activity, @NonNull Intent intent) {

View File

@ -67,20 +67,20 @@ public final class NotificationManagerCompat {
public final boolean all;
/* renamed from: id reason: collision with root package name */
public final int f25id;
public final int f27id;
public final String packageName;
public final String tag;
public CancelTask(String str) {
this.packageName = str;
this.f25id = 0;
this.f27id = 0;
this.tag = null;
this.all = true;
}
public CancelTask(String str, int i, String str2) {
this.packageName = str;
this.f25id = i;
this.f27id = i;
this.tag = str2;
this.all = false;
}
@ -90,7 +90,7 @@ public final class NotificationManagerCompat {
if (this.all) {
aVar.cancelAll(this.packageName);
} else {
aVar.cancel(this.packageName, this.f25id, this.tag);
aVar.cancel(this.packageName, this.f27id, this.tag);
}
}
@ -100,32 +100,32 @@ public final class NotificationManagerCompat {
sb.append("packageName:");
sb.append(this.packageName);
sb.append(", id:");
sb.append(this.f25id);
sb.append(this.f27id);
sb.append(", tag:");
sb.append(this.tag);
sb.append(", all:");
return c.d.b.a.a.G(sb, this.all, "]");
return c.d.b.a.a.L(sb, this.all, "]");
}
}
public static class NotifyTask implements Task {
/* renamed from: id reason: collision with root package name */
public final int f26id;
public final int f28id;
public final Notification notif;
public final String packageName;
public final String tag;
public NotifyTask(String str, int i, String str2, Notification notification) {
this.packageName = str;
this.f26id = i;
this.f28id = i;
this.tag = str2;
this.notif = notification;
}
@Override // androidx.core.app.NotificationManagerCompat.Task
public void send(a aVar) throws RemoteException {
aVar.notify(this.packageName, this.f26id, this.tag, this.notif);
aVar.notify(this.packageName, this.f28id, this.tag, this.notif);
}
@NonNull
@ -134,9 +134,9 @@ public final class NotificationManagerCompat {
sb.append("packageName:");
sb.append(this.packageName);
sb.append(", id:");
sb.append(this.f26id);
sb.append(this.f28id);
sb.append(", tag:");
return c.d.b.a.a.D(sb, this.tag, "]");
return c.d.b.a.a.H(sb, this.tag, "]");
}
}
@ -190,9 +190,9 @@ public final class NotificationManagerCompat {
if (bindService) {
listenerRecord.retryCount = 0;
} else {
StringBuilder L = c.d.b.a.a.L("Unable to bind to listener ");
L.append(listenerRecord.componentName);
Log.w(NotificationManagerCompat.TAG, L.toString());
StringBuilder P = c.d.b.a.a.P("Unable to bind to listener ");
P.append(listenerRecord.componentName);
Log.w(NotificationManagerCompat.TAG, P.toString());
this.mContext.unbindService(this);
}
return listenerRecord.bound;
@ -239,12 +239,12 @@ public final class NotificationManagerCompat {
private void processListenerQueue(ListenerRecord listenerRecord) {
if (Log.isLoggable(NotificationManagerCompat.TAG, 3)) {
StringBuilder L = c.d.b.a.a.L("Processing component ");
L.append(listenerRecord.componentName);
L.append(", ");
L.append(listenerRecord.taskQueue.size());
L.append(" queued tasks");
Log.d(NotificationManagerCompat.TAG, L.toString());
StringBuilder P = c.d.b.a.a.P("Processing component ");
P.append(listenerRecord.componentName);
P.append(", ");
P.append(listenerRecord.taskQueue.size());
P.append(" queued tasks");
Log.d(NotificationManagerCompat.TAG, P.toString());
}
if (!listenerRecord.taskQueue.isEmpty()) {
if (!ensureServiceBound(listenerRecord) || listenerRecord.service == null) {
@ -264,14 +264,14 @@ public final class NotificationManagerCompat {
listenerRecord.taskQueue.remove();
} catch (DeadObjectException unused) {
if (Log.isLoggable(NotificationManagerCompat.TAG, 3)) {
StringBuilder L2 = c.d.b.a.a.L("Remote service has died: ");
L2.append(listenerRecord.componentName);
Log.d(NotificationManagerCompat.TAG, L2.toString());
StringBuilder P2 = c.d.b.a.a.P("Remote service has died: ");
P2.append(listenerRecord.componentName);
Log.d(NotificationManagerCompat.TAG, P2.toString());
}
} catch (RemoteException e) {
StringBuilder L3 = c.d.b.a.a.L("RemoteException communicating with ");
L3.append(listenerRecord.componentName);
Log.w(NotificationManagerCompat.TAG, L3.toString(), e);
StringBuilder P3 = c.d.b.a.a.P("RemoteException communicating with ");
P3.append(listenerRecord.componentName);
Log.w(NotificationManagerCompat.TAG, P3.toString(), e);
}
}
if (!listenerRecord.taskQueue.isEmpty()) {
@ -285,14 +285,14 @@ public final class NotificationManagerCompat {
int i = listenerRecord.retryCount + 1;
listenerRecord.retryCount = i;
if (i > 6) {
StringBuilder L = c.d.b.a.a.L("Giving up on delivering ");
L.append(listenerRecord.taskQueue.size());
L.append(" tasks to ");
L.append(listenerRecord.componentName);
L.append(" after ");
L.append(listenerRecord.retryCount);
L.append(" retries");
Log.w(NotificationManagerCompat.TAG, L.toString());
StringBuilder P = c.d.b.a.a.P("Giving up on delivering ");
P.append(listenerRecord.taskQueue.size());
P.append(" tasks to ");
P.append(listenerRecord.componentName);
P.append(" after ");
P.append(listenerRecord.retryCount);
P.append(" retries");
Log.w(NotificationManagerCompat.TAG, P.toString());
listenerRecord.taskQueue.clear();
return;
}
@ -336,9 +336,9 @@ public final class NotificationManagerCompat {
Map.Entry<ComponentName, ListenerRecord> next = it2.next();
if (!hashSet.contains(next.getKey())) {
if (Log.isLoggable(NotificationManagerCompat.TAG, 3)) {
StringBuilder L = c.d.b.a.a.L("Removing listener record for ");
L.append(next.getKey());
Log.d(NotificationManagerCompat.TAG, L.toString());
StringBuilder P = c.d.b.a.a.P("Removing listener record for ");
P.append(next.getKey());
Log.d(NotificationManagerCompat.TAG, P.toString());
}
ensureServiceUnbound(next.getValue());
it2.remove();

View File

@ -234,7 +234,7 @@ public final class RemoteInput {
}
private static String getExtraResultsKeyForData(String str) {
return a.s(EXTRA_DATA_TYPE_RESULTS_DATA, str);
return a.u(EXTRA_DATA_TYPE_RESULTS_DATA, str);
}
public static Bundle getResultsFromIntent(Intent intent) {

View File

@ -433,11 +433,11 @@ public final class ShareCompat {
if (i == 0) {
return (Uri) this.mIntent.getParcelableExtra("android.intent.extra.STREAM");
}
StringBuilder L = a.L("Stream items available: ");
L.append(getStreamCount());
L.append(" index requested: ");
L.append(i);
throw new IndexOutOfBoundsException(L.toString());
StringBuilder P = a.P("Stream items available: ");
P.append(getStreamCount());
P.append(" index requested: ");
P.append(i);
throw new IndexOutOfBoundsException(P.toString());
}
public int getStreamCount() {
@ -486,15 +486,15 @@ public final class ShareCompat {
configureMenuItem(findItem, intentBuilder);
return;
}
throw new IllegalArgumentException(a.k("Could not find menu item with id ", i, " in the supplied menu"));
throw new IllegalArgumentException(a.n("Could not find menu item with id ", i, " in the supplied menu"));
}
public static void configureMenuItem(@NonNull MenuItem menuItem, @NonNull IntentBuilder intentBuilder) {
ActionProvider actionProvider = menuItem.getActionProvider();
ShareActionProvider shareActionProvider = !(actionProvider instanceof ShareActionProvider) ? new ShareActionProvider(intentBuilder.getContext()) : (ShareActionProvider) actionProvider;
StringBuilder L = a.L(HISTORY_FILENAME_PREFIX);
L.append(intentBuilder.getContext().getClass().getName());
shareActionProvider.setShareHistoryFileName(L.toString());
StringBuilder P = a.P(HISTORY_FILENAME_PREFIX);
P.append(intentBuilder.getContext().getClass().getName());
shareActionProvider.setShareHistoryFileName(P.toString());
shareActionProvider.setShareIntent(intentBuilder.getIntent());
menuItem.setActionProvider(shareActionProvider);
}

View File

@ -106,7 +106,7 @@ public class FileProvider extends ContentProvider {
String substring = path2.endsWith(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN) ? canonicalPath.substring(path2.length()) : canonicalPath.substring(path2.length() + 1);
return new Uri.Builder().scheme("content").authority(this.mAuthority).encodedPath(Uri.encode(entry.getKey()) + MentionUtilsKt.SLASH_CHAR + Uri.encode(substring, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN)).build();
}
throw new IllegalArgumentException(a.s("Failed to find configured root that contains ", canonicalPath));
throw new IllegalArgumentException(a.u("Failed to find configured root that contains ", canonicalPath));
} catch (IOException unused) {
throw new IllegalArgumentException("Failed to resolve canonical path for " + file);
}
@ -172,7 +172,7 @@ public class FileProvider extends ContentProvider {
if ("rwt".equals(str)) {
return 1006632960;
}
throw new IllegalArgumentException(a.s("Invalid mode: ", str));
throw new IllegalArgumentException(a.u("Invalid mode: ", str));
}
private static PathStrategy parsePathStrategy(Context context, String str) throws IOException, XmlPullParserException {
@ -224,7 +224,7 @@ public class FileProvider extends ContentProvider {
throw new IllegalArgumentException("Missing android.support.FILE_PROVIDER_PATHS meta-data");
}
} else {
throw new IllegalArgumentException(a.s("Couldn't find meta-data for provider with authority ", str));
throw new IllegalArgumentException(a.u("Couldn't find meta-data for provider with authority ", str));
}
}

View File

@ -197,10 +197,10 @@ public class ShortcutInfoCompat {
persistableBundle.putInt(EXTRA_PERSON_COUNT, personArr.length);
int i = 0;
while (i < this.mPersons.length) {
StringBuilder L = a.L(EXTRA_PERSON_);
StringBuilder P = a.P(EXTRA_PERSON_);
int i2 = i + 1;
L.append(i2);
persistableBundle.putPersistableBundle(L.toString(), this.mPersons[i].toPersistableBundle());
P.append(i2);
persistableBundle.putPersistableBundle(P.toString(), this.mPersons[i].toPersistableBundle());
i = i2;
}
}
@ -230,10 +230,10 @@ public class ShortcutInfoCompat {
Person[] personArr = new Person[i];
int i2 = 0;
while (i2 < i) {
StringBuilder L = a.L(EXTRA_PERSON_);
StringBuilder P = a.P(EXTRA_PERSON_);
int i3 = i2 + 1;
L.append(i3);
personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(L.toString()));
P.append(i3);
personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(P.toString()));
i2 = i3;
}
return personArr;

View File

@ -101,7 +101,7 @@ public final class GradientColorInflaterCompat {
throw new XmlPullParserException(xmlPullParser.getPositionDescription() + ": invalid gradient color tag " + name);
}
/* JADX WARNING: Code restructure failed: missing block: B:17:0x0080, code lost:
/* JADX WARNING: Code restructure failed: missing block: B:17:0x0081, code lost:
throw new org.xmlpull.v1.XmlPullParserException(r10.getPositionDescription() + ": <item> tag requires a 'color' attribute and a 'offset' attribute!");
*/
private static ColorStops inflateChildElements(@NonNull Resources resources, @NonNull XmlPullParser xmlPullParser, @NonNull AttributeSet attributeSet, @Nullable Resources.Theme theme) throws XmlPullParserException, IOException {

View File

@ -172,12 +172,12 @@ public final class ResourcesCompat {
if (typedValue.type == 4) {
return typedValue.getFloat();
}
StringBuilder L = a.L("Resource ID #0x");
L.append(Integer.toHexString(i));
L.append(" type #0x");
L.append(Integer.toHexString(typedValue.type));
L.append(" is not valid");
throw new Resources.NotFoundException(L.toString());
StringBuilder P = a.P("Resource ID #0x");
P.append(Integer.toHexString(i));
P.append(" type #0x");
P.append(Integer.toHexString(typedValue.type));
P.append(" is not valid");
throw new Resources.NotFoundException(P.toString());
}
@Nullable
@ -212,10 +212,10 @@ public final class ResourcesCompat {
if (loadFont != null || fontCallback != null) {
return loadFont;
}
StringBuilder L = a.L("Font resource ID #0x");
L.append(Integer.toHexString(i));
L.append(" could not be retrieved.");
throw new Resources.NotFoundException(L.toString());
StringBuilder P = a.P("Font resource ID #0x");
P.append(Integer.toHexString(i));
P.append(" could not be retrieved.");
throw new Resources.NotFoundException(P.toString());
}
/* JADX WARNING: Removed duplicated region for block: B:34:0x00a4 */
@ -270,13 +270,13 @@ public final class ResourcesCompat {
return null;
}
} else {
StringBuilder L = a.L("Resource \"");
L.append(resources.getResourceName(i));
L.append("\" (");
L.append(Integer.toHexString(i));
L.append(") is not a Font: ");
L.append(typedValue);
throw new Resources.NotFoundException(L.toString());
StringBuilder P = a.P("Resource \"");
P.append(resources.getResourceName(i));
P.append("\" (");
P.append(Integer.toHexString(i));
P.append(") is not a Font: ");
P.append(typedValue);
throw new Resources.NotFoundException(P.toString());
}
}
}

View File

@ -20,7 +20,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -33,7 +33,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i5, canvas, save, i5);
a.b0(i5, canvas, save, i5);
}
}
@ -47,7 +47,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -61,7 +61,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -75,7 +75,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -89,7 +89,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -106,7 +106,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i2, canvas, save, i2);
a.b0(i2, canvas, save, i2);
}
}
@ -119,7 +119,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -141,7 +141,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i2, canvas, save, i2);
a.b0(i2, canvas, save, i2);
}
}
@ -153,7 +153,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -166,7 +166,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -191,7 +191,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i2, canvas, save, i2);
a.b0(i2, canvas, save, i2);
}
}
@ -204,7 +204,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -223,7 +223,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i2, canvas, save, i2);
a.b0(i2, canvas, save, i2);
}
}
@ -236,7 +236,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i, canvas, save, i);
a.b0(i, canvas, save, i);
}
}
@ -255,7 +255,7 @@ public final class CanvasKt {
try {
function1.invoke(canvas);
} finally {
a.X(i2, canvas, save, i2);
a.b0(i2, canvas, save, i2);
}
}
}

View File

@ -206,9 +206,9 @@ public final class ColorUtils {
double calculateLuminance2 = calculateLuminance(i2) + 0.05d;
return Math.max(calculateLuminance, calculateLuminance2) / Math.min(calculateLuminance, calculateLuminance2);
}
StringBuilder L = a.L("background can not be translucent: #");
L.append(Integer.toHexString(i2));
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("background can not be translucent: #");
P.append(Integer.toHexString(i2));
throw new IllegalArgumentException(P.toString());
}
@FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d)
@ -236,9 +236,9 @@ public final class ColorUtils {
}
return i3;
}
StringBuilder L = a.L("background can not be translucent: #");
L.append(Integer.toHexString(i2));
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("background can not be translucent: #");
P.append(Integer.toHexString(i2));
throw new IllegalArgumentException(P.toString());
}
@VisibleForTesting
@ -298,12 +298,12 @@ public final class ColorUtils {
}
return Color.valueOf(components2, color2.getColorSpace());
}
StringBuilder L = a.L("Color models must match (");
L.append(color.getModel());
L.append(" vs. ");
L.append(color2.getModel());
L.append(")");
throw new IllegalArgumentException(L.toString());
StringBuilder P = a.P("Color models must match (");
P.append(color.getModel());
P.append(" vs. ");
P.append(color2.getModel());
P.append(")");
throw new IllegalArgumentException(P.toString());
}
private static int compositeComponent(int i, int i2, int i3, int i4, int i5) {

View File

@ -66,13 +66,13 @@ public final class Insets {
}
public String toString() {
StringBuilder L = a.L("Insets{left=");
L.append(this.left);
L.append(", top=");
L.append(this.top);
L.append(", right=");
L.append(this.right);
L.append(", bottom=");
return a.v(L, this.bottom, '}');
StringBuilder P = a.P("Insets{left=");
P.append(this.left);
P.append(", top=");
P.append(this.top);
P.append(", right=");
P.append(this.right);
P.append(", bottom=");
return a.y(P, this.bottom, '}');
}
}

View File

@ -504,7 +504,7 @@ public class PathParser {
PathDataNode.nodesToPath(createNodesFromPathData, path);
return path;
} catch (RuntimeException e) {
throw new RuntimeException(a.s("Error in parsing ", str), e);
throw new RuntimeException(a.u("Error in parsing ", str), e);
}
}
@ -592,7 +592,7 @@ public class PathParser {
}
return copyOfRange(fArr, 0, i2);
} catch (NumberFormatException e) {
throw new RuntimeException(a.t("error in parsing \"", str, "\""), e);
throw new RuntimeException(a.v("error in parsing \"", str, "\""), e);
}
}

View File

@ -59,15 +59,15 @@ public final class PathSegment {
}
public String toString() {
StringBuilder L = a.L("PathSegment{start=");
L.append(this.mStart);
L.append(", startFraction=");
L.append(this.mStartFraction);
L.append(", end=");
L.append(this.mEnd);
L.append(", endFraction=");
L.append(this.mEndFraction);
L.append('}');
return L.toString();
StringBuilder P = a.P("PathSegment{start=");
P.append(this.mStart);
P.append(", startFraction=");
P.append(this.mStartFraction);
P.append(", end=");
P.append(this.mEnd);
P.append(", endFraction=");
P.append(this.mEndFraction);
P.append('}');
return P.toString();
}
}

View File

@ -60,9 +60,9 @@ public class TypefaceCompatApi26Impl extends TypefaceCompatApi21Impl {
method5 = obtainCreateFromFamiliesWithDefaultMethod(obtainFontFamily);
cls = obtainFontFamily;
} catch (ClassNotFoundException | NoSuchMethodException e) {
StringBuilder L = a.L("Unable to collect necessary methods for class ");
L.append(e.getClass().getName());
Log.e(TAG, L.toString(), e);
StringBuilder P = a.P("Unable to collect necessary methods for class ");
P.append(e.getClass().getName());
Log.e(TAG, P.toString(), e);
method5 = null;
constructor = null;
method4 = null;

View File

@ -134,14 +134,14 @@ public class TypefaceCompatUtil {
if (cacheDir == null) {
return null;
}
StringBuilder L = a.L(CACHE_FILE_PREFIX);
L.append(Process.myPid());
L.append("-");
L.append(Process.myTid());
L.append("-");
String sb = L.toString();
StringBuilder P = a.P(CACHE_FILE_PREFIX);
P.append(Process.myPid());
P.append("-");
P.append(Process.myTid());
P.append("-");
String sb = P.toString();
for (int i = 0; i < 100; i++) {
File file = new File(cacheDir, a.j(sb, i));
File file = new File(cacheDir, a.l(sb, i));
try {
if (file.createNewFile()) {
return file;

View File

@ -123,7 +123,7 @@ public class IconCompat extends CustomVersionedParcelable {
break;
case 0:
default:
a.f0("Unknown type ", i, TAG);
a.j0("Unknown type ", i, TAG);
return null;
case 2:
case 4:
@ -514,9 +514,9 @@ public class IconCompat extends CustomVersionedParcelable {
drawable2.setBounds(0, 0, bitmap.getWidth(), bitmap.getHeight());
drawable2.draw(new Canvas(bitmap));
} catch (PackageManager.NameNotFoundException e) {
StringBuilder L = a.L("Can't find package ");
L.append(this.mObj1);
throw new IllegalArgumentException(L.toString(), e);
StringBuilder P = a.P("Can't find package ");
P.append(this.mObj1);
throw new IllegalArgumentException(P.toString(), e);
}
} else if (i == 5) {
bitmap = createLegacyIconFromAdaptiveIcon((Bitmap) this.mObj1, true);
@ -799,14 +799,14 @@ public class IconCompat extends CustomVersionedParcelable {
break;
}
} else {
StringBuilder L = a.L("Cannot load adaptive icon from uri: ");
L.append(getUri());
throw new IllegalStateException(L.toString());
StringBuilder P = a.P("Cannot load adaptive icon from uri: ");
P.append(getUri());
throw new IllegalStateException(P.toString());
}
} else {
StringBuilder L2 = a.L("Context is required to resolve the file uri of the icon: ");
L2.append(getUri());
throw new IllegalArgumentException(L2.toString());
StringBuilder P2 = a.P("Context is required to resolve the file uri of the icon: ");
P2.append(getUri());
throw new IllegalArgumentException(P2.toString());
}
}
ColorStateList colorStateList = this.mTintList;

View File

@ -61,7 +61,7 @@ public final class RoundedBitmapDrawableFactory {
public static RoundedBitmapDrawable create(@NonNull Resources resources, @NonNull String str) {
RoundedBitmapDrawable create = create(resources, BitmapFactory.decodeFile(str));
if (create.getBitmap() == null) {
a.h0("RoundedBitmapDrawable cannot decode ", str, TAG);
a.l0("RoundedBitmapDrawable cannot decode ", str, TAG);
}
return create;
}

View File

@ -30,15 +30,15 @@ public final class UriCompat {
}
return sb.toString();
} else if (scheme.equalsIgnoreCase("http") || scheme.equalsIgnoreCase(Constants.SCHEME) || scheme.equalsIgnoreCase("ftp") || scheme.equalsIgnoreCase("rtsp")) {
StringBuilder L = a.L("//");
StringBuilder P = a.P("//");
String str = "";
L.append(uri.getHost() != null ? uri.getHost() : str);
P.append(uri.getHost() != null ? uri.getHost() : str);
if (uri.getPort() != -1) {
StringBuilder L2 = a.L(":");
L2.append(uri.getPort());
str = L2.toString();
StringBuilder P2 = a.P(":");
P2.append(uri.getPort());
str = P2.toString();
}
schemeSpecificPart = a.D(L, str, "/...");
schemeSpecificPart = a.H(P, str, "/...");
}
}
StringBuilder sb2 = new StringBuilder(64);

View File

@ -48,7 +48,7 @@ public final class LocaleListCompat {
return new Locale(split2[0]);
}
}
throw new IllegalArgumentException(a.t("Can not parse language tag: [", str, "]"));
throw new IllegalArgumentException(a.v("Can not parse language tag: [", str, "]"));
}
@NonNull

View File

@ -30,7 +30,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface {
for (int i = 0; i < localeArr.length; i++) {
Locale locale = localeArr[i];
if (locale == null) {
throw new NullPointerException(a.k("list[", i, "] is null"));
throw new NullPointerException(a.n("list[", i, "] is null"));
} else if (!hashSet.contains(locale)) {
Locale locale2 = (Locale) locale.clone();
localeArr2[i] = locale2;
@ -40,7 +40,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface {
}
hashSet.add(locale2);
} else {
throw new IllegalArgumentException(a.k("list[", i, "] is a repetition"));
throw new IllegalArgumentException(a.n("list[", i, "] is a repetition"));
}
}
this.mList = localeArr2;
@ -228,19 +228,19 @@ public final class LocaleListCompatWrapper implements LocaleListInterface {
}
public String toString() {
StringBuilder L = a.L("[");
StringBuilder P = a.P("[");
int i = 0;
while (true) {
Locale[] localeArr = this.mList;
if (i < localeArr.length) {
L.append(localeArr[i]);
P.append(localeArr[i]);
if (i < this.mList.length - 1) {
L.append(',');
P.append(',');
}
i++;
} else {
L.append("]");
return L.toString();
P.append("]");
return P.toString();
}
}
}

View File

@ -73,14 +73,14 @@ public final class FontRequest {
public String toString() {
StringBuilder sb = new StringBuilder();
StringBuilder L = a.L("FontRequest {mProviderAuthority: ");
L.append(this.mProviderAuthority);
L.append(", mProviderPackage: ");
L.append(this.mProviderPackage);
L.append(", mQuery: ");
L.append(this.mQuery);
L.append(", mCertificates:");
sb.append(L.toString());
StringBuilder P = a.P("FontRequest {mProviderAuthority: ");
P.append(this.mProviderAuthority);
P.append(", mProviderPackage: ");
P.append(this.mProviderPackage);
P.append(", mQuery: ");
P.append(this.mQuery);
P.append(", mCertificates:");
sb.append(P.toString());
for (int i = 0; i < this.mCertificates.size(); i++) {
sb.append(" [");
List<byte[]> list = this.mCertificates.get(i);

View File

@ -569,7 +569,7 @@ public class FontsContractCompat {
String providerAuthority = fontRequest.getProviderAuthority();
ProviderInfo resolveContentProvider = packageManager.resolveContentProvider(providerAuthority, 0);
if (resolveContentProvider == null) {
throw new PackageManager.NameNotFoundException(a.s("No package found for authority: ", providerAuthority));
throw new PackageManager.NameNotFoundException(a.u("No package found for authority: ", providerAuthority));
} else if (resolveContentProvider.packageName.equals(fontRequest.getProviderPackage())) {
List<byte[]> convertToByteArrayList = convertToByteArrayList(packageManager.getPackageInfo(resolveContentProvider.packageName, 64).signatures);
Collections.sort(convertToByteArrayList, sByteArrayComparator);
@ -583,9 +583,9 @@ public class FontsContractCompat {
}
return null;
} else {
StringBuilder Q = a.Q("Found content provider ", providerAuthority, ", but package was not ");
Q.append(fontRequest.getProviderPackage());
throw new PackageManager.NameNotFoundException(Q.toString());
StringBuilder V = a.V("Found content provider ", providerAuthority, ", but package was not ");
V.append(fontRequest.getProviderPackage());
throw new PackageManager.NameNotFoundException(V.toString());
}
}

View File

@ -172,36 +172,36 @@ public class PrecomputedTextCompat implements Spannable {
public String toString() {
StringBuilder sb = new StringBuilder("{");
StringBuilder L = a.L("textSize=");
L.append(this.mPaint.getTextSize());
sb.append(L.toString());
StringBuilder P = a.P("textSize=");
P.append(this.mPaint.getTextSize());
sb.append(P.toString());
sb.append(", textScaleX=" + this.mPaint.getTextScaleX());
sb.append(", textSkewX=" + this.mPaint.getTextSkewX());
int i = Build.VERSION.SDK_INT;
StringBuilder L2 = a.L(", letterSpacing=");
L2.append(this.mPaint.getLetterSpacing());
sb.append(L2.toString());
StringBuilder P2 = a.P(", letterSpacing=");
P2.append(this.mPaint.getLetterSpacing());
sb.append(P2.toString());
sb.append(", elegantTextHeight=" + this.mPaint.isElegantTextHeight());
if (i >= 24) {
StringBuilder L3 = a.L(", textLocale=");
L3.append(this.mPaint.getTextLocales());
sb.append(L3.toString());
StringBuilder P3 = a.P(", textLocale=");
P3.append(this.mPaint.getTextLocales());
sb.append(P3.toString());
} else {
StringBuilder L4 = a.L(", textLocale=");
L4.append(this.mPaint.getTextLocale());
sb.append(L4.toString());
StringBuilder P4 = a.P(", textLocale=");
P4.append(this.mPaint.getTextLocale());
sb.append(P4.toString());
}
StringBuilder L5 = a.L(", typeface=");
L5.append(this.mPaint.getTypeface());
sb.append(L5.toString());
StringBuilder P5 = a.P(", typeface=");
P5.append(this.mPaint.getTypeface());
sb.append(P5.toString());
if (i >= 26) {
StringBuilder L6 = a.L(", variationSettings=");
L6.append(this.mPaint.getFontVariationSettings());
sb.append(L6.toString());
StringBuilder P6 = a.P(", variationSettings=");
P6.append(this.mPaint.getFontVariationSettings());
sb.append(P6.toString());
}
StringBuilder L7 = a.L(", textDir=");
L7.append(this.mTextDir);
sb.append(L7.toString());
StringBuilder P7 = a.P(", textDir=");
P7.append(this.mTextDir);
sb.append(P7.toString());
sb.append(", breakStrategy=" + this.mBreakStrategy);
sb.append(", hyphenationFrequency=" + this.mHyphenationFrequency);
sb.append("}");

View File

@ -272,7 +272,7 @@ public final class LinkifyCompat {
str = strArr[i] + str.substring(strArr[i].length());
}
}
return (z2 || strArr.length <= 0) ? str : a.D(new StringBuilder(), strArr[0], str);
return (z2 || strArr.length <= 0) ? str : a.H(new StringBuilder(), strArr[0], str);
}
private static void pruneOverlaps(ArrayList<LinkSpec> arrayList, Spannable spannable) {

Some files were not shown because too many files have changed in this diff Show More