Home | History | Annotate | Download | only in preflighting.samplecheckers.findviewbyid
      1 pluginName=MOTODEV Studio App Validator SDK Unnecessary findViewById Sample Checker
      2 providerName=Motorola Mobility, Inc.
      3 
      4 unnecessaryFindViewByIdCheckerDescription=Looks for findViewById statements that can be moved to reduce CPU processing.
      5 unnecessaryFindViewByIdChecker=Unnecessary findViewById Checker
      6 
      7 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.
      8 FindViewByIdInsideLoopsCondition=Unnecessary findViewById inside loops condition