package com.dittomart.kingofoffers.databinding;
import com.dittomart.kingofoffers.R;
import com.dittomart.kingofoffers.BR;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.view.View;
@SuppressWarnings("unchecked")
public class ActivityChatBindingImpl extends ActivityChatBinding  {

    @Nullable
    private static final androidx.databinding.ViewDataBinding.IncludedLayouts sIncludes;
    @Nullable
    private static final android.util.SparseIntArray sViewsWithIds;
    static {
        sIncludes = null;
        sViewsWithIds = new android.util.SparseIntArray();
        sViewsWithIds.put(R.id.header_toolbar, 2);
        sViewsWithIds.put(R.id.backButton, 3);
        sViewsWithIds.put(R.id.circular_nameView, 4);
        sViewsWithIds.put(R.id.short_name, 5);
        sViewsWithIds.put(R.id.header_title, 6);
        sViewsWithIds.put(R.id.settingButton, 7);
        sViewsWithIds.put(R.id.shimmer_frame, 8);
        sViewsWithIds.put(R.id.conversation_list, 9);
        sViewsWithIds.put(R.id.text_input_layout, 10);
        sViewsWithIds.put(R.id.messageInput, 11);
        sViewsWithIds.put(R.id.sendButton, 12);
    }
    // views
    @NonNull
    private final android.widget.RelativeLayout mboundView0;
    @NonNull
    private final android.widget.LinearLayout mboundView1;
    // variables
    // values
    // listeners
    // Inverse Binding Event Handlers

    public ActivityChatBindingImpl(@Nullable androidx.databinding.DataBindingComponent bindingComponent, @NonNull View root) {
        this(bindingComponent, root, mapBindings(bindingComponent, root, 13, sIncludes, sViewsWithIds));
    }
    private ActivityChatBindingImpl(androidx.databinding.DataBindingComponent bindingComponent, View root, Object[] bindings) {
        super(bindingComponent, root, 0
            , (android.widget.LinearLayout) bindings[3]
            , (com.google.android.material.card.MaterialCardView) bindings[4]
            , (androidx.recyclerview.widget.RecyclerView) bindings[9]
            , (android.widget.TextView) bindings[6]
            , (com.google.android.material.card.MaterialCardView) bindings[2]
            , (android.widget.EditText) bindings[11]
            , (android.widget.ImageButton) bindings[12]
            , (android.widget.ImageView) bindings[7]
            , (com.facebook.shimmer.ShimmerFrameLayout) bindings[8]
            , (android.widget.TextView) bindings[5]
            , (android.widget.RelativeLayout) bindings[10]
            );
        this.mboundView0 = (android.widget.RelativeLayout) bindings[0];
        this.mboundView0.setTag(null);
        this.mboundView1 = (android.widget.LinearLayout) bindings[1];
        this.mboundView1.setTag(null);
        setRootTag(root);
        // listeners
        invalidateAll();
    }

    @Override
    public void invalidateAll() {
        synchronized(this) {
                mDirtyFlags = 0x1L;
        }
        requestRebind();
    }

    @Override
    public boolean hasPendingBindings() {
        synchronized(this) {
            if (mDirtyFlags != 0) {
                return true;
            }
        }
        return false;
    }

    @Override
    public boolean setVariable(int variableId, @Nullable Object variable)  {
        boolean variableSet = true;
            return variableSet;
    }

    @Override
    protected boolean onFieldChange(int localFieldId, Object object, int fieldId) {
        switch (localFieldId) {
        }
        return false;
    }

    @Override
    protected void executeBindings() {
        long dirtyFlags = 0;
        synchronized(this) {
            dirtyFlags = mDirtyFlags;
            mDirtyFlags = 0;
        }
        // batch finished
    }
    // Listener Stub Implementations
    // callback impls
    // dirty flag
    private  long mDirtyFlags = 0xffffffffffffffffL;
    /* flag mapping
        flag 0 (0x1L): null
    flag mapping end*/
    //end
}