CrackMe.apk

Download file
    package com.facebook.react.uimanager;

import android.view.View;
import com.facebook.react.bridge.ReadableArray;
import com.facebook.react.uimanager.BaseViewManagerInterface;

public abstract class BaseViewManagerDelegate<T extends View, U extends BaseViewManagerInterface<T>> implements ViewManagerDelegate<T> {
    protected final U mViewManager;

    public void receiveCommand(T t, String str, ReadableArray readableArray) {
    }

    public BaseViewManagerDelegate(U u) {
        this.mViewManager = u;
    }

    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v0, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v1, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v2, resolved type: int} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v3, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v5, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v6, resolved type: int} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v7, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v8, resolved type: boolean} */
    /* JADX DEBUG: Multi-variable search result rejected for TypeSearchVarInfo{r1v9, resolved type: boolean} */
    /* JADX WARNING: Multi-variable type inference failed */
    /* Code decompiled incorrectly, please refer to instructions dump. */
    public void setProperty(T r5, java.lang.String r6, java.lang.Object r7) {
        /*
            r4 = this;
            r6.hashCode()
            int r0 = r6.hashCode()
            r1 = 0
            r2 = -1
            switch(r0) {
                case -1721943862: goto L_0x0186;
                case -1721943861: goto L_0x017a;
                case -1589741021: goto L_0x016e;
                case -1267206133: goto L_0x0163;
                case -1228066334: goto L_0x0158;
                case -908189618: goto L_0x014d;
                case -908189617: goto L_0x0142;
                case -877170387: goto L_0x0136;
                case -731417480: goto L_0x0127;
                case -101663499: goto L_0x0119;
                case -101359900: goto L_0x010b;
                case -80891667: goto L_0x00fd;
                case -40300674: goto L_0x00ef;
                case -4379043: goto L_0x00e1;
                case 36255470: goto L_0x00d3;
                case 333432965: goto L_0x00c5;
                case 581268560: goto L_0x00b7;
                case 588239831: goto L_0x00a9;
                case 746986311: goto L_0x009b;
                case 1052666732: goto L_0x008c;
                case 1146842694: goto L_0x007e;
                case 1153872867: goto L_0x0070;
                case 1287124693: goto L_0x0062;
                case 1349188574: goto L_0x0054;
                case 1505602511: goto L_0x0046;
                case 1761903244: goto L_0x0038;
                case 1865277756: goto L_0x002a;
                case 1993034687: goto L_0x001c;
                case 2045685618: goto L_0x000e;
                default: goto L_0x000c;
            }
        L_0x000c:
            goto L_0x0191
        L_0x000e:
            java.lang.String r0 = "nativeID"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0018
            goto L_0x0191
        L_0x0018:
            r2 = 28
            goto L_0x0191
        L_0x001c:
            java.lang.String r0 = "accessibilityCollectionItem"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0026
            goto L_0x0191
        L_0x0026:
            r2 = 27
            goto L_0x0191
        L_0x002a:
            java.lang.String r0 = "accessibilityLabelledBy"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0034
            goto L_0x0191
        L_0x0034:
            r2 = 26
            goto L_0x0191
        L_0x0038:
            java.lang.String r0 = "accessibilityCollection"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0042
            goto L_0x0191
        L_0x0042:
            r2 = 25
            goto L_0x0191
        L_0x0046:
            java.lang.String r0 = "accessibilityActions"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0050
            goto L_0x0191
        L_0x0050:
            r2 = 24
            goto L_0x0191
        L_0x0054:
            java.lang.String r0 = "borderRadius"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x005e
            goto L_0x0191
        L_0x005e:
            r2 = 23
            goto L_0x0191
        L_0x0062:
            java.lang.String r0 = "backgroundColor"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x006c
            goto L_0x0191
        L_0x006c:
            r2 = 22
            goto L_0x0191
        L_0x0070:
            java.lang.String r0 = "accessibilityState"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x007a
            goto L_0x0191
        L_0x007a:
            r2 = 21
            goto L_0x0191
        L_0x007e:
            java.lang.String r0 = "accessibilityLabel"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0088
            goto L_0x0191
        L_0x0088:
            r2 = 20
            goto L_0x0191
        L_0x008c:
            java.lang.String r0 = "transform"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0097
            goto L_0x0191
        L_0x0097:
            r2 = 19
            goto L_0x0191
        L_0x009b:
            java.lang.String r0 = "importantForAccessibility"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00a5
            goto L_0x0191
        L_0x00a5:
            r2 = 18
            goto L_0x0191
        L_0x00a9:
            java.lang.String r0 = "borderBottomRightRadius"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00b3
            goto L_0x0191
        L_0x00b3:
            r2 = 17
            goto L_0x0191
        L_0x00b7:
            java.lang.String r0 = "borderBottomLeftRadius"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00c1
            goto L_0x0191
        L_0x00c1:
            r2 = 16
            goto L_0x0191
        L_0x00c5:
            java.lang.String r0 = "borderTopRightRadius"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00cf
            goto L_0x0191
        L_0x00cf:
            r2 = 15
            goto L_0x0191
        L_0x00d3:
            java.lang.String r0 = "accessibilityLiveRegion"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00dd
            goto L_0x0191
        L_0x00dd:
            r2 = 14
            goto L_0x0191
        L_0x00e1:
            java.lang.String r0 = "elevation"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00eb
            goto L_0x0191
        L_0x00eb:
            r2 = 13
            goto L_0x0191
        L_0x00ef:
            java.lang.String r0 = "rotation"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x00f9
            goto L_0x0191
        L_0x00f9:
            r2 = 12
            goto L_0x0191
        L_0x00fd:
            java.lang.String r0 = "renderToHardwareTextureAndroid"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0107
            goto L_0x0191
        L_0x0107:
            r2 = 11
            goto L_0x0191
        L_0x010b:
            java.lang.String r0 = "accessibilityRole"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0115
            goto L_0x0191
        L_0x0115:
            r2 = 10
            goto L_0x0191
        L_0x0119:
            java.lang.String r0 = "accessibilityHint"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0123
            goto L_0x0191
        L_0x0123:
            r2 = 9
            goto L_0x0191
        L_0x0127:
            java.lang.String r0 = "zIndex"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0132
            goto L_0x0191
        L_0x0132:
            r2 = 8
            goto L_0x0191
        L_0x0136:
            java.lang.String r0 = "testID"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0140
            goto L_0x0191
        L_0x0140:
            r2 = 7
            goto L_0x0191
        L_0x0142:
            java.lang.String r0 = "scaleY"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x014b
            goto L_0x0191
        L_0x014b:
            r2 = 6
            goto L_0x0191
        L_0x014d:
            java.lang.String r0 = "scaleX"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0156
            goto L_0x0191
        L_0x0156:
            r2 = 5
            goto L_0x0191
        L_0x0158:
            java.lang.String r0 = "borderTopLeftRadius"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0161
            goto L_0x0191
        L_0x0161:
            r2 = 4
            goto L_0x0191
        L_0x0163:
            java.lang.String r0 = "opacity"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x016c
            goto L_0x0191
        L_0x016c:
            r2 = 3
            goto L_0x0191
        L_0x016e:
            java.lang.String r0 = "shadowColor"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0178
            goto L_0x0191
        L_0x0178:
            r2 = 2
            goto L_0x0191
        L_0x017a:
            java.lang.String r0 = "translateY"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0184
            goto L_0x0191
        L_0x0184:
            r2 = 1
            goto L_0x0191
        L_0x0186:
            java.lang.String r0 = "translateX"
            boolean r6 = r6.equals(r0)
            if (r6 != 0) goto L_0x0190
            goto L_0x0191
        L_0x0190:
            r2 = 0
        L_0x0191:
            r6 = 1065353216(0x3f800000, float:1.0)
            r0 = 0
            r3 = 2143289344(0x7fc00000, float:NaN)
            switch(r2) {
                case 0: goto L_0x0306;
                case 1: goto L_0x02f7;
                case 2: goto L_0x02e2;
                case 3: goto L_0x02d3;
                case 4: goto L_0x02c4;
                case 5: goto L_0x02b5;
                case 6: goto L_0x02a6;
                case 7: goto L_0x029d;
                case 8: goto L_0x028d;
                case 9: goto L_0x0284;
                case 10: goto L_0x027b;
                case 11: goto L_0x026b;
                case 12: goto L_0x025b;
                case 13: goto L_0x024b;
                case 14: goto L_0x0242;
                case 15: goto L_0x0232;
                case 16: goto L_0x0222;
                case 17: goto L_0x0212;
                case 18: goto L_0x0209;
                case 19: goto L_0x0200;
                case 20: goto L_0x01f7;
                case 21: goto L_0x01ee;
                case 22: goto L_0x01d8;
                case 23: goto L_0x01c8;
                case 24: goto L_0x01bf;
                case 25: goto L_0x01b6;
                case 26: goto L_0x01ad;
                case 27: goto L_0x01a4;
                case 28: goto L_0x019b;
                default: goto L_0x0199;
            }
        L_0x0199:
            goto L_0x0314
        L_0x019b:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setNativeId(r5, r7)
            goto L_0x0314
        L_0x01a4:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.ReadableMap r7 = (com.facebook.react.bridge.ReadableMap) r7
            r6.setAccessibilityCollectionItem(r5, r7)
            goto L_0x0314
        L_0x01ad:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.Dynamic r7 = (com.facebook.react.bridge.Dynamic) r7
            r6.setAccessibilityLabelledBy(r5, r7)
            goto L_0x0314
        L_0x01b6:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.ReadableMap r7 = (com.facebook.react.bridge.ReadableMap) r7
            r6.setAccessibilityCollection(r5, r7)
            goto L_0x0314
        L_0x01bf:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.ReadableArray r7 = (com.facebook.react.bridge.ReadableArray) r7
            r6.setAccessibilityActions(r5, r7)
            goto L_0x0314
        L_0x01c8:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x01cd
            goto L_0x01d3
        L_0x01cd:
            java.lang.Double r7 = (java.lang.Double) r7
            float r3 = r7.floatValue()
        L_0x01d3:
            r6.setBorderRadius(r5, r3)
            goto L_0x0314
        L_0x01d8:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x01dd
            goto L_0x01e9
        L_0x01dd:
            android.content.Context r0 = r5.getContext()
            java.lang.Integer r7 = com.facebook.react.bridge.ColorPropConverter.getColor(r7, r0)
            int r1 = r7.intValue()
        L_0x01e9:
            r6.setBackgroundColor(r5, r1)
            goto L_0x0314
        L_0x01ee:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.ReadableMap r7 = (com.facebook.react.bridge.ReadableMap) r7
            r6.setViewState(r5, r7)
            goto L_0x0314
        L_0x01f7:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setAccessibilityLabel(r5, r7)
            goto L_0x0314
        L_0x0200:
            U r6 = r4.mViewManager
            com.facebook.react.bridge.ReadableArray r7 = (com.facebook.react.bridge.ReadableArray) r7
            r6.setTransform(r5, r7)
            goto L_0x0314
        L_0x0209:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setImportantForAccessibility(r5, r7)
            goto L_0x0314
        L_0x0212:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0217
            goto L_0x021d
        L_0x0217:
            java.lang.Double r7 = (java.lang.Double) r7
            float r3 = r7.floatValue()
        L_0x021d:
            r6.setBorderBottomRightRadius(r5, r3)
            goto L_0x0314
        L_0x0222:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0227
            goto L_0x022d
        L_0x0227:
            java.lang.Double r7 = (java.lang.Double) r7
            float r3 = r7.floatValue()
        L_0x022d:
            r6.setBorderBottomLeftRadius(r5, r3)
            goto L_0x0314
        L_0x0232:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0237
            goto L_0x023d
        L_0x0237:
            java.lang.Double r7 = (java.lang.Double) r7
            float r3 = r7.floatValue()
        L_0x023d:
            r6.setBorderTopRightRadius(r5, r3)
            goto L_0x0314
        L_0x0242:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setAccessibilityLiveRegion(r5, r7)
            goto L_0x0314
        L_0x024b:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0250
            goto L_0x0256
        L_0x0250:
            java.lang.Double r7 = (java.lang.Double) r7
            float r0 = r7.floatValue()
        L_0x0256:
            r6.setElevation(r5, r0)
            goto L_0x0314
        L_0x025b:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0260
            goto L_0x0266
        L_0x0260:
            java.lang.Double r7 = (java.lang.Double) r7
            float r0 = r7.floatValue()
        L_0x0266:
            r6.setRotation(r5, r0)
            goto L_0x0314
        L_0x026b:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0270
            goto L_0x0276
        L_0x0270:
            java.lang.Boolean r7 = (java.lang.Boolean) r7
            boolean r1 = r7.booleanValue()
        L_0x0276:
            r6.setRenderToHardwareTexture(r5, r1)
            goto L_0x0314
        L_0x027b:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setAccessibilityRole(r5, r7)
            goto L_0x0314
        L_0x0284:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setAccessibilityHint(r5, r7)
            goto L_0x0314
        L_0x028d:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x0292
            goto L_0x0298
        L_0x0292:
            java.lang.Double r7 = (java.lang.Double) r7
            float r0 = r7.floatValue()
        L_0x0298:
            r6.setZIndex(r5, r0)
            goto L_0x0314
        L_0x029d:
            U r6 = r4.mViewManager
            java.lang.String r7 = (java.lang.String) r7
            r6.setTestId(r5, r7)
            goto L_0x0314
        L_0x02a6:
            U r0 = r4.mViewManager
            if (r7 != 0) goto L_0x02ab
            goto L_0x02b1
        L_0x02ab:
            java.lang.Double r7 = (java.lang.Double) r7
            float r6 = r7.floatValue()
        L_0x02b1:
            r0.setScaleY(r5, r6)
            goto L_0x0314
        L_0x02b5:
            U r0 = r4.mViewManager
            if (r7 != 0) goto L_0x02ba
            goto L_0x02c0
        L_0x02ba:
            java.lang.Double r7 = (java.lang.Double) r7
            float r6 = r7.floatValue()
        L_0x02c0:
            r0.setScaleX(r5, r6)
            goto L_0x0314
        L_0x02c4:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x02c9
            goto L_0x02cf
        L_0x02c9:
            java.lang.Double r7 = (java.lang.Double) r7
            float r3 = r7.floatValue()
        L_0x02cf:
            r6.setBorderTopLeftRadius(r5, r3)
            goto L_0x0314
        L_0x02d3:
            U r0 = r4.mViewManager
            if (r7 != 0) goto L_0x02d8
            goto L_0x02de
        L_0x02d8:
            java.lang.Double r7 = (java.lang.Double) r7
            float r6 = r7.floatValue()
        L_0x02de:
            r0.setOpacity(r5, r6)
            goto L_0x0314
        L_0x02e2:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x02e7
            goto L_0x02f3
        L_0x02e7:
            android.content.Context r0 = r5.getContext()
            java.lang.Integer r7 = com.facebook.react.bridge.ColorPropConverter.getColor(r7, r0)
            int r1 = r7.intValue()
        L_0x02f3:
            r6.setShadowColor(r5, r1)
            goto L_0x0314
        L_0x02f7:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x02fc
            goto L_0x0302
        L_0x02fc:
            java.lang.Double r7 = (java.lang.Double) r7
            float r0 = r7.floatValue()
        L_0x0302:
            r6.setTranslateY(r5, r0)
            goto L_0x0314
        L_0x0306:
            U r6 = r4.mViewManager
            if (r7 != 0) goto L_0x030b
            goto L_0x0311
        L_0x030b:
            java.lang.Double r7 = (java.lang.Double) r7
            float r0 = r7.floatValue()
        L_0x0311:
            r6.setTranslateX(r5, r0)
        L_0x0314:
            return
        */
        throw new UnsupportedOperationException("Method not decompiled: com.facebook.react.uimanager.BaseViewManagerDelegate.setProperty(android.view.View, java.lang.String, java.lang.Object):void");
    }
}
    
Download file