OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORT_GAP_DP
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
21
import static com.android.ide.common.layout.GridLayoutRule.
SHORT_GAP_DP
;
323
int columnRight = mGrid.getColumn(x1 -
SHORT_GAP_DP
);
325
int matchedLine = columnX +
SHORT_GAP_DP
;
330
columnRight, createCell,
SHORT_GAP_DP
));
384
int rowBottom = mGrid.getRow(y1 -
SHORT_GAP_DP
);
386
int matchedLine = rowY +
SHORT_GAP_DP
;
391
rowBottom, createCell,
SHORT_GAP_DP
));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
83
public static final int
SHORT_GAP_DP
= 16;
Completed in 774 milliseconds