导航菜单

页面标题

页面副标题

Petal Maps v4.7.0.310001 - FragmentExploreBindingImpl.java 源代码

正在查看: Petal Maps v4.7.0.310001 应用的 FragmentExploreBindingImpl.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.huawei.maps.app.databinding;

import android.util.SparseIntArray;
import android.view.View;
import android.view.ViewStub;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.databinding.DataBindingComponent;
import androidx.databinding.ViewDataBinding;
import androidx.databinding.ViewStubProxy;
import androidx.lifecycle.LifecycleOwner;
import androidx.lifecycle.MutableLiveData;
import androidx.viewpager.widget.ViewPager;
import com.google.android.material.appbar.CollapsingToolbarLayout;
import com.google.android.material.imageview.ShapeableImageView;
import com.huawei.maps.app.R;
import com.huawei.maps.app.generated.callback.OnClickListener;
import com.huawei.maps.app.petalmaps.view.CustomAppbarLayout;
import com.huawei.maps.app.search.ui.custom.BannerViewPager;
import com.huawei.maps.app.search.viewmodel.ExploreViewModel;
import com.huawei.maps.app.search.viewmodel.NearByViewModel;
import com.huawei.maps.businessbase.manager.MapMutableLiveData;
import com.huawei.maps.commonui.view.CustomTabLayout;
import com.huawei.maps.commonui.view.MapCustomCardView;
import com.huawei.maps.commonui.view.MapCustomTextView;
import com.huawei.maps.poi.databinding.ItemRatingViewHolderBinding;
import com.huawei.maps.poi.service.bean.NearbyUsercenterResponse;
import com.huawei.uikit.hwrecyclerview.widget.HwRecyclerView;
import java.util.List;

public class FragmentExploreBindingImpl extends FragmentExploreBinding implements OnClickListener.Listener {

    @Nullable
    public static final ViewDataBinding.IncludedLayouts i;

    @Nullable
    public static final SparseIntArray j;

    @NonNull
    public final MapCustomTextView a;

    @NonNull
    public final LinearLayout b;

    @NonNull
    public final View c;

    @NonNull
    public final View d;

    @NonNull
    public final RelativeLayout e;

    @Nullable
    public final View.OnClickListener f;
    public long g;
    public long h;

    static {
        ViewDataBinding.IncludedLayouts includedLayouts = new ViewDataBinding.IncludedLayouts(30);
        i = includedLayouts;
        includedLayouts.setIncludes(2, new String[]{"layout_clipboard_banner", "item_rating_view_holder"}, new int[]{19, 22}, new int[]{R.layout.layout_clipboard_banner, com.huawei.maps.poi.R.layout.item_rating_view_holder});
        includedLayouts.setIncludes(5, new String[]{"layout_commute_banner"}, new int[]{20}, new int[]{R.layout.layout_commute_banner});
        includedLayouts.setIncludes(6, new String[]{"layout_navi_address_store"}, new int[]{21}, new int[]{R.layout.layout_navi_address_store});
        includedLayouts.setIncludes(10, new String[]{"layout_nearby", "layout_diymap", "nearby_hotels_layout"}, new int[]{23, 24, 25}, new int[]{R.layout.layout_nearby, R.layout.layout_diymap, R.layout.nearby_hotels_layout});
        SparseIntArray sparseIntArray = new SparseIntArray();
        j = sparseIntArray;
        sparseIntArray.put(R.id.layout_popular_around, 9);
        sparseIntArray.put(R.id.app_bar, 26);
        sparseIntArray.put(R.id.toolbar_layout, 27);
        sparseIntArray.put(R.id.vp_banner_slider, 28);
        sparseIntArray.put(R.id.tab_layout, 29);
    }

    public FragmentExploreBindingImpl(@Nullable DataBindingComponent dataBindingComponent, @NonNull View view) {
        this(dataBindingComponent, view, ViewDataBinding.mapBindings(dataBindingComponent, view, 30, i, j));
    }

    @Override
    public final void _internalCallbackOnClick(int i2, View view) {
        ExploreViewModel exploreViewModel = this.mExploreViewModel;
        if (exploreViewModel != null) {
            exploreViewModel.postings(view);
        }
    }

