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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 107 public int actualRowCount;
425 for (int i = 0; i <= actualRowCount; i++) {
671 mBaselines = new int[actualRowCount + 1];
689 if (actualColumnCount <= 1 && actualRowCount <= 1 && mChildViews.isEmpty()) {
703 actualRowCount = ys.length - 1;
730 // Compute the actualColumnCount and actualRowCount. This -should- be
741 actualRowCount = maxRow + 1;
749 mTop = new int[actualRowCount + 1];
750 for (int i = 1; i < actualRowCount; i++) {
754 mTop[actualRowCount] = layoutBounds.y2()
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 867 milliseconds