HomeSort by relevance Sort by last modified time
    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 228 mRulesEngine.pxToDp(newBounds.x - node.getParent().getBounds().x)));
233 mRulesEngine.pxToDp(newBounds.y - node.getParent().getBounds().y)));
246 mRulesEngine.pxToDp(newBounds.x - parentBounds.x),
247 mRulesEngine.pxToDp(newBounds.y - parentBounds.y),
  /sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 200 public int pxToDp(int px);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 558 int columnWidthDp = mRule.getRulesEngine().pxToDp(columnWidthPx);
582 columnWidthDp = mRule.getRulesEngine().pxToDp(margin);
600 int rowHeightDp = mRule.getRulesEngine().pxToDp(rowHeightPx);
622 rowHeightDp = mRule.getRulesEngine().pxToDp(margin);
GridModel.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 159 int dp = state.getRulesEngine().pxToDp(margin);
GuidelineHandler.java 600 int dp = mRulesEngine.pxToDp(margin);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 316 public int pxToDp(int px) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 454 public int pxToDp(int px) {

Completed in 231 milliseconds