    public final boolean a(MutableLiveData<String> mutableLiveData, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 1;
        }
        return true;
    }

    public final boolean b(LayoutDiymapBinding layoutDiymapBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 256;
        }
        return true;
    }

    public final boolean c(LayoutNearbyBinding layoutNearbyBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 16;
        }
        return true;
    }

    public final boolean d(LayoutClipboardBannerBinding layoutClipboardBannerBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 512;
        }
        return true;
    }

    public final boolean e(LayoutCommuteBannerBinding layoutCommuteBannerBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 4;
        }
        return true;
    }

    public void executeBindings() {
        throw new UnsupportedOperationException("Method not decompiled: com.huawei.maps.app.databinding.FragmentExploreBindingImpl.executeBindings():void");
    }

    public final boolean f(LayoutNaviAddressStoreBinding layoutNaviAddressStoreBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 2;
        }
        return true;
    }

    public final boolean g(ItemRatingViewHolderBinding itemRatingViewHolderBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 32;
        }
        return true;
    }

    public final boolean h(MapMutableLiveData<List<NearbyUsercenterResponse.ResultBean.FeedListBean.DataBean>> mapMutableLiveData, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 8;
        }
        return true;
    }

    public boolean hasPendingBindings() {
        synchronized (this) {
            if (this.g == 0 && this.h == 0) {
                return this.layoutClipboardBanner.hasPendingBindings() || this.layoutCommuteBanner.hasPendingBindings() || this.layoutNaviAddressStore.hasPendingBindings() || this.layoutRating.hasPendingBindings() || this.innerLayoutNearby.hasPendingBindings() || this.innerLayoutDiymap.hasPendingBindings() || this.searchNearbyHotels.hasPendingBindings();
            }
            return true;
        }
    }

    public final boolean i(MapMutableLiveData<Boolean> mapMutableLiveData, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 64;
        }
        return true;
    }

    public void invalidateAll() {
        synchronized (this) {
            this.g = 274877906944L;
            this.h = 0L;
        }
        this.layoutClipboardBanner.invalidateAll();
        this.layoutCommuteBanner.invalidateAll();
        this.layoutNaviAddressStore.invalidateAll();
        this.layoutRating.invalidateAll();
        this.innerLayoutNearby.invalidateAll();
        this.innerLayoutDiymap.invalidateAll();
        this.searchNearbyHotels.invalidateAll();
        requestRebind();
    }

    public final boolean j(NearbyHotelsLayoutBinding nearbyHotelsLayoutBinding, int i2) {
        if (i2 != t40.m) {
            return false;
        }
        synchronized (this) {
            this.g |= 128;
        }
        return true;
    }

    public boolean onFieldChange(int i2, Object obj, int i3) {
        switch (i2) {
            case 0:
                return a((MutableLiveData) obj, i3);
            case 1:
                return f((LayoutNaviAddressStoreBinding) obj, i3);
            case 2:
                return e((LayoutCommuteBannerBinding) obj, i3);
            case 3:
                return h((MapMutableLiveData) obj, i3);
            case 4:
                return c((LayoutNearbyBinding) obj, i3);
            case 5:
                return g((ItemRatingViewHolderBinding) obj, i3);
            case 6:
                return i((MapMutableLiveData) obj, i3);
            case 7:
                return j((NearbyHotelsLayoutBinding) obj, i3);
            case 8:
                return b((LayoutDiymapBinding) obj, i3);
            case 9:
                return d((LayoutClipboardBannerBinding) obj, i3);
            default:
                return false;
        }
    }

    @Override
    public void setActiveDotIndex(int i2) {
        this.mActiveDotIndex = i2;
        synchronized (this) {
            this.g |= 33554432;
        }
        notifyPropertyChanged(t40.o);
        super.requestRebind();
    }

    @Override
    public void setDotsCount(int i2) {
        this.mDotsCount = i2;
        synchronized (this) {
            this.g |= 1073741824;
        }
        notifyPropertyChanged(t40.E0);
        super.requestRebind();
    }

    @Override
    public void setExploreViewModel(@Nullable ExploreViewModel exploreViewModel) {
        this.mExploreViewModel = exploreViewModel;
        synchronized (this) {
            this.g |= 8192;
        }
        notifyPropertyChanged(t40.X0);
        super.requestRebind();
    }

    @Override
    public void setFeedListType(int i2) {
        this.mFeedListType = i2;
        synchronized (this) {
            this.g |= 67108864;
        }
        notifyPropertyChanged(t40.Z0);
        super.requestRebind();
    }

    @Override
    public void setIsAroundLayoutVisible(boolean z) {
        this.mIsAroundLayoutVisible = z;
        synchronized (this) {
            this.g |= 2097152;
        }
        notifyPropertyChanged(t40.b2);
        super.requestRebind();
    }

    @Override
    public void setIsBannerVisible(boolean z) {
        this.mIsBannerVisible = z;
        synchronized (this) {
            this.g |= 131072;
        }
        notifyPropertyChanged(t40.e2);
        super.requestRebind();
    }

    @Override
    public void setIsChildOrTraceless(boolean z) {
        this.mIsChildOrTraceless = z;
        synchronized (this) {
            this.g |= 17179869184L;
        }
        notifyPropertyChanged(t40.q2);
        super.requestRebind();
    }

    @Override
    public void setIsDark(boolean z) {
        this.mIsDark = z;
        synchronized (this) {
            this.g |= 2147483648L;
        }
        notifyPropertyChanged(t40.D2);
        super.requestRebind();
    }

    @Override
    public void setIsDiyMapVisible(boolean z) {
        this.mIsDiyMapVisible = z;
        synchronized (this) {
            this.g |= 4096;
        }
        notifyPropertyChanged(t40.T2);
        super.requestRebind();
    }

    @Override
    public void setIsHomeInherit(boolean z) {
        this.mIsHomeInherit = z;
        synchronized (this) {
            this.g |= 8388608;
        }
        notifyPropertyChanged(t40.u3);
        super.requestRebind();
    }

    @Override
    public void setIsHotelShow(boolean z) {
        this.mIsHotelShow = z;
        synchronized (this) {
            this.g |= 68719476736L;
        }
        notifyPropertyChanged(t40.v3);
        super.requestRebind();
    }

    @Override
    public void setIsHotelWhiteList(boolean z) {
        this.mIsHotelWhiteList = z;
        synchronized (this) {
            this.g |= 1024;
        }
        notifyPropertyChanged(t40.w3);
        super.requestRebind();
    }

    @Override
    public void setIsNearbyLayoutVisible(boolean z) {
        this.mIsNearbyLayoutVisible = z;
        synchronized (this) {
            this.g |= 524288;
        }
        notifyPropertyChanged(t40.d4);
        super.requestRebind();
    }

    @Override
    public void setIsRatingLayoutVisible(boolean z) {
        this.mIsRatingLayoutVisible = z;
        synchronized (this) {
            this.g |= 1048576;
        }
        notifyPropertyChanged(t40.H4);
        super.requestRebind();
    }

    @Override
    public void setIsShowClipboardBanner(boolean z) {
        this.mIsShowClipboardBanner = z;
        synchronized (this) {
            this.g |= 34359738368L;
        }
        notifyPropertyChanged(t40.n5);
        super.requestRebind();
    }

    @Override
    public void setIsShowCommonEntrance(boolean z) {
        this.mIsShowCommonEntrance = z;
        synchronized (this) {
            this.g |= 8589934592L;
        }
        notifyPropertyChanged(t40.p5);
        super.requestRebind();
    }

    @Override
    public void setIsShowCommonEntranceBottom(boolean z) {
        this.mIsShowCommonEntranceBottom = z;
        synchronized (this) {
            this.g |= 2048;
        }
        notifyPropertyChanged(t40.q5);
        super.requestRebind();
    }

    @Override
    public void setIsShowCommuteCard(boolean z) {
        this.mIsShowCommuteCard = z;
        synchronized (this) {
            this.g |= 134217728;
        }
        notifyPropertyChanged(t40.r5);
        super.requestRebind();
    }

    @Override
    public void setIsShowHomeBusiness(boolean z) {
        this.mIsShowHomeBusiness = z;
        synchronized (this) {
            this.g |= 137438953472L;
        }
        notifyPropertyChanged(t40.E5);
        super.requestRebind();
    }

    @Override
    public void setIsShowNearbyBusiness(boolean z) {
        this.mIsShowNearbyBusiness = z;
        synchronized (this) {
            this.g |= 268435456;
        }
        notifyPropertyChanged(t40.X5);
        super.requestRebind();
    }

    @Override
    public void setIsShowRecommend(boolean z) {
        this.mIsShowRecommend = z;
        synchronized (this) {
            this.g |= 65536;
        }
        notifyPropertyChanged(t40.n6);
        super.requestRebind();
    }

    @Override
    public void setIsShowRecords(boolean z) {
        this.mIsShowRecords = z;
        synchronized (this) {
            this.g |= 4294967296L;
        }
        notifyPropertyChanged(t40.o6);
        super.requestRebind();
    }

    @Override
    public void setIsShowShortCut(boolean z) {
        this.mIsShowShortCut = z;
        synchronized (this) {
            this.g |= 16777216;
        }
        notifyPropertyChanged(t40.w6);
        super.requestRebind();
    }

    @Override
    public void setIsShowTopList(boolean z) {
        this.mIsShowTopList = z;
        synchronized (this) {
            this.g |= 536870912;
        }
        notifyPropertyChanged(t40.L6);
        super.requestRebind();
    }

    @Override
    public void setIsZoomShow(boolean z) {
        this.mIsZoomShow = z;
        synchronized (this) {
            this.g |= 32768;
        }
        notifyPropertyChanged(t40.y7);
        super.requestRebind();
    }

    public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) {
        super.setLifecycleOwner(lifecycleOwner);
        this.layoutClipboardBanner.setLifecycleOwner(lifecycleOwner);
        this.layoutCommuteBanner.setLifecycleOwner(lifecycleOwner);
        this.layoutNaviAddressStore.setLifecycleOwner(lifecycleOwner);
        this.layoutRating.setLifecycleOwner(lifecycleOwner);
        this.innerLayoutNearby.setLifecycleOwner(lifecycleOwner);
        this.innerLayoutDiymap.setLifecycleOwner(lifecycleOwner);
        this.searchNearbyHotels.setLifecycleOwner(lifecycleOwner);
    }

    @Override
    public void setNearbyViewModel(@Nullable NearByViewModel nearByViewModel) {
        this.mNearbyViewModel = nearByViewModel;
        synchronized (this) {
            this.g |= 262144;
        }
        notifyPropertyChanged(t40.r8);
        super.requestRebind();
    }

    @Override
    public void setShowExploreCommute(boolean z) {
        this.mShowExploreCommute = z;
        synchronized (this) {
            this.g |= 16384;
        }
        notifyPropertyChanged(t40.pa);
        super.requestRebind();
    }

    public boolean setVariable(int i2, @Nullable Object obj) {
        if (t40.w3 == i2) {
            setIsHotelWhiteList(((Boolean) obj).booleanValue());
        } else if (t40.q5 == i2) {
            setIsShowCommonEntranceBottom(((Boolean) obj).booleanValue());
        } else if (t40.T2 == i2) {
            setIsDiyMapVisible(((Boolean) obj).booleanValue());
        } else if (t40.X0 == i2) {
            setExploreViewModel((ExploreViewModel) obj);
        } else if (t40.pa == i2) {
            setShowExploreCommute(((Boolean) obj).booleanValue());
        } else if (t40.y7 == i2) {
            setIsZoomShow(((Boolean) obj).booleanValue());
        } else if (t40.n6 == i2) {
            setIsShowRecommend(((Boolean) obj).booleanValue());
        } else if (t40.e2 == i2) {
            setIsBannerVisible(((Boolean) obj).booleanValue());
        } else if (t40.r8 == i2) {
            setNearbyViewModel((NearByViewModel) obj);
        } else if (t40.d4 == i2) {
            setIsNearbyLayoutVisible(((Boolean) obj).booleanValue());
        } else if (t40.H4 == i2) {
            setIsRatingLayoutVisible(((Boolean) obj).booleanValue());
        } else if (t40.b2 == i2) {
            setIsAroundLayoutVisible(((Boolean) obj).booleanValue());
        } else if (t40.uc == i2) {
            setWebViewVersionCheck(((Boolean) obj).booleanValue());
        } else if (t40.u3 == i2) {
            setIsHomeInherit(((Boolean) obj).booleanValue());
        } else if (t40.w6 == i2) {
            setIsShowShortCut(((Boolean) obj).booleanValue());
        } else if (t40.o == i2) {
            setActiveDotIndex(((Integer) obj).intValue());
        } else if (t40.Z0 == i2) {
            setFeedListType(((Integer) obj).intValue());
        } else if (t40.r5 == i2) {
            setIsShowCommuteCard(((Boolean) obj).booleanValue());
        } else if (t40.X5 == i2) {
            setIsShowNearbyBusiness(((Boolean) obj).booleanValue());
        } else if (t40.L6 == i2) {
            setIsShowTopList(((Boolean) obj).booleanValue());
        } else if (t40.E0 == i2) {
            setDotsCount(((Integer) obj).intValue());
        } else if (t40.D2 == i2) {
            setIsDark(((Boolean) obj).booleanValue());
        } else if (t40.o6 == i2) {
            setIsShowRecords(((Boolean) obj).booleanValue());
        } else if (t40.p5 == i2) {
            setIsShowCommonEntrance(((Boolean) obj).booleanValue());
        } else if (t40.q2 == i2) {
            setIsChildOrTraceless(((Boolean) obj).booleanValue());
        } else if (t40.n5 == i2) {
            setIsShowClipboardBanner(((Boolean) obj).booleanValue());
        } else if (t40.v3 == i2) {
            setIsHotelShow(((Boolean) obj).booleanValue());
        } else {
            if (t40.E5 != i2) {
                return false;
            }
            setIsShowHomeBusiness(((Boolean) obj).booleanValue());
        }
        return true;
    }

    @Override
    public void setWebViewVersionCheck(boolean z) {
        this.mWebViewVersionCheck = z;
        synchronized (this) {
            this.g |= 4194304;
        }
        notifyPropertyChanged(t40.uc);
        super.requestRebind();
    }

    public FragmentExploreBindingImpl(DataBindingComponent dataBindingComponent, View view, Object[] objArr) {
        super(dataBindingComponent, view, 10, (CustomAppbarLayout) objArr[26], (HwRecyclerView) objArr[3], (HwRecyclerView) objArr[4], (RelativeLayout) objArr[5], (ViewPager) objArr[18], (LayoutDiymapBinding) objArr[24], (LayoutNearbyBinding) objArr[23], (LayoutClipboardBannerBinding) objArr[19], (LayoutCommuteBannerBinding) objArr[20], (LayoutNaviAddressStoreBinding) objArr[21], (CoordinatorLayout) objArr[0], new ViewStubProxy((ViewStub) objArr[9]), (ItemRatingViewHolderBinding) objArr[22], (LinearLayout) objArr[8], (MapCustomTextView) objArr[15], (LinearLayout) objArr[10], (LinearLayout) objArr[2], (HwRecyclerView) objArr[12], (HwRecyclerView) objArr[11], (MapCustomCardView) objArr[7], (NearbyHotelsLayoutBinding) objArr[25], (CustomTabLayout) objArr[29], (ShapeableImageView) objArr[1], (CollapsingToolbarLayout) objArr[27], (BannerViewPager) objArr[28]);
        this.g = -1L;
        this.h = -1L;
        this.commonEntrance.setTag(null);
        this.commonEntranceBottom.setTag(null);
        this.commuteLayout.setTag(null);
        this.hwViewPager.setTag(null);
        setContainedBinding(this.innerLayoutDiymap);
        setContainedBinding(this.innerLayoutNearby);
        setContainedBinding(this.layoutClipboardBanner);
        setContainedBinding(this.layoutCommuteBanner);
        setContainedBinding(this.layoutNaviAddressStore);
        this.layoutNearby.setTag(null);
        this.layoutPopularAround.setContainingBinding(this);
        setContainedBinding(this.layoutRating);
        this.llBannerSliderDots.setTag(null);
        this.locationPostEntrance.setTag(null);
        MapCustomTextView mapCustomTextView = (MapCustomTextView) objArr[13];
        this.a = mapCustomTextView;
        mapCustomTextView.setTag(null);
        LinearLayout linearLayout = (LinearLayout) objArr[14];
        this.b = linearLayout;
        linearLayout.setTag(null);
        View view2 = (View) objArr[16];
        this.c = view2;
        view2.setTag(null);
        View view3 = (View) objArr[17];
        this.d = view3;
        view3.setTag(null);
        RelativeLayout relativeLayout = (RelativeLayout) objArr[6];
        this.e = relativeLayout;
        relativeLayout.setTag(null);
        this.nearbyLayout.setTag(null);
        this.nearbyLayoutHome.setTag(null);
        this.nearbyShortcuts.setTag(null);
        this.nearbyTopList.setTag(null);
        this.rlBannerViewHolder.setTag(null);
        setContainedBinding(this.searchNearbyHotels);
        this.titleBg.setTag(null);
        setRootTag(view);
        this.f = new OnClickListener(this, 1);
        invalidateAll();
    }
}