正在查看: Petal Maps v4.7.0.310001 应用的 PetalMapsToolbarBindingImpl.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Petal Maps v4.7.0.310001 应用的 PetalMapsToolbarBindingImpl.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.huawei.maps.app.databinding;
import android.util.SparseIntArray;
import android.view.View;
import android.view.ViewStub;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.databinding.DataBindingComponent;
import androidx.databinding.ViewDataBinding;
import androidx.databinding.ViewStubProxy;
import androidx.lifecycle.LifecycleOwner;
import com.airbnb.lottie.LottieAnimationView;
import com.huawei.maps.app.R;
import com.huawei.maps.app.common.commonui.RoadReportAnimatedButton;
import com.huawei.maps.app.petalmaps.bean.BannersOperateBean;
import com.huawei.maps.app.petalmaps.bean.DynamicOperateBean;
import com.huawei.maps.app.petalmaps.weather.WeatherBadgeView;
import com.huawei.maps.app.routeplan.ui.layout.OfflineTipLayout;
import com.huawei.maps.commonui.view.MapButton;
import com.huawei.maps.commonui.view.MapCustomBubbleLayout;
import com.huawei.maps.commonui.view.MapCustomProgressBar;
import com.huawei.maps.commonui.view.MapCustomTextView;
import com.huawei.maps.commonui.view.MapImageButton;
import com.huawei.maps.commonui.view.MapImageView;
import com.huawei.maps.commonui.view.MapTextView;
import com.huawei.maps.commonui.view.MapVectorGraphView;
import com.huawei.maps.commonui.view.MapViewFlipper;
public class PetalMapsToolbarBindingImpl extends PetalMapsToolbarBinding {
@Nullable
public static final ViewDataBinding.IncludedLayouts i;
@Nullable
public static final SparseIntArray j;
@NonNull
public final MapImageView a;
@NonNull
public final FrameLayout b;
@NonNull
public final MapImageView c;
@NonNull
public final LinearLayout d;
public long e;
public long f;
public long g;
public long h;
static {
ViewDataBinding.IncludedLayouts includedLayouts = new ViewDataBinding.IncludedLayouts(69);
i = includedLayouts;
includedLayouts.setIncludes(0, new String[]{"offline_notify_top_layout"}, new int[]{46}, new int[]{R.layout.offline_notify_top_layout});
includedLayouts.setIncludes(1, new String[]{"item_restricted_route_tips"}, new int[]{47}, new int[]{R.layout.item_restricted_route_tips});
SparseIntArray sparseIntArray = new SparseIntArray();
j = sparseIntArray;
sparseIntArray.put(R.id.vs_team_full_view_layout, 23);
sparseIntArray.put(R.id.vs_privacy_button_layout, 28);
sparseIntArray.put(R.id.vs_indoor_switchview, 40);
sparseIntArray.put(R.id.vs_team_tips_layout, 42);
sparseIntArray.put(R.id.search_loading, 48);
sparseIntArray.put(R.id.ic_msg, 49);
sparseIntArray.put(R.id.content_view_layout_search, 50);
sparseIntArray.put(R.id.tip_text_view_search, 51);
sparseIntArray.put(R.id.bad_result_tips, 52);
sparseIntArray.put(R.id.petal_maps_end_btn_list, 53);
sparseIntArray.put(R.id.petal_maps_feedback_btn, 54);
sparseIntArray.put(R.id.content_view_layout, 55);
sparseIntArray.put(R.id.tip_text_view, 56);
sparseIntArray.put(R.id.petal_maps_share_with_me_btnFr, 57);
sparseIntArray.put(R.id.pmt_mvgv_licence_plate, 58);
sparseIntArray.put(R.id.pmt_mtv_licence_plate, 59);
sparseIntArray.put(R.id.privacy_button_layout, 60);
sparseIntArray.put(R.id.petal_maps_location_btn_layout, 61);
sparseIntArray.put(R.id.banners_operate_flipper, 62);
sparseIntArray.put(R.id.weather_badge_and_logo, 63);
sparseIntArray.put(R.id.weatherBadge, 64);
sparseIntArray.put(R.id.weather_display, 65);
sparseIntArray.put(R.id.weather_display_extra, 66);
sparseIntArray.put(R.id.gnss_view, 67);
sparseIntArray.put(R.id.gnss_view_pad, 68);
}
public PetalMapsToolbarBindingImpl(@Nullable DataBindingComponent dataBindingComponent, @NonNull View view) {
this(dataBindingComponent, view, ViewDataBinding.mapBindings(dataBindingComponent, view, 69, i, j));
}
public final boolean a(OfflineNotifyTopLayoutBinding offlineNotifyTopLayoutBinding, int i2) {
if (i2 != t40.m) {
return false;
}
synchronized (this) {
this.e |= 2;
}
return true;
}
public final boolean b(ItemRestrictedRouteTipsBinding itemRestrictedRouteTipsBinding, int i2) {
if (i2 != t40.m) {
return false;
}
synchronized (this) {
this.e |= 1;
}
return true;
}
public void executeBindings() {
throw new UnsupportedOperationException("Method not decompiled: com.huawei.maps.app.databinding.PetalMapsToolbarBindingImpl.executeBindings():void");
}
public boolean hasPendingBindings() {
synchronized (this) {
if (this.e == 0 && this.f == 0 && this.g == 0 && this.h == 0) {
return this.offlineTip.hasPendingBindings() || this.restrictedTipsItem.hasPendingBindings();
}
return true;
}
}
public void invalidateAll() {
synchronized (this) {
this.e = 562949953421312L;
this.f = 0L;
this.g = 0L;
this.h = 0L;
}
this.offlineTip.invalidateAll();
this.restrictedTipsItem.invalidateAll();
requestRebind();
}
public boolean onFieldChange(int i2, Object obj, int i3) {
if (i2 == 0) {
return b((ItemRestrictedRouteTipsBinding) obj, i3);
}
if (i2 != 1) {
return false;
}
return a((OfflineNotifyTopLayoutBinding) obj, i3);
}
@Override
public void setCruiseLaneOverSize(boolean z) {
this.mCruiseLaneOverSize = z;
synchronized (this) {
this.e |= 131072;
}
notifyPropertyChanged(t40.j0);
super.requestRebind();
}
@Override
public void setIfCompassBtnVisibility(boolean z) {
this.mIfCompassBtnVisibility = z;
synchronized (this) {
this.e |= 70368744177664L;
}
notifyPropertyChanged(t40.G1);
super.requestRebind();
}
@Override
public void setIsAlongStopBackBtnVisible(boolean z) {
this.mIsAlongStopBackBtnVisible = z;
synchronized (this) {
this.e |= 16;
}
notifyPropertyChanged(t40.W1);
super.requestRebind();
}
@Override
public void setIsBannersOperateVisible(boolean z) {
this.mIsBannersOperateVisible = z;
synchronized (this) {
this.e |= 65536;
}
notifyPropertyChanged(t40.f2);
super.requestRebind();
}
@Override
public void setIsDark(boolean z) {
this.mIsDark = z;
synchronized (this) {
this.e |= 4194304;
}
notifyPropertyChanged(t40.D2);
super.requestRebind();
}
@Override
public void setIsDirectionBtnVisible(boolean z) {
this.mIsDirectionBtnVisible = z;
synchronized (this) {
this.e |= 4096;
}
notifyPropertyChanged(t40.H2);
super.requestRebind();
}
@Override
public void setIsDisplayAlongSearch(boolean z) {
this.mIsDisplayAlongSearch = z;
synchronized (this) {
this.e |= 1073741824;
}
notifyPropertyChanged(t40.J2);
super.requestRebind();
}
@Override
public void setIsDisplayAppDesc(boolean z) {
this.mIsDisplayAppDesc = z;
}
@Override
public void setIsDisplayOffline(boolean z) {
this.mIsDisplayOffline = z;
synchronized (this) {
this.e |= 64;
}
notifyPropertyChanged(t40.P2);
super.requestRebind();
}
@Override
public void setIsDisplaySelectPoiSearch(boolean z) {
this.mIsDisplaySelectPoiSearch = z;
synchronized (this) {
this.e |= 33554432;
}
notifyPropertyChanged(t40.Q2);
super.requestRebind();
}
@Override
public void setIsDynamicOperateVisible(boolean z) {
this.mIsDynamicOperateVisible = z;
synchronized (this) {
this.e |= 35184372088832L;
}
notifyPropertyChanged(t40.Y2);
super.requestRebind();
}
@Override
public void setIsFeedbackBtnVisible(boolean z) {
this.mIsFeedbackBtnVisible = z;
synchronized (this) {
this.e |= 549755813888L;
}
notifyPropertyChanged(t40.d3);
super.requestRebind();
}
@Override
public void setIsFeedbackBubbleVisible(boolean z) {
this.mIsFeedbackBubbleVisible = z;
synchronized (this) {
this.e |= 4294967296L;
}
notifyPropertyChanged(t40.e3);
super.requestRebind();
}
@Override
public void setIsFirstTipShow(boolean z) {
this.mIsFirstTipShow = z;
synchronized (this) {
this.e |= 8796093022208L;
}
notifyPropertyChanged(t40.h3);
super.requestRebind();
}
@Override
public void setIsFullViewRoute(boolean z) {
this.mIsFullViewRoute = z;
synchronized (this) {
this.e |= 1099511627776L;
}
notifyPropertyChanged(t40.l3);
super.requestRebind();
}
@Override
public void setIsImmerseMode(boolean z) {
this.mIsImmerseMode = z;
synchronized (this) {
this.e |= 1024;
}
notifyPropertyChanged(t40.A3);
super.requestRebind();
}
@Override
public void setIsLayerBtnVisible(boolean z) {
this.mIsLayerBtnVisible = z;
synchronized (this) {
this.e |= 2199023255552L;
}
notifyPropertyChanged(t40.G3);
super.requestRebind();
}
@Override
public void setIsLocationBtnVisible(boolean z) {
this.mIsLocationBtnVisible = z;
synchronized (this) {
this.e |= 17592186044416L;
}
notifyPropertyChanged(t40.P3);
super.requestRebind();
}
@Override
public void setIsNavinfoLogoVisible(boolean z) {
this.mIsNavinfoLogoVisible = z;
synchronized (this) {
this.e |= 268435456;
}
notifyPropertyChanged(t40.c4);
super.requestRebind();
}
@Override
public void setIsPetalLogoVisible(boolean z) {
this.mIsPetalLogoVisible = z;
synchronized (this) {
this.e |= 524288;
}
notifyPropertyChanged(t40.x4);
super.requestRebind();
}
@Override
public void setIsPrivacyBtnVisible(boolean z) {
this.mIsPrivacyBtnVisible = z;
synchronized (this) {
this.e |= 2048;
}
notifyPropertyChanged(t40.D4);
super.requestRebind();
}
@Override
public void setIsResultBadVisible(boolean z) {
this.mIsResultBadVisible = z;
synchronized (this) {
this.e |= 274877906944L;
}
notifyPropertyChanged(t40.M4);
super.requestRebind();
}
@Override
public void setIsRoutePreferenceVisible(boolean z) {
this.mIsRoutePreferenceVisible = z;
synchronized (this) {
this.e |= 8;
}
notifyPropertyChanged(t40.O4);
super.requestRebind();
}
@Override
public void setIsSearchTipShow(boolean z) {
this.mIsSearchTipShow = z;
synchronized (this) {
this.e |= 2097152;
}
notifyPropertyChanged(t40.S4);
super.requestRebind();
}
@Override
public void setIsShareWithMeBtnRedVisible(boolean z) {
this.mIsShareWithMeBtnRedVisible = z;
synchronized (this) {
this.e |= 134217728;
}
notifyPropertyChanged(t40.c5);
super.requestRebind();
}
@Override
public void setIsShareWithMeBtnVisible(boolean z) {
this.mIsShareWithMeBtnVisible = z;
synchronized (this) {
this.e |= 16777216;
}
notifyPropertyChanged(t40.d5);
super.requestRebind();
}
@Override
public void setIsShowFullViewButton(boolean z) {
this.mIsShowFullViewButton = z;
synchronized (this) {
this.e |= 4398046511104L;
}
notifyPropertyChanged(t40.D5);
super.requestRebind();
}
@Override
public void setIsShowLicensePlateRestriction(boolean z) {
this.mIsShowLicensePlateRestriction = z;
synchronized (this) {
this.e |= 16384;
}
notifyPropertyChanged(t40.L5);
super.requestRebind();
}
@Override
public void setIsShowMsgTips(boolean z) {
this.mIsShowMsgTips = z;
synchronized (this) {
this.e |= 4;
}
notifyPropertyChanged(t40.T5);
super.requestRebind();
}
@Override
public void setIsShowOfflineTips(boolean z) {
this.mIsShowOfflineTips = z;
synchronized (this) {
this.e |= 128;
}
notifyPropertyChanged(t40.d6);
super.requestRebind();
}
@Override
public void setIsShowTeamFullViewButton(boolean z) {
this.mIsShowTeamFullViewButton = z;
synchronized (this) {
this.e |= 8589934592L;
}
notifyPropertyChanged(t40.E6);
super.requestRebind();
}
@Override
public void setIsShowTeamMap(boolean z) {
this.mIsShowTeamMap = z;
synchronized (this) {
this.e |= 140737488355328L;
}
notifyPropertyChanged(t40.F6);
super.requestRebind();
}
@Override
public void setIsShowTeamMapTips(boolean z) {
this.mIsShowTeamMapTips = z;
synchronized (this) {
this.e |= 137438953472L;
}
notifyPropertyChanged(t40.I6);
super.requestRebind();
}
@Override
public void setIsTopSearchButtonVisible(boolean z) {
this.mIsTopSearchButtonVisible = z;
synchronized (this) {
this.e |= 67108864;
}
notifyPropertyChanged(t40.g7);
super.requestRebind();
}
@Override
public void setIsTrafficBtnVisible(boolean z) {
this.mIsTrafficBtnVisible = z;
}
@Override
public void setIsTrafficEnable(boolean z) {
this.mIsTrafficEnable = z;
synchronized (this) {
this.e |= 8192;
}
notifyPropertyChanged(t40.j7);
super.requestRebind();
}
public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) {
super.setLifecycleOwner(lifecycleOwner);
this.offlineTip.setLifecycleOwner(lifecycleOwner);
this.restrictedTipsItem.setLifecycleOwner(lifecycleOwner);
}
@Override
public void setOfflineTipMargin(int i2) {
this.mOfflineTipMargin = i2;
synchronized (this) {
this.e |= 32768;
}
notifyPropertyChanged(t40.x8);
super.requestRebind();
}
@Override
public void setOperateBean(@Nullable DynamicOperateBean.OperateBean operateBean) {
this.mOperateBean = operateBean;
}
@Override
public void setOperateInfoBean(@Nullable BannersOperateBean.OperateInfoBean operateInfoBean) {
this.mOperateInfoBean = operateInfoBean;
}
@Override
public void setRestrictedRouteTipsMargin(int i2) {
this.mRestrictedRouteTipsMargin = i2;
synchronized (this) {
this.e |= 2147483648L;
}
notifyPropertyChanged(t40.s9);
super.requestRebind();
}
@Override
public void setRoutePreference(@Nullable String str) {
this.mRoutePreference = str;
synchronized (this) {
this.e |= 1048576;
}
notifyPropertyChanged(t40.z9);
super.requestRebind();
}
@Override
public void setShowDynamicIcon(boolean z) {
this.mShowDynamicIcon = z;
synchronized (this) {
this.e |= 8388608;
}
notifyPropertyChanged(t40.na);
super.requestRebind();
}
@Override
public void setShowFutrueEta(boolean z) {
this.mShowFutrueEta = z;
synchronized (this) {
this.e |= 32;
}
notifyPropertyChanged(t40.ta);
super.requestRebind();
}
@Override
public void setShowNaviCompletedPage(boolean z) {
this.mShowNaviCompletedPage = z;
synchronized (this) {
this.e |= 536870912;
}
notifyPropertyChanged(t40.Ga);
super.requestRebind();
}
@Override
public void setShowRestrictedRouteTips(boolean z) {
this.mShowRestrictedRouteTips = z;
synchronized (this) {
this.e |= 17179869184L;
}
notifyPropertyChanged(t40.Va);
super.requestRebind();
}
@Override
public void setShowUgcRedDot(boolean z) {
this.mShowUgcRedDot = z;
}
@Override
public void setStatusBarHeight(int i2) {
this.mStatusBarHeight = i2;
synchronized (this) {
this.e |= 281474976710656L;
}
notifyPropertyChanged(t40.tb);
super.requestRebind();
}
public boolean setVariable(int i2, @Nullable Object obj) {
if (t40.T5 == i2) {
setIsShowMsgTips(((Boolean) obj).booleanValue());
} else if (t40.O4 == i2) {
setIsRoutePreferenceVisible(((Boolean) obj).booleanValue());
} else if (t40.W1 == i2) {
setIsAlongStopBackBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.ta == i2) {
setShowFutrueEta(((Boolean) obj).booleanValue());
} else if (t40.P2 == i2) {
setIsDisplayOffline(((Boolean) obj).booleanValue());
} else if (t40.d6 == i2) {
setIsShowOfflineTips(((Boolean) obj).booleanValue());
} else if (t40.K2 == i2) {
setIsDisplayAppDesc(((Boolean) obj).booleanValue());
} else if (t40.A8 == i2) {
setOperateInfoBean((BannersOperateBean.OperateInfoBean) obj);
} else if (t40.A3 == i2) {
setIsImmerseMode(((Boolean) obj).booleanValue());
} else if (t40.D4 == i2) {
setIsPrivacyBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.H2 == i2) {
setIsDirectionBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.j7 == i2) {
setIsTrafficEnable(((Boolean) obj).booleanValue());
} else if (t40.L5 == i2) {
setIsShowLicensePlateRestriction(((Boolean) obj).booleanValue());
} else if (t40.x8 == i2) {
setOfflineTipMargin(((Integer) obj).intValue());
} else if (t40.f2 == i2) {
setIsBannersOperateVisible(((Boolean) obj).booleanValue());
} else if (t40.j0 == i2) {
setCruiseLaneOverSize(((Boolean) obj).booleanValue());
} else if (t40.z8 == i2) {
setOperateBean((DynamicOperateBean.OperateBean) obj);
} else if (t40.x4 == i2) {
setIsPetalLogoVisible(((Boolean) obj).booleanValue());
} else if (t40.z9 == i2) {
setRoutePreference((String) obj);
} else if (t40.S4 == i2) {
setIsSearchTipShow(((Boolean) obj).booleanValue());
} else if (t40.D2 == i2) {
setIsDark(((Boolean) obj).booleanValue());
} else if (t40.na == i2) {
setShowDynamicIcon(((Boolean) obj).booleanValue());
} else if (t40.d5 == i2) {
setIsShareWithMeBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.Q2 == i2) {
setIsDisplaySelectPoiSearch(((Boolean) obj).booleanValue());
} else if (t40.g7 == i2) {
setIsTopSearchButtonVisible(((Boolean) obj).booleanValue());
} else if (t40.c5 == i2) {
setIsShareWithMeBtnRedVisible(((Boolean) obj).booleanValue());
} else if (t40.c4 == i2) {
setIsNavinfoLogoVisible(((Boolean) obj).booleanValue());
} else if (t40.Ga == i2) {
setShowNaviCompletedPage(((Boolean) obj).booleanValue());
} else if (t40.J2 == i2) {
setIsDisplayAlongSearch(((Boolean) obj).booleanValue());
} else if (t40.s9 == i2) {
setRestrictedRouteTipsMargin(((Integer) obj).intValue());
} else if (t40.e3 == i2) {
setIsFeedbackBubbleVisible(((Boolean) obj).booleanValue());
} else if (t40.E6 == i2) {
setIsShowTeamFullViewButton(((Boolean) obj).booleanValue());
} else if (t40.Va == i2) {
setShowRestrictedRouteTips(((Boolean) obj).booleanValue());
} else if (t40.i7 == i2) {
setIsTrafficBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.hb == i2) {
setShowUgcRedDot(((Boolean) obj).booleanValue());
} else if (t40.I6 == i2) {
setIsShowTeamMapTips(((Boolean) obj).booleanValue());
} else if (t40.M4 == i2) {
setIsResultBadVisible(((Boolean) obj).booleanValue());
} else if (t40.d3 == i2) {
setIsFeedbackBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.l3 == i2) {
setIsFullViewRoute(((Boolean) obj).booleanValue());
} else if (t40.G3 == i2) {
setIsLayerBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.D5 == i2) {
setIsShowFullViewButton(((Boolean) obj).booleanValue());
} else if (t40.h3 == i2) {
setIsFirstTipShow(((Boolean) obj).booleanValue());
} else if (t40.P3 == i2) {
setIsLocationBtnVisible(((Boolean) obj).booleanValue());
} else if (t40.Y2 == i2) {
setIsDynamicOperateVisible(((Boolean) obj).booleanValue());
} else if (t40.G1 == i2) {
setIfCompassBtnVisibility(((Boolean) obj).booleanValue());
} else if (t40.F6 == i2) {
setIsShowTeamMap(((Boolean) obj).booleanValue());
} else {
if (t40.tb != i2) {
return false;
}
setStatusBarHeight(((Integer) obj).intValue());
}
return true;
}
public PetalMapsToolbarBindingImpl(DataBindingComponent dataBindingComponent, View view, Object[] objArr) {
super(dataBindingComponent, view, 2, (MapCustomBubbleLayout) objArr[14], (MapCustomTextView) objArr[52], (MapImageView) objArr[36], (MapViewFlipper) objArr[62], (LinearLayout) objArr[35], (RelativeLayout) objArr[55], (RelativeLayout) objArr[50], (MapImageView) objArr[34], (LinearLayout) objArr[26], (MapImageView) objArr[39], (LinearLayout) objArr[37], (MapImageView) objArr[67], (MapImageView) objArr[68], (MapVectorGraphView) objArr[49], (MapImageView) objArr[27], (RelativeLayout) objArr[8], (LinearLayout) objArr[25], (MapImageView) objArr[43], (MapImageView) objArr[44], (FrameLayout) objArr[1], (MapImageView) objArr[45], (OfflineNotifyTopLayoutBinding) objArr[46], (MapImageButton) objArr[10], (MapImageButton) objArr[2], (MapImageButton) objArr[13], (MapImageButton) objArr[15], (MapImageButton) objArr[31], (MapImageView) objArr[24], (RelativeLayout) objArr[53], (RoadReportAnimatedButton) objArr[54], (MapImageButton) objArr[6], (MapImageView) objArr[30], (MapImageView) objArr[29], (FrameLayout) objArr[61], (MapImageView) objArr[41], (MapButton) objArr[33], (MapImageView) objArr[18], (FrameLayout) objArr[57], (MapTextView) objArr[59], (MapImageView) objArr[58], (LinearLayout) objArr[60], (ItemRestrictedRouteTipsBinding) objArr[47], (OfflineTipLayout) objArr[32], (MapButton) objArr[5], (MapCustomProgressBar) objArr[48], (MapImageButton) objArr[11], (View) objArr[19], (MapVectorGraphView) objArr[22], (RelativeLayout) objArr[20], (MapCustomBubbleLayout) objArr[17], (MapCustomBubbleLayout) objArr[12], (RelativeLayout) objArr[16], (MapCustomTextView) objArr[56], (MapCustomTextView) objArr[51], (LinearLayout) objArr[0], (MapImageButton) objArr[7], (View) objArr[9], new ViewStubProxy((ViewStub) objArr[40]), new ViewStubProxy((ViewStub) objArr[28]), new ViewStubProxy((ViewStub) objArr[23]), new ViewStubProxy((ViewStub) objArr[42]), (WeatherBadgeView) objArr[64], (RelativeLayout) objArr[63], (LottieAnimationView) objArr[65], (LottieAnimationView) objArr[66]);
this.e = -1L;
this.f = -1L;
this.g = -1L;
this.h = -1L;
this.badResultBubbleLayout.setTag(null);
this.bannersOperateClose.setTag(null);
this.bannersOperateLl.setTag(null);
this.dynamicIcon.setTag(null);
this.fullViewButtonLayout.setTag(null);
this.futrueEtaClose.setTag(null);
this.futrueEtaLl.setTag(null);
this.imgFullView.setTag(null);
this.layoutNewsHome.setTag(null);
this.licensePlateRestrictionBtn.setTag(null);
this.logo.setTag(null);
this.logoDrawingNo.setTag(null);
this.mainpageToolbarFrame.setTag(null);
MapImageView mapImageView = (MapImageView) objArr[21];
this.a = mapImageView;
mapImageView.setTag(null);
FrameLayout frameLayout = (FrameLayout) objArr[3];
this.b = frameLayout;
frameLayout.setTag(null);
MapImageView mapImageView2 = (MapImageView) objArr[38];
this.c = mapImageView2;
mapImageView2.setTag(null);
LinearLayout linearLayout = (LinearLayout) objArr[4];
this.d = linearLayout;
linearLayout.setTag(null);
this.naviinfoLogo.setTag(null);
setContainedBinding(this.offlineTip);
this.petalMapsAlongSearchImg.setTag(null);
this.petalMapsAlongStopBackBtn.setTag(null);
this.petalMapsBadResultBtn.setTag(null);
this.petalMapsCompassBtn.setTag(null);
this.petalMapsDescBtn.setTag(null);
this.petalMapsDirectionBtn.setTag(null);
this.petalMapsLayerBtn.setTag(null);
this.petalMapsListViewBtn.setTag(null);
this.petalMapsLocationBtn.setTag(null);
this.petalMapsLogoScale.setTag(null);
this.petalMapsRoutePreference.setTag(null);
this.petalMapsShareWithMeBtn.setTag(null);
setContainedBinding(this.restrictedTipsItem);
this.routeOfflineLayout.setTag(null);
this.searchInMapButton.setTag(null);
this.selectPoiSearchButton.setTag(null);
this.shareWithMeRedPoint.setTag(null);
this.showTeamMapBtn.setTag(null);
this.teamRelativeLayout.setTag(null);
this.tipBubbleLayout.setTag(null);
this.tipBubbleLayoutSearch.setTag(null);
this.tipRoadReportLayout.setTag(null);
this.toolbarRootLayout.setTag(null);
this.trafficSwitch.setTag(null);
this.viewRedPoint.setTag(null);
this.vsIndoorSwitchview.setContainingBinding(this);
this.vsPrivacyButtonLayout.setContainingBinding(this);
this.vsTeamFullViewLayout.setContainingBinding(this);
this.vsTeamTipsLayout.setContainingBinding(this);
setRootTag(view);
invalidateAll();
}
}