HomeSort by relevance Sort by last modified time
    Searched defs:LayoutInfo (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/holo/src/android/holo/cts/
LayoutAdapter.java 57 static class LayoutInfo {
64 private LayoutInfo(int displayName, String fileName, int layout, LayoutModifier modifier,
99 private final List<LayoutInfo> mLayoutInfos = new ArrayList<LayoutInfo>();
302 addLayout(new LayoutInfo(displayName, fileName, layout, modifier, timeoutMs));
305 private void addLayout(LayoutInfo info) {
319 private LayoutInfo getCalendarLayoutInfo() {
320 return new LayoutInfo(R.string.calendarview_jan, "calendar_view",
324 private LayoutInfo getFebruaryCalendarLayoutInfo() {
325 return new LayoutInfo(R.string.calendarview_feb, "calendar_view_feb"
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 390 LayoutInfoTy LayoutInfo;
395 for (LayoutInfoTy::iterator I = LayoutInfo.begin(), E = LayoutInfo.end();
404 return LayoutInfo[STy];

Completed in 187 milliseconds