Context
declare class Context {}
Context
Instance Method
getStyledAttributeSet
Signature
declare class Context {
getStyledAttributeSet(attributeSet: AttributeSet): AttributeSet;
}
Description
Get AttributeSet.
getResources
Signature
declare class Context {
getResources():Resources;
}
Description
Get Resources.
getLayoutParserFactory
Signature
declare class Context {
getLayoutParserFactory():XMLLayoutParserFactory;
}
Description
Get XMLLayoutParserFactory.