Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import androidx.fragment.app.FragmentContainerView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class DeparturesWidgetConfigureBinding {
|
||||
public final FragmentContainerView navHostWidgetFragment;
|
||||
private final FragmentContainerView rootView;
|
||||
|
||||
private DeparturesWidgetConfigureBinding(FragmentContainerView fragmentContainerView, FragmentContainerView fragmentContainerView2) {
|
||||
this.rootView = fragmentContainerView;
|
||||
this.navHostWidgetFragment = fragmentContainerView2;
|
||||
}
|
||||
|
||||
public static DeparturesWidgetConfigureBinding bind(View view) {
|
||||
if (view == null) {
|
||||
throw new NullPointerException("rootView");
|
||||
}
|
||||
FragmentContainerView fragmentContainerView = (FragmentContainerView) view;
|
||||
return new DeparturesWidgetConfigureBinding(fragmentContainerView, fragmentContainerView);
|
||||
}
|
||||
|
||||
public static DeparturesWidgetConfigureBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static DeparturesWidgetConfigureBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.departures_widget_configure, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public FragmentContainerView getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,127 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class ItemWidgetCirculationAvldmdBinding {
|
||||
public final TextView action;
|
||||
public final TextView delayedTime;
|
||||
public final ImageView indicatorLeft;
|
||||
public final ImageView indicatorRight;
|
||||
public final LinearLayout itemRow;
|
||||
public final TextView notesObservation;
|
||||
public final TextView number;
|
||||
public final TextView operator;
|
||||
public final TextView platform;
|
||||
public final LinearLayout platformAvldmd;
|
||||
public final TextView product;
|
||||
private final LinearLayout rootView;
|
||||
public final TextView station;
|
||||
public final ImageView suppressedTrain;
|
||||
public final TextView time;
|
||||
public final LinearLayout trainInfoAvldmd;
|
||||
|
||||
private ItemWidgetCirculationAvldmdBinding(LinearLayout linearLayout, TextView textView, TextView textView2, ImageView imageView, ImageView imageView2, LinearLayout linearLayout2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, LinearLayout linearLayout3, TextView textView7, TextView textView8, ImageView imageView3, TextView textView9, LinearLayout linearLayout4) {
|
||||
this.rootView = linearLayout;
|
||||
this.action = textView;
|
||||
this.delayedTime = textView2;
|
||||
this.indicatorLeft = imageView;
|
||||
this.indicatorRight = imageView2;
|
||||
this.itemRow = linearLayout2;
|
||||
this.notesObservation = textView3;
|
||||
this.number = textView4;
|
||||
this.operator = textView5;
|
||||
this.platform = textView6;
|
||||
this.platformAvldmd = linearLayout3;
|
||||
this.product = textView7;
|
||||
this.station = textView8;
|
||||
this.suppressedTrain = imageView3;
|
||||
this.time = textView9;
|
||||
this.trainInfoAvldmd = linearLayout4;
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationAvldmdBinding bind(View view) {
|
||||
int i = R.id.action;
|
||||
TextView textView = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView != null) {
|
||||
i = R.id.delayed_time;
|
||||
TextView textView2 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView2 != null) {
|
||||
i = R.id.indicator_left;
|
||||
ImageView imageView = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView != null) {
|
||||
i = R.id.indicator_right;
|
||||
ImageView imageView2 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView2 != null) {
|
||||
LinearLayout linearLayout = (LinearLayout) view;
|
||||
i = R.id.notes_observation;
|
||||
TextView textView3 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView3 != null) {
|
||||
i = R.id.number;
|
||||
TextView textView4 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView4 != null) {
|
||||
i = R.id.operator;
|
||||
TextView textView5 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView5 != null) {
|
||||
i = R.id.platform;
|
||||
TextView textView6 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView6 != null) {
|
||||
i = R.id.platform_avldmd;
|
||||
LinearLayout linearLayout2 = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout2 != null) {
|
||||
i = R.id.product;
|
||||
TextView textView7 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView7 != null) {
|
||||
i = R.id.station;
|
||||
TextView textView8 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView8 != null) {
|
||||
i = R.id.suppressed_train;
|
||||
ImageView imageView3 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView3 != null) {
|
||||
i = R.id.time;
|
||||
TextView textView9 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView9 != null) {
|
||||
i = R.id.train_info_avldmd;
|
||||
LinearLayout linearLayout3 = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout3 != null) {
|
||||
return new ItemWidgetCirculationAvldmdBinding(linearLayout, textView, textView2, imageView, imageView2, linearLayout, textView3, textView4, textView5, textView6, linearLayout2, textView7, textView8, imageView3, textView9, linearLayout3);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationAvldmdBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationAvldmdBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.item_widget_circulation_avldmd, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,109 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class ItemWidgetCirculationCercaniasBinding {
|
||||
public final ImageView accessibility;
|
||||
public final ImageView indicatorLeft;
|
||||
public final ImageView indicatorRight;
|
||||
public final LinearLayout itemRow;
|
||||
public final TextView line;
|
||||
public final LinearLayout lineCercanias;
|
||||
public final ImageView logo;
|
||||
public final TextView notesObservation;
|
||||
public final TextView platform;
|
||||
public final LinearLayout platformCercanias;
|
||||
private final LinearLayout rootView;
|
||||
public final TextView station;
|
||||
public final TextView time;
|
||||
|
||||
private ItemWidgetCirculationCercaniasBinding(LinearLayout linearLayout, ImageView imageView, ImageView imageView2, ImageView imageView3, LinearLayout linearLayout2, TextView textView, LinearLayout linearLayout3, ImageView imageView4, TextView textView2, TextView textView3, LinearLayout linearLayout4, TextView textView4, TextView textView5) {
|
||||
this.rootView = linearLayout;
|
||||
this.accessibility = imageView;
|
||||
this.indicatorLeft = imageView2;
|
||||
this.indicatorRight = imageView3;
|
||||
this.itemRow = linearLayout2;
|
||||
this.line = textView;
|
||||
this.lineCercanias = linearLayout3;
|
||||
this.logo = imageView4;
|
||||
this.notesObservation = textView2;
|
||||
this.platform = textView3;
|
||||
this.platformCercanias = linearLayout4;
|
||||
this.station = textView4;
|
||||
this.time = textView5;
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationCercaniasBinding bind(View view) {
|
||||
int i = R.id.accessibility;
|
||||
ImageView imageView = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView != null) {
|
||||
i = R.id.indicator_left;
|
||||
ImageView imageView2 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.indicator_right;
|
||||
ImageView imageView3 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView3 != null) {
|
||||
LinearLayout linearLayout = (LinearLayout) view;
|
||||
i = R.id.line;
|
||||
TextView textView = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView != null) {
|
||||
i = R.id.line_cercanias;
|
||||
LinearLayout linearLayout2 = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout2 != null) {
|
||||
i = R.id.logo;
|
||||
ImageView imageView4 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView4 != null) {
|
||||
i = R.id.notes_observation;
|
||||
TextView textView2 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView2 != null) {
|
||||
i = R.id.platform;
|
||||
TextView textView3 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView3 != null) {
|
||||
i = R.id.platform_cercanias;
|
||||
LinearLayout linearLayout3 = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout3 != null) {
|
||||
i = R.id.station;
|
||||
TextView textView4 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView4 != null) {
|
||||
i = R.id.time;
|
||||
TextView textView5 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView5 != null) {
|
||||
return new ItemWidgetCirculationCercaniasBinding(linearLayout, imageView, imageView2, imageView3, linearLayout, textView, linearLayout2, imageView4, textView2, textView3, linearLayout3, textView4, textView5);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationCercaniasBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationCercaniasBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.item_widget_circulation_cercanias, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class ItemWidgetCirculationHeaderBinding {
|
||||
public final TextView headerCirculationType;
|
||||
public final TextView headerDestinationStation;
|
||||
public final TextView headerTime;
|
||||
public final ImageView indicatorRight;
|
||||
public final LinearLayout llPlatform;
|
||||
public final LinearLayout llTrainOrLine;
|
||||
public final TextView platform;
|
||||
private final LinearLayout rootView;
|
||||
|
||||
private ItemWidgetCirculationHeaderBinding(LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3, ImageView imageView, LinearLayout linearLayout2, LinearLayout linearLayout3, TextView textView4) {
|
||||
this.rootView = linearLayout;
|
||||
this.headerCirculationType = textView;
|
||||
this.headerDestinationStation = textView2;
|
||||
this.headerTime = textView3;
|
||||
this.indicatorRight = imageView;
|
||||
this.llPlatform = linearLayout2;
|
||||
this.llTrainOrLine = linearLayout3;
|
||||
this.platform = textView4;
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationHeaderBinding bind(View view) {
|
||||
int i = R.id.header_circulation_type;
|
||||
TextView textView = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView != null) {
|
||||
i = R.id.header_destination_station;
|
||||
TextView textView2 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView2 != null) {
|
||||
i = R.id.header_time;
|
||||
TextView textView3 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView3 != null) {
|
||||
i = R.id.indicator_right;
|
||||
ImageView imageView = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView != null) {
|
||||
i = R.id.ll_platform;
|
||||
LinearLayout linearLayout = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout != null) {
|
||||
i = R.id.ll_trainOrLine;
|
||||
LinearLayout linearLayout2 = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout2 != null) {
|
||||
i = R.id.platform;
|
||||
TextView textView4 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView4 != null) {
|
||||
return new ItemWidgetCirculationHeaderBinding((LinearLayout) view, textView, textView2, textView3, imageView, linearLayout, linearLayout2, textView4);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationHeaderBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static ItemWidgetCirculationHeaderBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.item_widget_circulation_header, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.Button;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class ItemWidgetEmptyBinding {
|
||||
public final Button actionButton;
|
||||
public final TextView emptySubtitle;
|
||||
public final TextView emptyTitle;
|
||||
public final ImageView imageView;
|
||||
private final LinearLayout rootView;
|
||||
|
||||
private ItemWidgetEmptyBinding(LinearLayout linearLayout, Button button, TextView textView, TextView textView2, ImageView imageView) {
|
||||
this.rootView = linearLayout;
|
||||
this.actionButton = button;
|
||||
this.emptySubtitle = textView;
|
||||
this.emptyTitle = textView2;
|
||||
this.imageView = imageView;
|
||||
}
|
||||
|
||||
public static ItemWidgetEmptyBinding bind(View view) {
|
||||
int i = R.id.action_button;
|
||||
Button button = (Button) AbstractC0105a.t(view, i);
|
||||
if (button != null) {
|
||||
i = R.id.empty_subtitle;
|
||||
TextView textView = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView != null) {
|
||||
i = R.id.empty_title;
|
||||
TextView textView2 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView2 != null) {
|
||||
i = R.id.imageView;
|
||||
ImageView imageView = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView != null) {
|
||||
return new ItemWidgetEmptyBinding((LinearLayout) view, button, textView, textView2, imageView);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static ItemWidgetEmptyBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static ItemWidgetEmptyBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.item_widget_empty, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.RelativeLayout;
|
||||
import androidx.appcompat.widget.Toolbar;
|
||||
import com.adif.elcanomovil.commonViews.databinding.LoadingEmptyOrErrorCommonViewBinding;
|
||||
import com.adif.elcanomovil.uiDepartures.views.StationHeaderView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
import com.google.android.material.button.MaterialButton;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class WidgetConfigurationFragmentBinding {
|
||||
public final MaterialButton creationWidgetButton;
|
||||
public final LoadingEmptyOrErrorCommonViewBinding empty;
|
||||
private final RelativeLayout rootView;
|
||||
public final StationHeaderView stationHeader;
|
||||
public final Toolbar toolbar;
|
||||
|
||||
private WidgetConfigurationFragmentBinding(RelativeLayout relativeLayout, MaterialButton materialButton, LoadingEmptyOrErrorCommonViewBinding loadingEmptyOrErrorCommonViewBinding, StationHeaderView stationHeaderView, Toolbar toolbar) {
|
||||
this.rootView = relativeLayout;
|
||||
this.creationWidgetButton = materialButton;
|
||||
this.empty = loadingEmptyOrErrorCommonViewBinding;
|
||||
this.stationHeader = stationHeaderView;
|
||||
this.toolbar = toolbar;
|
||||
}
|
||||
|
||||
public static WidgetConfigurationFragmentBinding bind(View view) {
|
||||
View t2;
|
||||
int i = R.id.creationWidgetButton;
|
||||
MaterialButton materialButton = (MaterialButton) AbstractC0105a.t(view, i);
|
||||
if (materialButton != null && (t2 = AbstractC0105a.t(view, (i = R.id.empty))) != null) {
|
||||
LoadingEmptyOrErrorCommonViewBinding bind = LoadingEmptyOrErrorCommonViewBinding.bind(t2);
|
||||
i = R.id.station_header;
|
||||
StationHeaderView stationHeaderView = (StationHeaderView) AbstractC0105a.t(view, i);
|
||||
if (stationHeaderView != null) {
|
||||
i = R.id.toolbar;
|
||||
Toolbar toolbar = (Toolbar) AbstractC0105a.t(view, i);
|
||||
if (toolbar != null) {
|
||||
return new WidgetConfigurationFragmentBinding((RelativeLayout) view, materialButton, bind, stationHeaderView, toolbar);
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static WidgetConfigurationFragmentBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static WidgetConfigurationFragmentBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.widget_configuration_fragment, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public RelativeLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.ListView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class WidgetMainBinding {
|
||||
public final ItemWidgetEmptyBinding appwidgetEmptyView;
|
||||
public final ItemWidgetCirculationHeaderBinding appwidgetInfoHeader;
|
||||
public final ListView appwidgetListview;
|
||||
public final WidgetMainHeaderBinding circulationStationView;
|
||||
private final LinearLayout rootView;
|
||||
|
||||
private WidgetMainBinding(LinearLayout linearLayout, ItemWidgetEmptyBinding itemWidgetEmptyBinding, ItemWidgetCirculationHeaderBinding itemWidgetCirculationHeaderBinding, ListView listView, WidgetMainHeaderBinding widgetMainHeaderBinding) {
|
||||
this.rootView = linearLayout;
|
||||
this.appwidgetEmptyView = itemWidgetEmptyBinding;
|
||||
this.appwidgetInfoHeader = itemWidgetCirculationHeaderBinding;
|
||||
this.appwidgetListview = listView;
|
||||
this.circulationStationView = widgetMainHeaderBinding;
|
||||
}
|
||||
|
||||
public static WidgetMainBinding bind(View view) {
|
||||
View t2;
|
||||
int i = R.id.appwidget_empty_view;
|
||||
View t4 = AbstractC0105a.t(view, i);
|
||||
if (t4 != null) {
|
||||
ItemWidgetEmptyBinding bind = ItemWidgetEmptyBinding.bind(t4);
|
||||
i = R.id.appwidget_info_header;
|
||||
View t5 = AbstractC0105a.t(view, i);
|
||||
if (t5 != null) {
|
||||
ItemWidgetCirculationHeaderBinding bind2 = ItemWidgetCirculationHeaderBinding.bind(t5);
|
||||
i = R.id.appwidget_listview;
|
||||
ListView listView = (ListView) AbstractC0105a.t(view, i);
|
||||
if (listView != null && (t2 = AbstractC0105a.t(view, (i = R.id.circulation_station_view))) != null) {
|
||||
return new WidgetMainBinding((LinearLayout) view, bind, bind2, listView, WidgetMainHeaderBinding.bind(t2));
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static WidgetMainBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static WidgetMainBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.widget_main, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
package com.adif.elcanomovil.widget.databinding;
|
||||
|
||||
import a.AbstractC0105a;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
import com.adif.elcanomovil.widget.R;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class WidgetMainHeaderBinding {
|
||||
public final LinearLayout linearLayout2;
|
||||
private final LinearLayout rootView;
|
||||
public final LinearLayout rowContainer;
|
||||
public final TextView station;
|
||||
public final TextView stationto;
|
||||
public final TextView tvTypeOfTrain;
|
||||
public final ImageView widgetHeaderDirection;
|
||||
public final ImageView widgetHeaderRefreshStation;
|
||||
public final ImageView widgetHeaderSwitchStations;
|
||||
public final TextView widgetHeaderUpdated;
|
||||
public final TextView widgetHeaderUpdatedTime;
|
||||
|
||||
private WidgetMainHeaderBinding(LinearLayout linearLayout, LinearLayout linearLayout2, LinearLayout linearLayout3, TextView textView, TextView textView2, TextView textView3, ImageView imageView, ImageView imageView2, ImageView imageView3, TextView textView4, TextView textView5) {
|
||||
this.rootView = linearLayout;
|
||||
this.linearLayout2 = linearLayout2;
|
||||
this.rowContainer = linearLayout3;
|
||||
this.station = textView;
|
||||
this.stationto = textView2;
|
||||
this.tvTypeOfTrain = textView3;
|
||||
this.widgetHeaderDirection = imageView;
|
||||
this.widgetHeaderRefreshStation = imageView2;
|
||||
this.widgetHeaderSwitchStations = imageView3;
|
||||
this.widgetHeaderUpdated = textView4;
|
||||
this.widgetHeaderUpdatedTime = textView5;
|
||||
}
|
||||
|
||||
public static WidgetMainHeaderBinding bind(View view) {
|
||||
int i = R.id.linearLayout2;
|
||||
LinearLayout linearLayout = (LinearLayout) AbstractC0105a.t(view, i);
|
||||
if (linearLayout != null) {
|
||||
LinearLayout linearLayout2 = (LinearLayout) view;
|
||||
i = R.id.station;
|
||||
TextView textView = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView != null) {
|
||||
i = R.id.stationto;
|
||||
TextView textView2 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView2 != null) {
|
||||
i = R.id.tv_typeOfTrain;
|
||||
TextView textView3 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView3 != null) {
|
||||
i = R.id.widget_header_direction;
|
||||
ImageView imageView = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView != null) {
|
||||
i = R.id.widget_header_refresh_station;
|
||||
ImageView imageView2 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView2 != null) {
|
||||
i = R.id.widget_header_switch_stations;
|
||||
ImageView imageView3 = (ImageView) AbstractC0105a.t(view, i);
|
||||
if (imageView3 != null) {
|
||||
i = R.id.widget_header_updated;
|
||||
TextView textView4 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView4 != null) {
|
||||
i = R.id.widget_header_updated_time;
|
||||
TextView textView5 = (TextView) AbstractC0105a.t(view, i);
|
||||
if (textView5 != null) {
|
||||
return new WidgetMainHeaderBinding(linearLayout2, linearLayout, linearLayout2, textView, textView2, textView3, imageView, imageView2, imageView3, textView4, textView5);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
|
||||
}
|
||||
|
||||
public static WidgetMainHeaderBinding inflate(LayoutInflater layoutInflater) {
|
||||
return inflate(layoutInflater, null, false);
|
||||
}
|
||||
|
||||
public static WidgetMainHeaderBinding inflate(LayoutInflater layoutInflater, ViewGroup viewGroup, boolean z3) {
|
||||
View inflate = layoutInflater.inflate(R.layout.widget_main_header, viewGroup, false);
|
||||
if (z3) {
|
||||
viewGroup.addView(inflate);
|
||||
}
|
||||
return bind(inflate);
|
||||
}
|
||||
|
||||
public LinearLayout getRoot() {
|
||||
return this.rootView;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user