class android.widget.DayPickerPagerAdapter extends com.android.internal.widget.PagerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.DayPickerPagerAdapter
  super_class: com.android.internal.widget.PagerAdapter
{
  private static final int MONTHS_IN_YEAR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private final Calendar mMinDate;
    descriptor: LCalendar;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Calendar mMaxDate;
    descriptor: LCalendar;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.util.SparseArray<android.widget.DayPickerPagerAdapter$ViewHolder> mItems;
    descriptor: Landroid/util/SparseArray;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Landroid/util/SparseArray<Landroid/widget/DayPickerPagerAdapter$ViewHolder;>;

  private final android.view.LayoutInflater mInflater;
    descriptor: Landroid/view/LayoutInflater;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

  private android.content.res.ColorStateList mCalendarTextColor;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0002) ACC_PRIVATE

  private android.content.res.ColorStateList mDaySelectorColor;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0002) ACC_PRIVATE

  private android.content.res.ColorStateList mDayHighlightColor;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.DayPickerPagerAdapter$OnDaySelectedListener mOnDaySelectedListener;
    descriptor: Landroid/widget/DayPickerPagerAdapter$OnDaySelectedListener;
    flags: (0x0002) ACC_PRIVATE

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

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

  private final android.widget.SimpleMonthView$OnDayClickListener mOnDayClickListener;
    descriptor: Landroid/widget/SimpleMonthView$OnDayClickListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context, int, int);
    descriptor: (Landroid/content/Context;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.icu 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\n\tCalendar cannot be resolved to a type\n\tcom.android.internal.R.attr 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 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 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 variable\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 type\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 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 variable\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 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 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 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 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 variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n\tThe type new SimpleMonthView.OnDayClickListener(){} must implement the inherited abstract method SimpleMonthView.OnDayClickListener.onDayClick(SimpleMonthView, Calendar)\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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
                Name  Flags
      context         
      layoutResId     
      calendarViewId  

  public void setRange(Calendar, Calendar);
    descriptor: (LCalendar;LCalendar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 78
            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 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 variable\n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
      Name  Flags
      min   
      max   

  public void setFirstDayOfWeek(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 96
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
           Name  Flags
      weekStart  

  public int getFirstDayOfWeek();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 107
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;

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

  public void setSelectedDay(Calendar);
    descriptor: (LCalendar;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 127
            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 type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
      Name  Flags
      day   

  public void setOnDaySelectedListener(android.widget.DayPickerPagerAdapter$OnDaySelectedListener);
    descriptor: (Landroid/widget/DayPickerPagerAdapter$OnDaySelectedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 156
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
          Name  Flags
      listener  

  void setCalendarTextColor(android.content.res.ColorStateList);
    descriptor: (Landroid/content/res/ColorStateList;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 160
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
                   Name  Flags
      calendarTextColor  

  void setDaySelectorColor(android.content.res.ColorStateList);
    descriptor: (Landroid/content/res/ColorStateList;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 165
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
               Name  Flags
      selectorColor  

  void setMonthTextAppearance(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 170
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
       Name  Flags
      resId  

  void setDayOfWeekTextAppearance(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 175
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
       Name  Flags
      resId  

  int getDayOfWeekTextAppearance();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 180
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;

  void setDayTextAppearance(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 184
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
       Name  Flags
      resId  

  int getDayTextAppearance();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 189
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 194
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;

  public boolean isViewFromObject(android.view.View, java.lang.Object);
    descriptor: (Landroid/view/View;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 199
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
        Name  Flags
      view    
      object  

  private int getMonthForPosition(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 205
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCalendar cannot be resolved to a type\n\tCalendar cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
          Name  Flags
      position  

  private int getYearForPosition(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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 variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
          Name  Flags
      position  

  int getPositionForDay(Calendar);
    descriptor: (LCalendar;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 213
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
      Name  Flags
      day   

  public java.lang.Object instantiateItem(android.view.ViewGroup, int);
    descriptor: (Landroid/view/ViewGroup;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 252
            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 type\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 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 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 variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
           Name  Flags
      container  
      position   

  public void destroyItem(android.view.ViewGroup, int, java.lang.Object);
    descriptor: (Landroid/view/ViewGroup;ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 284
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
           Name  Flags
      container  
      position   
      object     

  public int getItemPosition(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 292
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
        Name  Flags
      object  

  public java.lang.CharSequence getPageTitle(int);
    descriptor: (I)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 298
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
          Name  Flags
      position  

  android.widget.SimpleMonthView getView(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Landroid/widget/SimpleMonthView;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.DayPickerPagerAdapter this
         0: .line 306
            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.DayPickerPagerAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/DayPickerPagerAdapter;
    MethodParameters:
        Name  Flags
      object  
}
SourceFile: "DayPickerPagerAdapter.java"
NestMembers:
  android.widget.DayPickerPagerAdapter$1  android.widget.DayPickerPagerAdapter$OnDaySelectedListener  android.widget.DayPickerPagerAdapter$ViewHolder
InnerClasses:
  public abstract OnDaySelectedListener = android.widget.DayPickerPagerAdapter$OnDaySelectedListener of android.widget.DayPickerPagerAdapter
  private ViewHolder = android.widget.DayPickerPagerAdapter$ViewHolder of android.widget.DayPickerPagerAdapter
  public abstract OnDayClickListener = android.widget.SimpleMonthView$OnDayClickListener of android.widget.SimpleMonthView