HomeSort by relevance Sort by last modified time
    Searched refs:mRule (Results 1 - 5 of 5) 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/
GridDropHandler.java 57 private final GridLayoutRule mRule;
68 mRule = gridLayoutRule;
69 mGrid = GridModel.get(mRule.getRulesEngine(), layout, view);
187 int radius = mRule.getNewCellSize();
609 int columnWidthDp = mRule.getRulesEngine().pxToDp(columnWidthPx);
621 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(fqcn);
633 columnWidthDp = mRule.getRulesEngine().pxToDp(margin);
648 int rowHeightDp = mRule.getRulesEngine().pxToDp(rowHeightPx);
659 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(element.getFqcn());
670 rowHeightDp = mRule.getRulesEngine().pxToDp(margin)
    [all...]
GridLayoutPainter.java 118 private final GridLayoutRule mRule;
125 mRule = rule;
244 mRule.drawElement(gc, first, offsetX, offsetY);
265 int radius = mRule.getNewCellSize();
332 mRule.drawElement(gc, first, x, y);
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 695 private int mRule;
700 this.mRule = rule;
715 if (mRule == Dependency.AFTER) {
730 if (mRule == Dependency.WITH) {
750 if (dependency.rule == mRule &&
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 207 milliseconds