class android.widget.CalendarViewLegacyDelegate extends android.widget.CalendarView$AbstractCalendarViewDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.CalendarViewLegacyDelegate
  super_class: android.widget.CalendarView$AbstractCalendarViewDelegate
{
  private static final boolean DEFAULT_SHOW_WEEK_NUMBER;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final long MILLIS_IN_DAY;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 86400000

  private static final int DAYS_PER_WEEK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final long MILLIS_IN_WEEK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 604800000

  private static final int SCROLL_HYST_WEEKS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int GOTO_SCROLL_DURATION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  private static final int ADJUSTMENT_SCROLL_DURATION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  private static final int SCROLL_CHANGE_DELAY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  private static final int DEFAULT_SHOWN_WEEK_COUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int DEFAULT_DATE_TEXT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  private static final int UNSCALED_SELECTED_DATE_VERTICAL_BAR_WIDTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int UNSCALED_WEEK_MIN_VISIBLE_HEIGHT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static final int UNSCALED_LIST_SCROLL_TOP_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int UNSCALED_BOTTOM_BUFFER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private static final int UNSCALED_WEEK_SEPARATOR_LINE_WIDTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int DEFAULT_WEEK_DAY_TEXT_APPEARANCE_RES_ID;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private final int mWeekSeparatorLineWidth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mDateTextSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.graphics.drawable.Drawable mSelectedDateVerticalBar;
    descriptor: Landroid/graphics/drawable/Drawable;
    flags: (0x0002) ACC_PRIVATE

  private final int mSelectedDateVerticalBarWidth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mSelectedWeekBackgroundColor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mFocusedMonthDateColor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mUnfocusedMonthDateColor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mWeekSeparatorLineColor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mWeekNumberColor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mWeekDayTextAppearanceResId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDateTextAppearanceResId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mListScrollTopOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mWeekMinVisibleHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mBottomBuffer;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mShownWeekCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mShowWeekNumber;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mDaysPerWeek;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private float mFriction;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mVelocityScale;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private android.widget.CalendarViewLegacyDelegate$WeeksAdapter mAdapter;
    descriptor: Landroid/widget/CalendarViewLegacyDelegate$WeeksAdapter;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.ListView mListView;
    descriptor: Landroid/widget/ListView;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.TextView mMonthName;
    descriptor: Landroid/widget/TextView;
    flags: (0x0002) ACC_PRIVATE

  private android.view.ViewGroup mDayNamesHeader;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mDayNamesShort;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] mDayNamesLong;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int mFirstDayOfWeek;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mCurrentMonthDisplayed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long mPreviousScrollPosition;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean mIsScrollingUp;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mPreviousScrollState;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mCurrentScrollState;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.widget.CalendarView$OnDateChangeListener mOnDateChangeListener;
    descriptor: Landroid/widget/CalendarView$OnDateChangeListener;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.CalendarViewLegacyDelegate$ScrollStateRunnable mScrollStateChangedRunnable;
    descriptor: Landroid/widget/CalendarViewLegacyDelegate$ScrollStateRunnable;
    flags: (0x0002) ACC_PRIVATE

  private Calendar mTempDate;
    descriptor: LCalendar;
    flags: (0x0002) ACC_PRIVATE

  private Calendar mFirstDayOfMonth;
    descriptor: LCalendar;
    flags: (0x0002) ACC_PRIVATE

  private Calendar mMinDate;
    descriptor: LCalendar;
    flags: (0x0002) ACC_PRIVATE

  private Calendar mMaxDate;
    descriptor: LCalendar;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.widget.CalendarView, android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/widget/CalendarView;Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.icu cannot be resolved\n\tThe import com.android.internal.R cannot be resolved\n\tThe import libcore.icu cannot be resolved\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tLocaleData cannot be resolved\n\tR cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tCalendar cannot be resolved to a type\n\tR cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
              Name  Flags
      delegator     
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  public void setShownWeekCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 341
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      count  

  public int getShownWeekCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 349
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setSelectedWeekBackgroundColor(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 354
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      color  

  public int getSelectedWeekBackgroundColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 368
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setFocusedMonthDateColor(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 373
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      color  

  public int getFocusedMonthDateColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 387
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setUnfocusedMonthDateColor(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 392
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      color  

  public int getUnfocusedMonthDateColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 406
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setWeekNumberColor(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 411
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      color  

  public int getWeekNumberColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 421
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setWeekSeparatorLineColor(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
       Name  Flags
      color  

  public int getWeekSeparatorLineColor();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 434
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setSelectedDateVerticalBar(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 439
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
            Name  Flags
      resourceId  

  public void setSelectedDateVerticalBar(android.graphics.drawable.Drawable);
    descriptor: (Landroid/graphics/drawable/Drawable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 445
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
          Name  Flags
      drawable  

  public android.graphics.drawable.Drawable getSelectedDateVerticalBar();
    descriptor: ()Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 459
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setWeekDayTextAppearance(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 464
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
            Name  Flags
      resourceId  

  public int getWeekDayTextAppearance();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 472
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setDateTextAppearance(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 477
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
            Name  Flags
      resourceId  

  public int getDateTextAppearance();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 486
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setMinDate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 492
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
         Name  Flags
      minDate  

  public long getMinDate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 520
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setMaxDate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 525
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
         Name  Flags
      maxDate  

  public long getMaxDate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setShowWeekNumber(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 550
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
                Name  Flags
      showWeekNumber  

  public boolean getShowWeekNumber();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setFirstDayOfWeek(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 565
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
                Name  Flags
      firstDayOfWeek  

  public int getFirstDayOfWeek();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 576
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setDate(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 581
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
      Name  Flags
      date  

  public void setDate(long, boolean, boolean);
    descriptor: (JZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 587
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
         Name  Flags
      date     
      animate  
      center   

  public long getDate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 596
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  public void setOnDateChangeListener(android.widget.CalendarView$OnDateChangeListener);
    descriptor: (Landroid/widget/CalendarView$OnDateChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 600
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
          Name  Flags
      listener  

  public boolean getBoundsForDate(long, android.graphics.Rect);
    descriptor: (JLandroid/graphics/Rect;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 606
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
           Name  Flags
      date       
      outBounds  

  public void onConfigurationChanged(android.content.res.Configuration);
    descriptor: (Landroid/content/res/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 629
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
           Name  Flags
      newConfig  

  protected void setCurrentLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 642
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
        Name  Flags
      locale  

  private void updateDateTextSize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 649
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  private void invalidateAllWeekViews();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 658
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  static Calendar getCalendarForLocale(Calendar, java.util.Locale);
    descriptor: (LCalendar;Ljava/util/Locale;)LCalendar;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 672
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      oldCalendar  
      locale       

  static boolean isSameDate(Calendar, Calendar);
    descriptor: (LCalendar;LCalendar;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 687
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n\tCalendar cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      firstDate   
      secondDate  

  private void setUpAdapter();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  private void setUpHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 724
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  private void setUpListView();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 756
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;

  void goTo(Calendar, boolean, boolean, boolean);
    descriptor: (LCalendar;ZZZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 795
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
             Name  Flags
      date         
      animate      
      setSelected  
      forceScroll  

  private void onScrollStateChanged(android.widget.AbsListView, int);
    descriptor: (Landroid/widget/AbsListView;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 852
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
             Name  Flags
      view         
      scrollState  

  private void onScroll(android.widget.AbsListView, int, int, int);
    descriptor: (Landroid/widget/AbsListView;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 913
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
                  Name  Flags
      view              
      firstVisibleItem  
      visibleItemCount  
      totalItemCount    

  void setMonthDisplayed(Calendar);
    descriptor: (LCalendar;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 932
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
          Name  Flags
      calendar  

  int getWeeksSinceMinDate(Calendar);
    descriptor: (LCalendar;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.CalendarViewLegacyDelegate this
         0: .line 947
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCalendar cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.CalendarViewLegacyDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/CalendarViewLegacyDelegate;
    MethodParameters:
      Name  Flags
      date  
}
SourceFile: "CalendarViewLegacyDelegate.java"
NestMembers:
  android.widget.CalendarViewLegacyDelegate$1  android.widget.CalendarViewLegacyDelegate$2  android.widget.CalendarViewLegacyDelegate$ScrollStateRunnable  android.widget.CalendarViewLegacyDelegate$WeekView  android.widget.CalendarViewLegacyDelegate$WeeksAdapter  android.widget.CalendarViewLegacyDelegate$WeeksAdapter$CalendarGestureListener
InnerClasses:
  abstract AbstractCalendarViewDelegate = android.widget.CalendarView$AbstractCalendarViewDelegate of android.widget.CalendarView
  public abstract OnDateChangeListener = android.widget.CalendarView$OnDateChangeListener of android.widget.CalendarView
  private ScrollStateRunnable = android.widget.CalendarViewLegacyDelegate$ScrollStateRunnable of android.widget.CalendarViewLegacyDelegate
  private WeekView = android.widget.CalendarViewLegacyDelegate$WeekView of android.widget.CalendarViewLegacyDelegate
  private WeeksAdapter = android.widget.CalendarViewLegacyDelegate$WeeksAdapter of android.widget.CalendarViewLegacyDelegate