Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java80 static final int UNDEFINED = Integer.MIN_VALUE; field in GridModel
278 if (baseline == UNDEFINED) { in getBaseline()
404 declaredRowCount = getGridAttribute(layout, ATTR_ROW_COUNT, UNDEFINED); in loadFromXml()
405 declaredColumnCount = getGridAttribute(layout, ATTR_COLUMN_COUNT, UNDEFINED); in loadFromXml()
419 declaredRowCount == UNDEFINED ? children.length : declaredRowCount, in loadFromXml()
420 declaredColumnCount == UNDEFINED ? children.length : declaredColumnCount); in loadFromXml()
426 mBaselines[i] = UNDEFINED; in loadFromXml()
436 if (declaredRowCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()
446 if (extraRows != null && declaredRowCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()
456 if (declaredColumnCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()
[all …]
DGridDropHandler.java29 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
144 true /* createCell */, UNDEFINED)); in computeMatches()
148 true /* createCell */, UNDEFINED)); in computeMatches()
267 false, UNDEFINED)); in addLeftSideMatch()
283 columnRight, false, UNDEFINED)); in addRightSideMatch()
301 matchedLine, 0 /* column */, createCell, UNDEFINED)); in addCenterColumnMatch()
313 UNDEFINED)); in addTopMatch()
327 rowBottom, false, UNDEFINED)); in addBottomMatch()
344 false, UNDEFINED)); in addBaselineMatch()
615 } else if (mColumnMatch.margin != UNDEFINED) { in handleFreeFormDrop()
[all …]
DGridMatch.java18 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
98 if (margin != UNDEFINED) { in getDisplayName()
114 if (margin != UNDEFINED) { in getDisplayName()
DGridLayoutPainter.java20 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
189 if (rowMatch.margin != UNDEFINED && rowMatch.margin > 0) { in paintFreeFormDropFeedback()
213 if (columnMatch.margin != UNDEFINED && columnMatch.margin > 0) { in paintFreeFormDropFeedback()
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
Dandroid-support-v7-gridlayout.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...