All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.MonthDisplayHelper Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy