FileDocCategorySizeDatePackage
DateFormat_Delegate.javaAPI DocAndroid 5.1 API1302Thu Mar 12 22:22:44 GMT 2015android.text.format

DateFormat_Delegate

public class DateFormat_Delegate extends Object
Delegate used to provide new implementation for the native methods of {@link DateFormat} Through the layoutlib_create tool, the original methods of DateFormat have been replaced by calls to methods of the same name in this delegate class.

Fields Summary
Constructors Summary
Methods Summary
static booleanis24HourFormat(android.content.Context context)

        return false;
    
static booleanis24HourFormat(android.content.Context context, int userHandle)

        return false;