|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Detector.BinaryResourceScanner
Specialized interface for detectors that scan binary resource files (typically bitmaps but also files in res/raw)
| Method Summary | |
|---|---|
boolean |
appliesTo(com.android.resources.ResourceFolderType folderType)
Returns whether this detector applies to the given folder type. |
void |
checkBinaryResource(ResourceContext context)
Called for each resource folder |
| Method Detail |
|---|
void checkBinaryResource(@NonNull
ResourceContext context)
context - the context for the resource file
boolean appliesTo(@NonNull
com.android.resources.ResourceFolderType folderType)
folderType - the folder type to be visited
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||