Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java56 private final GridModel mGrid; field in GridDropHandler
69 mGrid = GridModel.get(mRule.getRulesEngine(), layout, view); in GridDropHandler()
83 Rect bounds = mGrid.layout.getBounds(); in computeMatches()
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1); in computeMatches()
116 int rowY = mGrid.getRowY(row); in computeMatches()
143 columnMatches.add(new GridMatch(SegmentType.LEFT, 0, x1, mGrid.getColumn(x1), in computeMatches()
147 rowMatches.add(new GridMatch(SegmentType.TOP, 0, y1, mGrid.getRow(y1), in computeMatches()
161 columnDescription = mColumnMatch.getDisplayName(mGrid.layout); in computeMatches()
165 rowDescription = mRowMatch.getDisplayName(mGrid.layout); in computeMatches()
178 int column = mGrid.getColumn(x1); in computeMatches()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DListViewTypeMenu.java49 private boolean mGrid; field in ListViewTypeMenu
64 mGrid = isGrid; in ListViewTypeMenu()
111 if (!mGrid) { in addMenuItems()