OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxToDp
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java
113
return String.format(VALUE_N_DP, mRule.mRulesEngine.
pxToDp
(bounds.w));
128
return String.format(VALUE_N_DP, mRule.mRulesEngine.
pxToDp
(bounds.h));
AbsoluteLayoutRule.java
232
mRulesEngine.
pxToDp
(newBounds.x - node.getParent().getBounds().x)));
237
mRulesEngine.
pxToDp
(newBounds.y - node.getParent().getBounds().y)));
250
mRulesEngine.
pxToDp
(newBounds.x - parentBounds.x),
251
mRulesEngine.
pxToDp
(newBounds.y - parentBounds.y),
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java
609
int columnWidthDp = mRule.getRulesEngine().
pxToDp
(columnWidthPx);
633
columnWidthDp = mRule.getRulesEngine().
pxToDp
(margin);
648
int rowHeightDp = mRule.getRulesEngine().
pxToDp
(rowHeightPx);
670
rowHeightDp = mRule.getRulesEngine().
pxToDp
(margin);
[
all
...]
GridModel.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java
160
int dp = state.getRulesEngine().
pxToDp
(margin);
GuidelineHandler.java
607
int dp = mRulesEngine.
pxToDp
(margin);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java
322
public int
pxToDp
(int px) {
/prebuilts/devtools/tools/lib/
rule-api.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java
662
public int
pxToDp
(int px) {
Completed in 310 milliseconds