FileDocCategorySizeDatePackage
CalendarView.javaAPI DocAndroid 5.1 API4190Sat Mar 14 14:09:44 GMT 2015android.widget

CalendarView

public class CalendarView extends android.widget.FrameLayout

Fields Summary
Constructors Summary
public CalendarView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public CalendarView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public CalendarView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public CalendarView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public longgetDate()

 throw new RuntimeException("Stub!"); 
public intgetDateTextAppearance()

 throw new RuntimeException("Stub!"); 
public intgetFirstDayOfWeek()

 throw new RuntimeException("Stub!"); 
public intgetFocusedMonthDateColor()

 throw new RuntimeException("Stub!"); 
public longgetMaxDate()

 throw new RuntimeException("Stub!"); 
public longgetMinDate()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetSelectedDateVerticalBar()

 throw new RuntimeException("Stub!"); 
public intgetSelectedWeekBackgroundColor()

 throw new RuntimeException("Stub!"); 
public booleangetShowWeekNumber()

 throw new RuntimeException("Stub!"); 
public intgetShownWeekCount()

 throw new RuntimeException("Stub!"); 
public intgetUnfocusedMonthDateColor()

 throw new RuntimeException("Stub!"); 
public intgetWeekDayTextAppearance()

 throw new RuntimeException("Stub!"); 
public intgetWeekNumberColor()

 throw new RuntimeException("Stub!"); 
public intgetWeekSeparatorLineColor()

 throw new RuntimeException("Stub!"); 
protected voidonConfigurationChanged(android.content.res.Configuration newConfig)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public voidsetDate(long date)

 throw new RuntimeException("Stub!"); 
public voidsetDate(long date, boolean animate, boolean center)

 throw new RuntimeException("Stub!"); 
public voidsetDateTextAppearance(int resourceId)

 throw new RuntimeException("Stub!"); 
public voidsetFirstDayOfWeek(int firstDayOfWeek)

 throw new RuntimeException("Stub!"); 
public voidsetFocusedMonthDateColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetMaxDate(long maxDate)

 throw new RuntimeException("Stub!"); 
public voidsetMinDate(long minDate)

 throw new RuntimeException("Stub!"); 
public voidsetOnDateChangeListener(android.widget.CalendarView$OnDateChangeListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedDateVerticalBar(int resourceId)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedDateVerticalBar(android.graphics.drawable.Drawable drawable)

 throw new RuntimeException("Stub!"); 
public voidsetSelectedWeekBackgroundColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetShowWeekNumber(boolean showWeekNumber)

 throw new RuntimeException("Stub!"); 
public voidsetShownWeekCount(int count)

 throw new RuntimeException("Stub!"); 
public voidsetUnfocusedMonthDateColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetWeekDayTextAppearance(int resourceId)

 throw new RuntimeException("Stub!"); 
public voidsetWeekNumberColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetWeekSeparatorLineColor(int color)

 throw new RuntimeException("Stub!");