HomeSort by relevance Sort by last modified time
    Searched refs:mRule (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 32 private final BaseLayoutRule mRule;
95 mRule = rule;
111 return mRule.getFillParentValueName();
113 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.w));
126 return mRule.getFillParentValueName();
128 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.h));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 117 private final GridLayoutRule mRule;
124 mRule = rule;
237 mRule.drawElement(gc, first, x + offsetX - bounds.x, y + offsetY - bounds.y);
251 int radius = mRule.getNewCellSize();
301 mRule.drawElement(gc, first, offsetX, offsetY);
GridDropHandler.java 57 private final GridLayoutRule mRule;
68 mRule = gridLayoutRule;
69 mGrid = new GridModel(mRule.getRulesEngine(), layout, view);
187 int radius = mRule.getNewCellSize();
558 int columnWidthDp = mRule.getRulesEngine().pxToDp(columnWidthPx);
570 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(fqcn);
582 columnWidthDp = mRule.getRulesEngine().pxToDp(margin);
600 int rowHeightDp = mRule.getRulesEngine().pxToDp(rowHeightPx);
611 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(element.getFqcn());
622 rowHeightDp = mRule.getRulesEngine().pxToDp(margin)
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 642 private int mRule;
647 this.mRule = rule;
662 if (mRule == Dependency.AFTER) {
677 if (mRule == Dependency.WITH) {
697 if (dependency.rule == mRule &&
    [all...]

Completed in 3471 milliseconds