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
28
import static com.android.ide.common.layout.GridLayoutRule.
SHORT_GAP_DP
;
373
int columnRight = mGrid.getColumn(x1 -
SHORT_GAP_DP
);
375
int matchedLine = columnX +
SHORT_GAP_DP
;
380
columnRight, createCell,
SHORT_GAP_DP
));
434
int rowBottom = mGrid.getRow(y1 -
SHORT_GAP_DP
);
436
int matchedLine = rowY +
SHORT_GAP_DP
;
441
rowBottom, createCell,
SHORT_GAP_DP
));
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
89
public static final int
SHORT_GAP_DP
= 16;
Completed in 60 milliseconds