OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowHeightDp
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
[
all
...]
GridDropHandler.java
648
int
rowHeightDp
= mRule.getRulesEngine().pxToDp(rowHeightPx);
653
rowHeightDp
= 0;
670
rowHeightDp
= mRule.getRulesEngine().pxToDp(margin);
675
mGrid.splitRow(row, insertMarginRow,
rowHeightDp
, mRowMatch.matchedLine);
[
all
...]
Completed in 43 milliseconds