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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 320 int nextRow = 0;
357 nextRow = Math.max(nextRow, row + rowSpan);
378 assert nextRow > implicitRow;
379 implicitRow = nextRow;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 412 int nextRow = 1;
423 assert nextRow > row;
425 row = nextRow;
440 nextRow = Math.max(nextRow, view.row + view.rowSpan);
446 assert nextRow > row;
448 row = nextRow;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
DeleteSelectionCommand.cpp     [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 235 milliseconds