Home | History | Annotate | Download | only in grid

Lines Matching defs:mRule

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);