android.util.MonthDisplayHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.util;
public class MonthDisplayHelper
{
public MonthDisplayHelper(int year, int month, int weekStartDay) { throw new RuntimeException("Stub!"); }
public MonthDisplayHelper(int year, int month) { throw new RuntimeException("Stub!"); }
public int getYear() { throw new RuntimeException("Stub!"); }
public int getMonth() { throw new RuntimeException("Stub!"); }
public int getWeekStartDay() { throw new RuntimeException("Stub!"); }
public int getFirstDayOfMonth() { throw new RuntimeException("Stub!"); }
public int getNumberOfDaysInMonth() { throw new RuntimeException("Stub!"); }
public int getOffset() { throw new RuntimeException("Stub!"); }
public int[] getDigitsForRow(int row) { throw new RuntimeException("Stub!"); }
public int getDayAt(int row, int column) { throw new RuntimeException("Stub!"); }
public int getRowOf(int day) { throw new RuntimeException("Stub!"); }
public int getColumnOf(int day) { throw new RuntimeException("Stub!"); }
public void previousMonth() { throw new RuntimeException("Stub!"); }
public void nextMonth() { throw new RuntimeException("Stub!"); }
public boolean isWithinCurrentMonth(int row, int column) { throw new RuntimeException("Stub!"); }
}