Searched refs:protoName (Results 1 – 1 of 1) sorted by relevance
105 Rational rat, String protoName) throws Exception { in storeRational() argument106 if (protoName == null) { in storeRational()109 mStore.startGroup(protoName); in storeRational()117 Size size, String protoName) throws Exception { in storeSize() argument118 if (protoName == null) { in storeSize()121 mStore.startGroup(protoName); in storeSize()129 SizeF size, String protoName) throws Exception { in storeSizeF() argument130 if (protoName == null) { in storeSizeF()133 mStore.startGroup(protoName); in storeSizeF()141 Rect rect, String protoName) throws Exception { in storeRect() argument[all …]