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

  /frameworks/base/core/tests/coretests/res/layout/
table_layout_weight.xml 32 <View android:id="@+id/cell2"
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
WeightTest.java 46 mCell3 = activity.findViewById(R.id.cell2);
  /packages/apps/Launcher2/res/layout-sw720dp/
workspace.xml 29 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
launcher.xml 68 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 124 @Override public int compare(Cell<R, C, V> cell1, Cell<R, C, V> cell2) {
126 : rowComparator.compare(cell1.getRowKey(), cell2.getRowKey());
131 : columnComparator.compare(cell1.getColumnKey(), cell2.getColumnKey());
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 50 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 68 <include android:id="@+id/cell2" layout="@layout/workspace_screen" />
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 118 rect[2] = Rect(x, y+cellH, cellW, cellH); //cell2
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 258 final HTMLTable.ICell cell2 = second.newCell ();
260 cell2.setText ("total executable source lines: " + item.getAggregate (IItem.TOTAL_LINE_COUNT), true);
261 cell2.getAttributes ().set (Attribute.COLSPAN, "2");
    [all...]

Completed in 543 milliseconds