DateFormat_Delegatepublic 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. |
|