Home
last modified time | relevance | path

Searched refs:mMaxRight (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java129 private int[] mMaxRight; field in GridModel
823 mMaxRight = new int[actualColumnCount + 1]; in initializeMaxBounds()
848 if (mMaxRight[targetColumn] < x2 in initializeMaxBounds()
850 mMaxRight[targetColumn] = x2; in initializeMaxBounds()
1502 return mMaxRight[min(mMaxRight.length - 1, max(0, column))]; in getColumnMaxX()