blob: 2ba209d8f0d4dc34ea0a007dbf06334dc4891b4a [file] [log] [blame]
pluginName=MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker
providerName=Motorola Mobility, Inc.
unnecessaryFindViewByIdCheckerDescription=Looks for findViewById statements that can be moved to reduce CPU processing.
unnecessaryFindViewByIdChecker=Unnecessary findViewById Checker
FindViewByIdInsideLoopsConditionDescription=Checks for findViewById statements that are inside a loop block (for, foreach, while, do-while) that could possibly be moved outside the loop, to reduce CPU processing.
FindViewByIdInsideLoopsCondition=Unnecessary findViewById inside loops condition