HomeSort by relevance Sort by last modified time
    Searched refs:FRAME_LAYOUT (Results 1 - 4 of 4) sorted by null

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DefaultSdkInfo.java 30 import static com.android.tools.lint.detector.api.LintConstants.FRAME_LAYOUT;
182 PARENTS.put(FRAME_LAYOUT, VIEW_GROUP);
183 PARENTS.put(HORIZONTAL_SCROLL_VIEW, FRAME_LAYOUT);
184 PARENTS.put(VIEW_ANIMATOR, FRAME_LAYOUT);
185 PARENTS.put(TAB_HOST, FRAME_LAYOUT);
191 PARENTS.put(SCROLL_VIEW, FRAME_LAYOUT);
196 PARENTS.put("MediaController", FRAME_LAYOUT); //$NON-NLS-1$
206 PARENTS.put("DatePicker", FRAME_LAYOUT); //$NON-NLS-1$
207 PARENTS.put("TimePicker", FRAME_LAYOUT); //$NON-NLS-1$
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
MergeRootFrameLayoutDetector.java 25 import static com.android.tools.lint.detector.api.LintConstants.FRAME_LAYOUT;
145 return Arrays.asList(INCLUDE, FRAME_LAYOUT);
158 assert tag.equals(FRAME_LAYOUT);
UselessViewDetector.java 24 import static com.android.tools.lint.detector.api.LintConstants.FRAME_LAYOUT;
95 CONTAINERS.add(FRAME_LAYOUT);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 78 public static final String FRAME_LAYOUT = "FrameLayout"; //$NON-NLS-1$

Completed in 146 milliseconds