HomeSort by relevance Sort by last modified time
    Searched full:depthvalue (Results 1 - 1 of 1) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TooManyViewsDetector.java 69 String depthValue = System.getenv("ANDROID_LINT_MAX_DEPTH"); //$NON-NLS-1$
70 if (depthValue != null) {
72 maxDepth = Integer.parseInt(depthValue);

Completed in 2765 milliseconds